yhara / down

Simple game written in Ruby/SDL
4 stars 1 forks source link

Down on uses a lot of CPU and doesn't show anything. #2

Open marmistrz opened 10 years ago

marmistrz commented 10 years ago

I decided to run Down!! on a famous hacker-device, Nokia N900, running Maemo - an armel Debian derivative. It has Ruby and recently I've ported Ruby/SDL.

When running ruby down.rb, ruby uses almost 100% CPU and seems to do nothing. killall ruby has no effect, one has to killall -9 ruby. ./down.rb -f shows the fullscreen information, the rest continues as described.

yhara commented 10 years ago

Hmm, what about running ruby title.rb? If this stucks too, maybe you need to add sleep 0.01 or something in the while true loop in title.rb.

marmistrz commented 10 years ago

ruby title.rb shows a black screen with a pointer and an "unknown" title. And at the beginning it snorts :)

/edit: but still uses a lot of CPU and can't be closed.