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

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

Discuss everything related to compiling and running Spring on Mac OS X.

Moderator: Moderators

Post Reply
greenmoss
Posts: 1
Joined: 16 Sep 2012, 17:25

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

Post 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.
Attachments
apple.crash.txt
(62.61 KiB) Downloaded 47 times
infolog.txt
(3.14 KiB) Downloaded 40 times
nazica
Posts: 14
Joined: 22 Aug 2012, 23:29

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

Post 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
Post Reply

Return to “Mac OS X”