You are not logged in.
Pages: 1
I installed frozen-bubble but every time I try to run it, I get the following output and it seg faults..
tom@tomolds ~ $ frozen-bubble &
[1] 14199
tom@tomolds ~ $ Prototype mismatch: sub main::LC_ALL: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_NUMERIC: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_TIME: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_MONETARY: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_CTYPE: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_MESSAGES: none vs () at /usr/bin/frozen-bubble line 52
Prototype mismatch: sub main::LC_COLLATE: none vs () at /usr/bin/frozen-bubble line 52
Constant subroutine main::NULL redefined at /usr/bin/frozen-bubble line 56
main::BEGIN() called at /usr/lib/perl5/vendor_perl/SDL.pm line 56
eval {...} called at /usr/lib/perl5/vendor_perl/SDL.pm line 56
Constant subroutine FBLE::NULL redefined at /usr/lib/perl5/vendor_perl/FBLE.pm line 35
[[ Frozen-Bubble-2.1.0 ]]
http://www.frozen-bubble.org/
Copyright (c) 2000-2006 The Frozen-Bubble Team.
Artwork: Alexis Younes
Amaury Amblard-Ladurantie
Soundtrack: Matthias Le Bidan
Design & Programming: Guillaume Cottenceau
Level Editor: Kim and David Joham
Originally sponsored by Mandriva <http://www.mandriva.com/>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2, as
published by the Free Software Foundation.
[SDL Init] XDM authorization key matches an existing client!XDM authorization key matches an existing client!XDM authorization key matches an existing client!
[1]+ Segmentation fault frozen-bubble
Any ideas?
Thanks in advance..
Tom
Offline
Tom,
That looks pretty nasty -- I would say file a bug report with frozen-bubble -- this will help their community and inform you if it is in fact not frozen-bubbles fault -- i'm not familiar with this software so i cannot be much of assistance -- are there possible other versions you might be able to install that will not seg fault..?
(quaqmire talking about a dude getting his tubes tied)
sex kinda looses its appeal without the potency -- its like a cobra without the venom -- i mean what do you have then....? -- a belt?
Offline
Had the same problem only when using XDM.
Here is the solution that worked for me:
add a line to /etc/X11/xdm/xdm-config
DisplayManager*authName: MIT-MAGIC-COOKIE-1
I found this solution from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486606
Offline
Pages: 1