Page 1 of 1

SDL Segmentation Fault (Someone can explainme this plz)

Posted: 09 Sep 2006, 03:17
by inukaze
The explain es very simple : meanwhile i playing.

When i start to hunt, and pass aprox <20MINS the Game Exits With the Next Error On the KOnsole:

Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Posted: 09 Sep 2006, 05:16
by Avaniel
It can be helpfull, if you describe your system a bit more and, if possible, run tmw in gdb (the gnu debugger). In a terminal, type:
gdb tmw
run
(after a crash)
bt
(copy paste the error info to the forum)
q
(to quit gdb)

Posted: 09 Sep 2006, 12:08
by Modanung
At least tell the version of TMW you were playing and what operating system you're using. Also copy parts from the tmw.log file that could tell something useful about how this happened.