Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
Kelba
Peon
Peon
Posts: 4
Joined: 03 Dec 2005, 22:53

Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Post by Kelba »

My error is: Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Here is my log file:

http://pastebin.com/448742

Here is my back trace:

Code: Select all

#0  0x00000000 in ?? ()
#1  0xb7c786ab in gcn::ListBox::adjustSize (this=0x816e4b8) at listbox.cpp:241
#2  0xb7c78155 in gcn::ListBox::setListModel (this=0x80ba958,
    listModel=0x816dd3c) at listbox.cpp:229
#3  0xb7c78adf in ListBox (this=0x816e4b8, listModel=0x816dd3c)
    at listbox.cpp:82
#4  0x08072d04 in ListBox (this=0x816e4b8, listModel=0x816dd3c)
    at gui/listbox.cpp:36
#5  0x0805c926 in BuyDialog (this=0x816dc58) at gui/buy.cpp:49
#6  0x080ae58c in createGuiWindows () at game.cpp:205
#7  0x080b3d57 in game () at game.cpp:369
#8  0x080b7063 in main (argc=1, argv=0xbf984c54) at main.cpp:499
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Ok so it crashes here:

Code: Select all

00237     void ListBox::adjustSize()
00238     {
00239         if (mListModel != NULL)
00240         {      
00241             setHeight(getFont()->getHeight() * mListModel->getNumberOfElements());
00242         }    
00243     }
While looking through the code it seems to me nothing can be wrong with the mListModel, which hints there might be something wrong with the font. This also seems strange however...
Li_Nux
Peon
Peon
Posts: 3
Joined: 26 Dec 2005, 10:40

Post by Li_Nux »

I've got the Same Error.
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Li_Nux wrote:I've got the Same Error.
Are you using version 0.0.18?
Li_Nux
Peon
Peon
Posts: 3
Joined: 26 Dec 2005, 10:40

Post by Li_Nux »

Yes. I'm using version 0.0.18
Sorry for my bad English.

I'm German.

It could happen to anyone
Li_Nux
Peon
Peon
Posts: 3
Joined: 26 Dec 2005, 10:40

Post by Li_Nux »

I can play now.

I updated my zlib1.dll and now i can play
Sorry for my bad English.

I'm German.

It could happen to anyone
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Li_Nux wrote:I can play now.

I updated my zlib1.dll and now i can play
I assume your problem was just also "a segmentation fault", but that's really too generic to call it "the same error". I think we can safely say your problem was completely different from the one above. Glad you solved it though, we should update the one in the Windows installer.
Post Reply