_mental_ wrote:SaveTheDoomer wrote:i did run raze in the console by when it crashes it says only :
*** Fatal Error ***
!!! Failed to exec debug process
Segmentation fault
Install GDB, and it will create much more useful crash report.
I installed gdb, and after some thinkering and online research, i did run the program until the crash then used the where command, here is the result :
(gdb) where
#0 0x0000555555916d4e in ShowRedLine(int, int) ()
#1 0x0000555555916f7b in drawredlines(int, int, int, int) ()
#2 0x000055555591752b in DrawOverheadMap(int, int, int, double) ()
#3 0x0000555555cb9e7a in Blood::viewDrawScreen(bool) ()
#4 0x0000555555cba57d in Blood::GameInterface::Render() ()
#5 0x0000555555920232 in ()
#6 0x0000555555920ff0 in MainLoop() ()
#7 0x00005555559270e6 in RunGame() ()
#8 0x00005555559282d4 in GameMain() ()
#9 0x0000555555757174 in main ()
[quote="_mental_"][quote="SaveTheDoomer"]i did run raze in the console by when it crashes it says only :
*** Fatal Error ***
!!! Failed to exec debug process
Segmentation fault[/quote]
Install GDB, and it will create much more useful crash report.[/quote]
I installed gdb, and after some thinkering and online research, i did run the program until the crash then used the where command, here is the result :
(gdb) where
#0 0x0000555555916d4e in ShowRedLine(int, int) ()
#1 0x0000555555916f7b in drawredlines(int, int, int, int) ()
#2 0x000055555591752b in DrawOverheadMap(int, int, int, double) ()
#3 0x0000555555cb9e7a in Blood::viewDrawScreen(bool) ()
#4 0x0000555555cba57d in Blood::GameInterface::Render() ()
#5 0x0000555555920232 in ()
#6 0x0000555555920ff0 in MainLoop() ()
#7 0x00005555559270e6 in RunGame() ()
#8 0x00005555559282d4 in GameMain() ()
#9 0x0000555555757174 in main ()