Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Steel Storm] Mini map generation broken causing segfault #205

Open
parkerlreed opened this issue Sep 24, 2024 · 0 comments
Open

[Steel Storm] Mini map generation broken causing segfault #205

parkerlreed opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working regression Something used to work in an earlier version but isn't working anymore

Comments

@parkerlreed
Copy link

Introduced by 7a1500c

Steel Storm claims it needs to generate the mini map on map load and crashes immediately after.

Simply reverting the single line lets the game work again.

./steelstorm(+0xba813) [0x5f99810ba813]
./steelstorm(CL_UpdateEntityShading+0x13) [0x5f99810c08e3]
./steelstorm(+0xf6c37) [0x5f99810f6c37]
./steelstorm(CLVM_ExecuteProgram+0xe5e4) [0x5f9981201111]
./steelstorm(CL_VM_UpdateView+0x209) [0x5f9981118991]
./steelstorm(+0xe1a53) [0x5f99810e1a53]
./steelstorm(CL_UpdateScreen+0xbb3) [0x5f99810e3e48]
./steelstorm(CL_Frame+0x395) [0x5f99810c0cd6]
./steelstorm(Host_Frame+0x8d) [0x5f998116320a]
./steelstorm(+0x2842ab) [0x5f99812842ab]
./steelstorm(Sys_Main+0x1f9) [0x5f99812848b5]
./steelstorm(main+0x9) [0x5f9981078fdb]
/usr/lib/libc.so.6(+0x25e08) [0x77fcce665e08]
/usr/lib/libc.so.6(__libc_start_main+0x8c) [0x77fcce665ecc]
./steelstorm(_start+0x25) [0x5f9981078de5]
Steel-Storm Linux v20140513-1572-g0c17657b Sep 23 2024 debug GCC 
@Cloudwalk9 Cloudwalk9 added bug Something isn't working regression Something used to work in an earlier version but isn't working anymore labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Something used to work in an earlier version but isn't working anymore
Projects
None yet
Development

No branches or pull requests

2 participants