Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Gosu crashing on Xcode 4
- - By Maverick Date 2012-05-28 14:58
It runs fine in Debug, but if I locate the app and double click to run, it crashes. So it only works in Debug via "Run" button in the IDE.
It crashes no matter what I do in Release.

It lead me to believe something glitchy was going on with Gosu::sharedResourcePrefix() since the location was changing, but I truly do not know. This made me miss a competition. :(

Video of it in debug mode working:
Link.
Parent - By jlnr (dev) Date 2012-05-29 02:10
Oh, that's terrible! First, whenever you want to see errors outside of Xcode, check out Console.app.

Then, using sharedResourcePrefix on a Mac is kinda rare because usually you can drop all the resources into the .app and just use resourcePrefix. You only need shared when you have two .apps and some resources next to them.
Up Topic Gosu / Gosu Exchange / Gosu crashing on Xcode 4

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill