Notices


Reply
Thread Tools
Posts: 145 | Thanked: 304 times | Joined on Jan 2010 @ Milton Keynes, UK
#61
Originally Posted by f2thak View Post
backup worked. i use backupmenu by robbiethe1st..

might try your game again soon
Glad to hear it f2thak, thanks.
 
Posts: 111 | Thanked: 9 times | Joined on May 2010
#62
Hi! Game works fine apart from crashing everytime i hit the bin.

I read this on another site:

The game has some bugs. For example, I was turned off every time I got a paper ball into the trash, to solve this problem:

Go to Xterm.
Access as root
Go to /opt/papertoss, and type:
chown user:users game.dat
chmod 666 game.dat

This is the command line i go:

sudo gainroot
/opt/papertoss

and then I just get access denied


Where do i go wrong? I'm no good at this type of stuff but the game seems very nice :b
 
Posts: 145 | Thanked: 304 times | Joined on Jan 2010 @ Milton Keynes, UK
#63
mattiasbäx

the commands are as follows

sudo gainroot
cd /opt/papertoss
chown user:users game.dat
chmod 666 game.dat

however the newer version in extras-testing should have fixed this problem,

hope that helps
 
Posts: 3 | Thanked: 2 times | Joined on Jan 2011 @ Baguio City, Philippines
#64
Hey nice game! i tried it on my friend's iphone and i got hooked real bad ..
but still i'm a noob to all these xterm and stuff so i'll just wait till it's stable in extras..
thanks and hope you develop it more so we can all enjoy this game!

more power!



***********
"PUT YOUR DREAMS TO REALITY..WAKE UP AND LIVE!"
-Bob Marley
 
xiskillo's Avatar
Posts: 88 | Thanked: 77 times | Joined on Nov 2009 @ Spain
#65
i have the same problem that other user.. i has install from repo extras devel..., crash in instalation and now cant uninstall and de app manager its corrupt, cant update apps (always say the miss packet)
 
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#66
Hi jamiefuller, I also cannot launch from icon but have no problem running the game from xterm. I can launch it outside of the /opt/papertoss folder. Do you know what else I should look into to debug?

BTW, I also have this issue with your other game, Bounce^2.
 
Posts: 214 | Thanked: 140 times | Joined on Aug 2010
#67
There is a pygame issue where it leaves a file called "music.raw" in the directory where it aws last run. If you try to run it as a DIFFERENT user (last time you were root, now you are normal, or the other way around) this causes any pygame that uses sound to crash.

Solution is to delete the file (it's a bug that it even exists). Maybe you could also chown it to everybody (never tried that myself actually)

/Z
 
Posts: 66 | Thanked: 17 times | Joined on Nov 2009
#68
I just re-installed the game from devel, it crashes just after start, from cli I'm getting this error:

Code:
game.py:36: RuntimeWarning: use mixer: libvorbisfile.so.3: cannot open shared object file: No such file or directory
(ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory)
  pygame.mixer.init()
Traceback (most recent call last):
  File "game.py", line 36, in <module>
    pygame.mixer.init()
  File "/usr/lib/python2.5/site-packages/pygame/__init__.py", line 70, in __getattr__
    raise NotImplementedError(MissingPygameModule)
NotImplementedError: mixer module not available
(ImportError: libvorbisfile.so.3: cannot open shared object file: No such file or directory)
for what I can understand looks like a dependencie is missing but can't figure out what to install.

what can I do to make it work?
 
Posts: 66 | Thanked: 17 times | Joined on Nov 2009
#69
I installed libvorbisfile3 library, looks to me like it's a missing dependencie.

But now I get another error.
Cannot open pygame.mixer.init()

Any idea about this?
 
Posts: 7 | Thanked: 0 times | Joined on Nov 2010
#70
Originally Posted by maxppc View Post
I installed libvorbisfile3 library, looks to me like it's a missing dependencie.

But now I get another error.
Cannot open pygame.mixer.init()

Any idea about this?
YES! Finally, yes! Do the following:
  • dos2unix /opt/papertoss/game.py
I don't know that packages get you dos2unix, sorry... perhaps it was the enhanced BusyBox package? I really don't know.

The problem is that this file, originally, has DOS terminated lines instead of Unix terminated files. You can see what I'm talking about if you open the file with vi (to quit, use :q!).
 
Reply

Tags
bada rox


 
Forum Jump


All times are GMT. The time now is 12:27.