LRTimelapse Forum

Full Version: Don't launch on MacOs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I've downloaded new version of LRTimelapse, but it don't launch. Don't show any messages of something else. Icon appears in dock but no application window. And then I clicked to icon it closes.
I've try to launch as different user but no success.
MacOs 10.7.3, and I check for updates and It says that system up to date. I think this means that I have latest Java.

May be old working version of LRTimelapse is available?

I've checked error console and found this messages

Code:
29.02.12 12:36:16,568 com.apple.launchd.peruser.501: ([0x0-0x147147].lrtimelapse.LRTimelapseApp[1994]) posix_spawn("/Applications/LRTimelapse_DEV_mac/LRTimelapse.app/Contents/MacOS/JavaApplicationStub", ...): Permission denied
29.02.12 12:36:16,569 com.apple.launchd.peruser.501: ([0x0-0x147147].lrtimelapse.LRTimelapseApp[1994]) Exited with code: 1
29.02.12 12:36:16,571 Dock: no information back from LS about running process
I've fixed it!
file /Applications/LRTimelapse_DEV_mac/LRTimelapse.app/Contents/MacOS/JavaApplicationStub don't have permissions to execute (I don't know why).
This command
Code:
chmod 777 /Applications/LRTimelapse_DEV_mac/LRTimelapse.app/Contents/MacOS/JavaApplicationStub
helps me
Glad you fixed it!