#Lobby crash on nvidia linux

1 messages · Page 1 of 1 (latest)

patent herald
patent herald
#
(gdb) info line *0x84ece6
Line 659 of "/spring/rts/Rendering/GlobalRendering.cpp"
   starts at address 0x84ece6 <_ZN16CGlobalRendering11SwapBuffersEbb+230>
   and ends at 0x84ecee <_ZN16CGlobalRendering11SwapBuffersEbb+238>
#
(gdb) info line *0xc1805d
Line 82 of "/usr/include/c++/11/bits/this_thread_sleep.h"
   starts at address 0xc1805d <_ZN6CSound12UpdateThreadEi+333>
   and ends at 0xc18062 <_ZN6CSound12UpdateThreadEi+338>.
river mortar
#

would placing debug symbols nearby make it more readable? https://github.com/beyond-all-reason/spring/releases/download/spring_bar_{BAR105}105.1.1-1544-g058c8ea/spring_bar_.BAR105.105.1.1-1544-g058c8ea_linux-64-minimal-symbols.tgz

But frankly, no idea from 1st look, google says there's an issue with intel graphics that hang in xcb_wait_for_special_event (but maybe func name in log is wrong, as vk_icdNegotiateLoaderICDInterfaceVersion can't be correct, unless they do OpenGL through VK). I have no issues with X11, nvidia 525.89.02 driver (same as in logs) though different card.

patent herald