• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Mac OSX App On Steam Only Works For Me?

C

crait

Guest
I gave some Steam keys to some friends to test my game out. The PC version works fine, but when they download and run it, they get this bit of info.

Code:
View in Interface Builder file,
     creating generic Window instead
2017-08-15 11:51:49.760 CircuitDude[32300:1253261] NSWindow does not support utility styleMask 0x10
2017-08-15 11:51:49.760 CircuitDude[32300:1253261] NSWindow does not support HUD styleMask 0x2000; use NSPanel instead.
2017-08-15 11:51:49.772 CircuitDude[32300:1253261] Unknown Window class DownloadSettings in Interface Builder file,
     creating generic Window instead
2017-08-15 11:51:49.772 CircuitDude[32300:1253261] NSWindow does not support utility styleMask 0x10
2017-08-15 11:51:49.772 CircuitDude[32300:1253261] NSWindow does not support HUD styleMask 0x2000; use NSPanel instead.
2017-08-15 11:51:49.775 CircuitDude[32300:1253261] Nil context detected
2017-08-15 11:51:49.775 CircuitDude[32300:1253261] Command Line = /Volumes/Large File Storage/Steam Game Files/steamapps/common/Circuit Dude/CircuitDude.app/Contents/MacOS/CircuitDude
MacAppSteamInit 662410
Steam being initialised with appId 662410
Steam_Init
Error: Failed to load libsteam_api.dylib from  /Volumes/Large File Storage/Steam Game Files/steamapps/common/Circuit Dude/CircuitDude.app/Contents/MacOS/libsteam_api.dylib
Segmentation fault: 11
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...102 completed.
Looks like I don't have the libsteam_api.dylib file, but I'm not sure why that would be missing. Where in the development process should I have included this and where might I get it from?
 
Top