Page 1 of 1

Crash on game start: 10.7.4/Lion, Spring_91.0.app

Posted: 16 Sep 2012, 17:38
by greenmoss
All,

I am able to start the application and select options:

- xta-9.725
- OverCrudeWater32
- Commanders

Then I click "Test the game". I see a loading graphic, and then the game crashes.

I've tried with multiple AIs, maps, and games, but it always crashes.

I see a mention in other threads of starting with "safe mode" and "using gdb". I can attach this information too, but I'll need help figuring out how to do this.

Re: Crash on game start: 10.7.4/Lion, Spring_91.0.app

Posted: 16 Sep 2012, 18:36
by nazica
In order to run spring in a safe mode, type this into console (if you are located in the Applications folder):

Code: Select all

./Spring_91.0.app/Contents/MacOS/spring --safemode
In order to attach gdb, type:

Code: Select all

gdb /Applications/Spring_91.0.app/Contents/MacOS/spring
Then after gdb initialization type the letter "r":

Code: Select all

...
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .............. done
(gdb) r
Then the game will be started. When error occurs, app will be paused and you could type into console:

Code: Select all

bt full
or

Code: Select all

thread apply all bt full