Content Installer (Bitrock) crashes for 'Dinerfood1_1.0_dpc' (Mac 10.8.2)
macvos
Posts: 0
The Bitrock content Installer for 'Dinerfood1_1.0_dpc' crashes immediately after a double click.
In the console there is this message:
27-11-2012 09:57:04,534 com.apple.launchd.peruser.501[547]: ([0x0-0x86086].com.bitrock.installbuilder[983]) Exited with code: 126
So, what have you changed? All previous content installers just worked fine. Or ist it the 10.8.2 update that causes this?
Comments
Did a bit of searching on this. I might very well be mistaken, but I'm wondering if this has to do with permissions on the installer file? Make sure you have execute rights on the installer. I'm not sure, but I think you can do this in the 'Get info...' panel for the file in Finder. There should be a section for permissions in there somewhere.
Also, run "Repair disk permissions" in the disk utility program as instructed here: http://support.apple.com/kb/HT1452
Hope this helps.
Nah, that's not it. I'd rather know what error-code 126 is.
Right. Then I don't know.
The searches I did for the error code turned up some hits for permission glitches. Mostly for Linux, though, but since OS X is unix based, I figured they might be in the ballpark.
Sorry I couldn't be of more help.
No problem! Glad you looked into it!
It has probably to do with Mountain Lion's sandboxing or Java. It's only since 10.8.2 update that I have this problem. On 2 Macs, you know. So it's a more general problem.
If no one else responds before then, I'll try and remember to try this tonight on my macbook air (which I left at home today ;_; )
The exact meaning of that code...if the full, standard error message were displayed would indicate, 'Permission denied'.
Most often, it's because the item's permissions do not include 'executable'.
After unzip:
drwx------ 3 marcvos marcvos 102 28 nov 17:59 DinerFood1_1.0_dpc.app
then a
$ chmod a+rx DinerFood1_1.0_dpc.app
$ ls -al
drwxr-xr-x 3 marcvos marcvos 102 28 nov 17:59 DinerFood1_1.0_dpc.app
Double click -> nothing. In Console:
28-11-2012 18:01:54,883 com.apple.launchd.peruser.501[547]: ([0x0-0xe11e11].com.bitrock.installbuilder[22428]) Exited with code: 126
From Terminal:
$ open ./DinerFood1_1.0_dpc.app
LSOpenURLsWithRole() failed with error -10810 for the file /Users/marcvos/Downloads/DinerFood1_1.0_dpc.app.
So... what can that be??
- -
Thanks,
Marc