Yeah, maybe a little tutorial would have helped. I never used IRC. I tried to connect to #gosu channel using the link provided on libgosu homepage, but there is no one there.
Byjlnr (dev)
Date 2011-07-05 10:41
Edited 2011-07-05 10:54
The intended combination would be to use KbA for the controls, but to display button_id_to_char(KbA) to the user (in case their 'should-be-A' key has a different name).
I guess that :a as the key name should still mean KbA in Chingu, but you should have a different hash for user display. That would solve the problem.
Hi Spooner. Since I first start trying out Gosu, I've been trying to load a few games by yourself and lol_o2 to little avail. One time, a number of months ago, I was able to get Wrath to load up and work on my brother's mac, and we played several rounds - it can get very competitive! I am still trying to figure how to run the game straight from Ruby (i.e. not the .exe or .app) on Linux (Ubuntu 12.04).
A few months ago I didn't have enough tools in my toolbelt to make try to figure this out. But now that I have a little bit better understanding about a few things, I think I'm ready to try again.
I have made it as far as the game window popping up before getting an error. When I execute "ruby wrath.rbw", I get a bunch of DEBUG information in terminal, and then I get the following:
[2013-08-24 16:37:52 -0600 INFO] Opened window at 768x480 (X4 zoom) [2013-08-24 16:37:52 -0600 INFO] Reading sound settings [2013-08-24 16:37:53 -0600 INFO] Preloaded priest icons in 0.570853882 seconds [2013-08-24 16:37:53 -0600 INFO] Reading achievement/stats [2013-08-24 16:37:53 -0600 DEBUG] Loaded settings from '/home/matias/.wrath_spooner/config/achievements.yml': {} /.rvm/gems/ruby-1.9.3-p362@sampleGemset/gems/gosu-0.7.48/lib/gosu/swig_patches.rb:44: stack level too deep (SystemStackError)
Try using "bundle install" and then "bundle exec ruby bin/wrath.rbw" to start it up. That will prevent it from using a "bad" (read: unsupported) version of Gosu.
EDIT: Wrath runs correctly on my machine with Gosu 0.7.46 via bundler.
Wow you're fast! I was using "gosu", "~>0.7.41" in the gemfile, which installed Gosu 0.7.48. I just changed it to "gosu", "0.7.46" and then updated the bundle install and everything.
I am still getting the same thing, including when I run it with "bundle exec". When I execute "bundle list" from the /wrath folder, I get:
I saw this a few moths ago; I just had so much fun with it that I forgot to post. Oh, the irony :P –––––––––– This game is simply outstanding. I played it with my brother and a few of my cousins (as soon as I found it), and we had so much acting like idiots in-game :D I would say, this is one of the most professional-looking Gosu games that I have played (though unfortunatley we can't play There's No Place Like Homeless!!! haha), honestly. I just love it.
Same thing happened to me, more or less. I played it several months ago on my brother's computer, and it is the most advanced Gosu game that I have been able to successfully load and try out (though still not working for me on Linux....)