Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Having trouble getting the game going or understanding something? Look no further.
Post Reply
Equilibrium
Posts: 4
Joined: Sat Sep 23, 2006 2:51 am
Location: New Zealand

Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Post by Equilibrium »

Hi there, I've just been enjoying playing Globulation 2 untill, I went into settings, made it display at full screen and changed it to OpenGL. It said that I had to restart the game for the changes to take effect. So I did, try, and nothing happened.

I typed in glob2 in the terminal too and got this error message:
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
I tried glob2 -t 0 or 1 whatever it was and it got the same error.

Now how do I change it back to SDL without reinstalling it?

OS: Ubuntu Dapper 64-bit
I downloaded it via "ad/remove applications" included with Ubuntu.
User avatar
Giszmo
Warrior
Warrior
Posts: 261
Joined: Sat Nov 26, 2005 10:23 pm
Location: Germany
Contact:

Post by Giszmo »

hi

if you properly installed opengl (it is running in other applications) you seam to have a problem we don't know yet. it would be great if you could provide as with a backtrack or somehow else with more infos what the cause for your problem might be. please try the following:

install the little debuging tool gdb. in a console run "gdb glob2" -> "run" -> after a crash say on the console "bt" and send us the output.
you can quit gdb with "q"

== Just want to play? ==

see next post

greetings, giszmo
Last edited by Giszmo on Wed Sep 27, 2006 1:41 am, edited 1 time in total.
User avatar
Donkyhotay
Warrior
Warrior
Posts: 141
Joined: Sat Mar 04, 2006 4:03 am

Post by Donkyhotay »

you only need to remove preferences.txt to reset the settings, not the entire .glob2 directory.
do not be afraid to joust a giant just because some people insist on believing in windmills.
Equilibrium
Posts: 4
Joined: Sat Sep 23, 2006 2:51 am
Location: New Zealand

Post by Equilibrium »

Yeah, I don't have openGL configured, or my card set up or whatever. Oooops! Dash it! SDL games are fine though.

So if I can revert it back to SDL it would be great.
Where can I find this preferences.txt file?
Last edited by Equilibrium on Thu Sep 28, 2006 5:09 am, edited 1 time in total.
Equilibrium
Posts: 4
Joined: Sat Sep 23, 2006 2:51 am
Location: New Zealand

Post by Equilibrium »

I'm realy sure that the problem is with me, not the game, but I ran gdb anyway.

Code: Select all

(gdb) run
Starting program: /usr/games/glob2
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912541041952 (LWP 14516)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 1082141024 (LWP 15294)]
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912541041952 (LWP 14516)]
0x000000000054b0e5 in std::operator+<char, std::char_traits<char>, std::allocator<char> > ()
User avatar
Donkyhotay
Warrior
Warrior
Posts: 141
Joined: Sat Mar 04, 2006 4:03 am

Post by Donkyhotay »

Equilibrium wrote:Yeah, I don't have openGL configured, or my card set up or whatever. Oooops! Dash it! SDL games are fine though.

So if I can revert it back to SDL it would be great.
Where can I find this preferences.txt file?

assuming your running a *nix system it is
~/.glob2/preferences.txt
If your running windows I think it's located within the my documents area.
do not be afraid to joust a giant just because some people insist on believing in windmills.
Einarin
Explorer
Explorer
Posts: 42
Joined: Sat Jun 17, 2006 6:43 am
Location: USA

Post by Einarin »

Equilibrium wrote:

Code: Select all

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Based on that I would say you don't have opengl configured/installed correctly.

If you download a 3d only game, say nexuiz, armegetron, bison, gltron, etc., your opengl problems will probably go away if its simply that it isn't set up. Yous shouldn't give up, especially if you have a 3d hardware accelerator. The game runs much faster without loading the cpu down with all the sdl commands.
Equilibrium
Posts: 4
Joined: Sat Sep 23, 2006 2:51 am
Location: New Zealand

Post by Equilibrium »

Thanks, I found and deleted the preferences.txt file. I've also finally got OpenGL working. So I have gone to openGL on Globulation 2.


:lol:
Post Reply