#Game won't connect to Steam

1 messages · Page 1 of 1 (latest)

true salmon
#

So my game is already registered on steam with a page and everything, I've also added steamworks to my project, and it was working just fine a few months ago. But now the game just won't connect to steam anymore, whenever I use steam_initialised or steam_stats_ready(), it just comes back as false.

I already made sure the the app id entered was correct, but nothing seems to be working. I'm not really sure what code to post along with this, so do let me know if you need me to post something. Thank you for your help in advance.

true salmon
#

I think I figured out what's going on, it seems the steamworks extension is not being loaded properly

#

but I have no idea how to fix this

true salmon
#

So I reimported the latest steamworks extension, and after setting everything up

#

it seems the issue now is this

#
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
 
[STEAMWORKS] ERROR: Path '' does not exist.


C:\Users\USER\Documents\GameMakerStudio2\Skellies-Ain-t-Scary\Skellies Ain't Scary\extensions\Steamworks\post_build_step.bat exited with non-zero status (1)```
still elk
true salmon
#

Btw I figured it out

#

It's apparently because I had an apostrophe in my game folder's name

#

I changed it and it works fine now

still elk
#

interesting, alright cool, least you got it 👍

true salmon
#

Yup, thanks for trying!