Modify

Ticket #242 (closed bug: needinfo)

Opened 3 years ago

Last modified 3 years ago

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

Crash (12.8 KB) - added by alienkid 3 years ago.
crash dump with comments by me
list_of_hardware.html (40.7 KB) - added by alienkid 3 years ago.
his specs

Change History

Changed 3 years ago by alienkid

crash dump with comments by me

Changed 3 years ago by alienkid

his specs

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

comment:5 Changed 3 years ago by Buginator

btw, I will be gone for ~ 1 week ...

comment:6 Changed 3 years ago by alienkid

Now I am confused I guess just close this down.

View

Add a comment

Provide an email address (will not be publicly visible) in the Author field or register an account (uses your forum account).

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.