Ticket #242 (closed bug: needinfo)
Game crashs in skrimish cheating
| Reported by: | alienkid@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | 2.1.1 (unsupported!) |
| Keywords: | crash skrimish | Cc: | |
| Blocked By: | Blocking: | ||
| Operating System: | GNU/Linux |
Description
My brother's computer can play but it crashes randomly. See the attached file, I had him install debug package(s) for the game.
"#"s mean comments
also attached is his system specs from $sudo lshw command.
Attachments
Change History
comment:1 Changed 3 years ago by Per
Crash inside Intel integrated driver. You say it crashes randomly, but in the title you said it had something to do with cheating? Please explain.
The crash dump does not contain debug symbols.
comment:2 Changed 3 years ago by Buginator
- Status changed from new to closed
- Resolution set to needinfo
Waiting for input.
Please use a debug compile of the game, so we can get the debug symbols.
We will reopen the ticket when the requested info has been given.
Thanks for reporting.
comment:3 Changed 3 years ago by alienkid
We have the dbg package for it installed(via synaptic) how to we activate it then? Sorry the title is the best but, didn't know what to name it.
comment:4 Changed 3 years ago by Buginator
Sorry?
If you got the source code, then you do ./autogen.sh && ./configure --debug-build=yes && make then when done, you have a debug build. Then you can use that version, and when it crashes, it will have debug symbols in it. However, if you can, run the game via gdb, as in, gdb ./src/warzone (hit return) then at the prompt type: run and when it crashes, you type: set LOGGING ON (it will tell you the filename) bt full set LOGGING OFF and then you can attach that file it created here.
Hope that helps

crash dump with comments by me