Minigun Exo crashes game every time
mock
Germany Join Date: 2014-03-28 Member: 195015Members, NS2 Playtester
Ever since this update the game will crash whenever I go Minigun Exo. Railgun Exo is absolutely fine, but every single time I go Minigun Exo I crash after a minute or two. Logs are attached, but don't show a clue. Maybe the dump has something in it.
Comments
The game can also drop something useful to dmesg so check it out the next time. It's usually just one line but it shows a module the crash happened in. Another great way to find some information is to attach to the running NS2 process with GDB: gdb attach `pidof ns2_linux`, then 'cont' to continue the running process and when it crashes type 'bt' in the console where gdb is running, it should dump the stacktrace where the crash happened. It can tremendously narrow the possible cases of the crash because NS2 is supplied with the debug information.