rma1979 wrote:Edit - 04/14/2011 11:24 AM:
I was able to find a workaround (though not a particularly great one).This got me working - YMMV, since you're changing the configuration from standard.
- Right-click on Makehuman.app and select Show Package Contents
- Open up the Info.plist file
- Expand the Root entry, and edit the LSMinimumSystemVersion from 10.6.0 to whatever your OS version is (I changed it to 10.5.8, find yours under Apple Menu -> About this Mac)
- Save the file and launch MakeHuman
Thanks. This was indeed a bug in the Info.plist!
However, the code itself is Universal binary and MH is actually intended to run on PowerPC Macs but the App bundle is marked (by the LSMinimumSystemVersion tag) to run just on >= Mac OS 10.6 what is a contradiction because 10.6 does not support PowerPC Macs any longer....
Well, I have fixed this in Info.plist and commit this in the repository. So a new build will run on PowerPC Macs again...
- Peter -