2.0 crashes on opening in OS X 10.5.8, bug report included

Started by callmeze, July 27, 2011, 08:20:36 AM

Previous topic - Next topic

callmeze

So I'm a complete idiot and forgot there were VVVVVV forums (and emailed Terry directly.  May have not been the right thing to do, sorry!).   :verdigris:
Sadly, though, the new version of VVVVVV crashes on OS X 10.5.8 (which is not as old as 10.4.11) when it opens :victoria:
I did a clean install to verify it wasn't an overwrite error.  Same crash.

Below is the Apple bug report.  Maybe someone can discern what is going on?  Thaaaanks

Process:         vvvvvv [582]
Path:            /Applications/VVVVVV.app/Contents/MacOS/vvvvvv
Identifier:      com.distractionware.vvvvvv
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [69]

Interval Since Last Report:          1555 sec
Crashes Since Last Report:           1
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   1

Date/Time:       2011-07-27 01:09:49.311 -0700
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  B15B9894-022D-4121-BAF5-7E95B2939EFE

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  unknown required load command 0x80000022

simoroth

Hi

Since this thread may get quite a bit of traffic:

A fix for 10.5.8 users who are getting a crash is in the works. Hopefully we will be able to push it out soon.

-Simon

DHowett

This is just a side effect of it having been built for 10.6; Apple's compiler added an additional section to the app that only 10.6 understands; it can be fixed by building with "-mmacosx-version-min=10.4" (or even 10.5), it changing the SDK target in Xcode. (This should also be the primary reason it doesn't launch on 10.4 Intel? o_O)
I know the people who matter probably know this, I just wanted to put it out there. :P