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.
Crash on game start: 10.7.4/Lion, Spring_91.0.app
Moderator: Moderators
Crash on game start: 10.7.4/Lion, Spring_91.0.app
- Attachments
-
- apple.crash.txt
- (62.61 KiB) Downloaded 47 times
-
- infolog.txt
- (3.14 KiB) Downloaded 40 times
Re: Crash on game start: 10.7.4/Lion, Spring_91.0.app
In order to run spring in a safe mode, type this into console (if you are located in the Applications folder):
In order to attach gdb, type:
Then after gdb initialization type the letter "r":
Then the game will be started. When error occurs, app will be paused and you could type into console:
or
Code: Select all
./Spring_91.0.app/Contents/MacOS/spring --safemode
Code: Select all
gdb /Applications/Spring_91.0.app/Contents/MacOS/spring
Code: Select all
...
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .............. done
(gdb) r
Code: Select all
bt full
Code: Select all
thread apply all bt full