sixones / vitality

Macintosh Eve online skill planner
GNU General Public License v3.0
70 stars 12 forks source link

Crashes on start-up #48

Open SkyOtic opened 9 years ago

SkyOtic commented 9 years ago

Latest update (0.3.6b) crashes on launch, and this seems to be the issue:

Application Specific Information: *\ Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[NSViewController loadView] could not load the "DatabasePrefView" nib.' abort() called terminating with uncaught exception of type NSException

I'm using OSX 10.9.5

Bleyddyn commented 9 years ago

I updated the binary to fix this (same release: https://github.com/sixones/vitality/releases/tag/v0.3.6b_2). It looks like the script build.sh is not working correctly. A large number of nib files are not being included in the app. For now, "Archive" builds will have to be done manually in Xcode and the executable pulled out of the archive.

I'll have to test this when get to my other machine.