Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to steam_api 1.60 #773

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

CodingDaniel1
Copy link

Added the newly added feature "ISteamTimeline"

@synith
Copy link

synith commented Oct 17, 2024

When I use this I get a truncated error:
Exception: Failed to call SteamAPI_Init, result: VersionMismatch. Error Msg: No l
Do you also get this?

@CodingDaniel1
Copy link
Author

When I use this I get a truncated error: Exception: Failed to call SteamAPI_Init, result: VersionMismatch. Error Msg: No l Do you also get this?

I got this error when Initializing the SteamServer first, i fixed it by initializing the client first then the server

@RedBigz
Copy link

RedBigz commented Jan 1, 2025

I'll test this out, I want to try out the game recording feature for a mod I'm writing, I'll let you guys know if i experience issues

@Milk-Drinker01
Copy link

when doing a unity il2cpp build, i cannot send data through SteamNetworkingSockets as a client. data from server -> client still goes through.

@Tr1NgleDev
Copy link

idk i have it working just fine

@Milk-Drinker01
Copy link

i have no idea why, but it just started working seemingly randomly. ill take it i guess.

@Tr1NgleDev
Copy link

When I use this I get a truncated error: Exception: Failed to call SteamAPI_Init, result: VersionMismatch. Error Msg: No l Do you also get this?

i started getting this now in my builds for no reason whatsoever
and its random. sometimes it launches sometimes it throws this exception
sometimes its No d instead of No l
im so confused

@Tr1NgleDev
Copy link

Tr1NgleDev commented Jan 11, 2025

just now i got No o
No .
No p

@Tr1NgleDev
Copy link

seems to be something related to IL2CPP
or C#
idk
anyway
i debugger the steam_api64.dll to see where it happens and why its trimmed and what its supposed to be
basically, it happens when it checks the interface versions provided by the app (in InitEx)
i couldn't properly check the string, but my guess is that it was a garbled mess that it couldn't read, thus the single letter after the No and it being random.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants