Is the mac version not launching for anyone else?

Started by brianposburn, June 08, 2014, 12:28:41 AM

Previous topic - Next topic

brianposburn

Downloaded the latest version, and it won't start when running it.  I've had no issues with the previous versions.

I tried removing all mods I had running and still no dice.  Redownloaded and still nothing.

Brian

brianposburn

So, no one else runs the mac version?

Also, the downloads for  paying customers is WAY WAY WAY slow.

Brian

brianposburn

Quote from: brianposburn on June 08, 2014, 12:28:41 AM
Downloaded the latest version, and it won't start when running it.  I've had no issues with the previous versions.

I tried removing all mods I had running and still no dice.  Redownloaded and still nothing.

Brian

Found the issue.  From /var/log/system.log:
Jun  8 20:48:43 bosleyrocks com.apple.launchd.peruser.502[355] (unity.Ludeon Studios.RimWorld.73952[814]): Job failed to exec(3) for weird reason: 13
Jun  8 20:48:43 bosleyrocks.home Finder[454]: 8837325: Attempting to SIGCONT to pid #814 failed, with errno=#3, or the process failed to actually start
Jun  8 20:48:43 bosleyrocks.home Dock[452]: no information back from LS about running process LSASN:{hi=0x0;lo=0x3b03b}
Jun  8 20:48:43 bosleyrocks.home Finder[454]: 8837325: Attempting to SIGCONT to pid #814 failed, with errno=#3, or the process failed to actually start
Jun  8 20:48:51 --- last message repeated 98 times ---

Quick google shows something is missing the executable bit.

I ended up running this command:
find . -type f ! -perm u+x -exec u+x {} \;

This gave everything that didn't have the executable bit the executable bit and now things are working.

This sounds like a build / packaging issue - may want to look into it.

Brian

That

Tynan

Sorry about this. I'll add it to my to-do list.
Tynan Sylvester - @TynanSylvester - Tynan's Blog