flyfire / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Multiplatform App doesn't start on Mac #290

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download App (x64/x86 or x86)
2. Run app

What is the expected output? What do you see instead?
I expect the app to load like the older macdroid notifier.

Nothing happens at all

What version of the product are you using? On what operating system?
I am using MultiDroidNotifier on Mac OS X 10.6.5

Console Log:
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]  2010-11-15 
18:17:47,129 ERROR [Main] - Error starting
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]  java.io.IOEx
ception: No such file or directory
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
java.io.UnixFileSystem.createFileExclusively(Native Method)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
java.io.File.createNewFile(File.java:883)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
com.notifier.desktop.Main.getExclusiveExecutionLock(Main.java:169)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
com.notifier.desktop.Main.main(Main.java:100)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
java.lang.reflect.Method.invoke(Method.java:597)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
15/11/2010 
18:17:47    [0x0-0x1b31b3].com.notifier.android-notifier-desktop[3740]      at 
apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

Original issue reported on code.google.com by J.Brady...@outlook.com on 15 Nov 2010 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by rdamazio@gmail.com on 15 Nov 2010 at 10:47

GoogleCodeExporter commented 9 years ago
I'm creating the directory if it doesn't exist now. That should resolve this 
issue, it'll be available in next release of the multiplatform desktop app.

Original comment by lehph...@gmail.com on 25 Nov 2010 at 10:04