Skip to content

Cannot Initialize SteamAPI #708

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

Open
BlackAnt1968601851 opened this issue May 26, 2025 · 1 comment
Open

Cannot Initialize SteamAPI #708

BlackAnt1968601851 opened this issue May 26, 2025 · 1 comment

Comments

@BlackAnt1968601851
Copy link

BlackAnt1968601851 commented May 26, 2025

I tried to initialize steamapi and it keeps telling me

No appID found. Either launch the game from Steam, or put the file steam_appid.txt containing the correct appID in your game folder.

even tho I have steam_appid.txt in the same directory.

Image

Here's the appid inside the txt file

Image

Here's my code

Image

I am using the latest release Steamworks.NET-Standalone_2024.8.0

@Sousa8697
Copy link

I ran into a similar problem where the steam_appid.txt file seemed like it was set up exactly how it should be but if the steam_appid.txt file is encoded as utf-8 with BOM and not just utf-8 it caused problems reading the app id. I can see in the photo of the steam_appid.txt that it is the case, the encoding is located in the bottom right of your notepad app. Try adjusting the encoding to be just utf-8 and see if that resolves the problem. If its still not working after adjusting the encoding to utf-8, try using app id 480 for testing. Hope this helps!

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

No branches or pull requests

2 participants