Author Topic: [lacks info] 3.6.0.3 crash mint 64-bit  (Read 666 times)

kakk123

  • Guest
[lacks info] 3.6.0.3 crash mint 64-bit
« on: 3 March 2012, 23:11:19 »
Hi,
3.6.0.3 downloaded from megaglest.org crashes almost every time I try to play it. It runs nicely, up to about 20mins, sometimes less, but then hangs and stops. Single player games, does not depend on scenario.

System, Linux mint 12 (all important libraries should be the same as ubuntu 11.10), 64 bit Core i5 with 4G ram. Intel 3000 something graphics card.
uname -a:
Linux al6420 3.0.0-16-generic #28-Ubuntu SMP Fri Jan 27 17:44:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

I run it with debug mode enabled, here's what was on the terminal command line:

Code: [Select]

Camera: 99,-29 173,44 268,-29 194,44

Frustrum #0 [6]: [-0.697835][-0.620298][-0.358129][152.058365]
Frustrum #1 [6]: [0.697835][-0.620298][-0.358129][-104.744980]
Frustrum #2 [6]: [0.000000][0.000000][-1.000000][31.415291]
Frustrum #3 [6]: [0.000000][-0.866025][0.500000][1.612861]
Frustrum #4 [6]: [0.000000][0.862698][0.505720][998150.875000]
Frustrum #5 [6]: [0.000000][-0.866025][-0.500000][32.028156]
END
terminate called after throwing an instance of 'std::runtime_error'
  what():  In [/home/softcoder/Code/megaglest/branches/release-3.6.0.3/source/shared_lib/sources/platform/sdl/thread.cpp::p Line: 173] mutex == NULL refCount = 0 owner [] deleteownerId []
Aborted

Log files what I've got are debug.log, debugWorld.log, glest.log and network.log, but these are too big to post here. I could put them somewhere else, however, if necessary.
« Last Edit: 13 July 2012, 16:58:38 by tomreyn »

tomreyn

  • Local Moderator
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: 3.6.0.3 crash mint 64-bit
« Reply #1 on: 20 March 2012, 16:11:49 »
Sorry for the late reply. Please run the game from a terminal window, capturing verbose output. Before you start the game, run this additional command:
Code: [Select]
ulimit -c unlimited
If the output contains something along the lines of 'error.log' then please post this files' contents.

If the output mentiones 'Core dumped' then a core file was created which you can analyze using GDB:
Code: [Select]
gdb -q -n -ex bt -batch ./megaglest ./core
This assumes the core file is called 'core' and that your current working directory and the directory the core file is stored in is the same where the MegaGlest executable files are. If that's not the case you need to modify the paths given as ./ to point to the proper locations.

Please re-read the bug submission guide. You provided way to little information to look further into this issue.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

tomreyn

  • Local Moderator
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: [lacks info] 3.6.0.3 crash mint 64-bit
« Reply #2 on: 22 September 2012, 19:15:28 »
E-Mail sent, requesting more information.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

 

anything