Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Extending Gosu / OS X packaging problem with Chingu
- - By semaperepelitsa Date 2011-12-20 18:16
I'm trying to package my Chingu-based game for OS X following your tutorial. I've downloaded the wrapper app. The example runs fine, but if I change require 'gosu' to require 'chingu' in Main.rb and open the application it closes itself. Executing this with my ruby works fine.
Parent - - By sukisan Date 2011-12-20 18:34
I ran into the same issue, wrapping up our LD entry. The reason is that the Chingu version bundled with the wrapper requires a few more gems which are not bundled (Chingu formerly required sockets and now rest-client plus dependencies). I just uploaded the fixed wrapper for you. However, I had to remove an Encoding::UTF_7 somewhere in the uri/common.rb - nothing to worry about, as long as you don't want to use the online highscore, which is probably broken.
Parent - By semaperepelitsa Date 2011-12-22 13:00
Thanks, I've got further. Basic Chingu Window works but my game still doesn't :-(

LSOpenURLsWithRole() failed with error -10810 for the file /Users/sema/Code/am_i_alone/RubyGosu App.app.

Have you got any suggestions?
Up Topic Gosu / Extending Gosu / OS X packaging problem with Chingu

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill