It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Game crashes with a segmentation fault after I press "ENGAGE" on a first campaign mission.
Here is a game log pastebin . com/iQJjmWxU (Sorry for jumbled link, GOG says that I am not allowed to post links for some reason)

Here is GDB backtrace:
Thread 1 "brigador" received signal SIGSEGV, Segmentation fault.
0x00007fffb6b14e22 in ?? () from /usr/lib/dri/i965_dri.so
(gdb) bt
#0 0x00007fffb6b14e22 in ?? () from /usr/lib/dri/i965_dri.so
#1 0x00007fffb68ab80e in ?? () from /usr/lib/dri/i965_dri.so
#2 0x00007fffb6a1345e in ?? () from /usr/lib/dri/i965_dri.so
#3 0x00000000006007a5 in ?? ()
#4 0x0000000000596a29 in ?? ()
#5 0x0000000000597125 in ?? ()
#6 0x00000000005d7aec in ?? ()
#7 0x0000000000484067 in ?? ()
#8 0x000000000044594f in ?? ()
#9 0x00007ffff5dc6002 in __libc_start_main () from /usr/lib/libc.so.6
#10 0x0000000000459f9f in ?? ()
Post edited June 26, 2020 by Ddonee
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Ddonee: Game crashes with a segmentation fault after I press "ENGAGE" on a first campaign mission.
Here is a game log pastebin . com/iQJjmWxU (Sorry for jumbled link, GOG says that I am not allowed to post links for some reason)

Here is GDB backtrace:
Thread 1 "brigador" received signal SIGSEGV, Segmentation fault.
0x00007fffb6b14e22 in ?? () from /usr/lib/dri/i965_dri.so
(gdb) bt
#0 0x00007fffb6b14e22 in ?? () from /usr/lib/dri/i965_dri.so
#1 0x00007fffb68ab80e in ?? () from /usr/lib/dri/i965_dri.so
#2 0x00007fffb6a1345e in ?? () from /usr/lib/dri/i965_dri.so
#3 0x00000000006007a5 in ?? ()
#4 0x0000000000596a29 in ?? ()
#5 0x0000000000597125 in ?? ()
#6 0x00000000005d7aec in ?? ()
#7 0x0000000000484067 in ?? ()
#8 0x000000000044594f in ?? ()
#9 0x00007ffff5dc6002 in __libc_start_main () from /usr/lib/libc.so.6
#10 0x0000000000459f9f in ?? ()
The complaint is a graphics driver issue I think; i965_dri.so is the Intel graphics driver. https://wiki.gentoo.org/wiki/Intel#Feature_support

I'm not sure how to resolve the segfault in the driver short of reinstalling it, but if you have a dedicated graphics card you could try using that instead of Intel's integrated stuff to see if that would call a different driver and therefore get around the problem.