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

"steam_api64.dll not found" #93

Closed
Drezzlez opened this issue May 21, 2019 · 3 comments
Closed

"steam_api64.dll not found" #93

Drezzlez opened this issue May 21, 2019 · 3 comments
Labels
shared library Related to the steam_api shared library file windows Related to Windows

Comments

@Drezzlez
Copy link

ive been trying to get the steam api to work in godot on windows. after figuring out all the things i needed installed i ran the scons platform=windows tools=yes command. the whole thing compiled without a hitch and i thought i was finally done and could statr figuring out the Steam Api in godot. however when trying to launch the compiled program, an error shows up saying steam_api64.dll was not found and promptly closes. I checked in the steamworks zip file i used for the sdk and sure enough the file it was complaining about was there. So i double checked and tried compiling again with the same issue. Am i missing something or did i not compile it correctly?

@Gramps
Copy link
Member

Gramps commented May 22, 2019

Hey there! Sounds like it compiled fine but that errors means that you are missing the steam_api64.DLL in either the folder your editor is in or the folder your exported game is in. It must be present in the same folder as either the editor or exported game unless you run either through the Steam client itself.

Try that out and let me know if that fixes it!

@Gramps Gramps added shared library Related to the steam_api shared library file windows Related to Windows labels May 22, 2019
@Drezzlez
Copy link
Author

That did it! Thanks for the help

@Gramps
Copy link
Member

Gramps commented May 23, 2019

No problem, sir! Glad I could be of assistance!

@Gramps Gramps closed this as completed May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
shared library Related to the steam_api shared library file windows Related to Windows
Projects
None yet
Development

No branches or pull requests

2 participants