You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
If I have multibit open, multidoge will fail to launch and vice versa. It appears that MultiDoge does a check and detects MultiBit and thinks they are the same application and closes.
With multibit running:
$ java -jar multidoge-exe.jar
23:36:42.533 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory.1 = '/home/user/MultiDoge'
$
It just returns to the prompt
From the log file
23:39:26.502 [main] INFO org.multibit.MultiBit - Configuring native event handling
23:39:26.507 [main] INFO org.multibit.MultiBit - Checking to see if this is the primary MultiBit instance
23:39:26.512 [main] DEBUG o.m.ApplicationInstanceManager - Port is already taken. Notifying first instance.
23:39:26.529 [main] DEBUG o.m.ApplicationInstanceManager - Successfully notified first instance.
23:39:26.529 [main] DEBUG org.multibit.MultiBit - Another instance of MultiBit is already running. Exiting.
The text was updated successfully, but these errors were encountered:
Environment: Ubuntu 13.10 64-bit, OpenJDK 6
If I have multibit open, multidoge will fail to launch and vice versa. It appears that MultiDoge does a check and detects MultiBit and thinks they are the same application and closes.
With multibit running:
$ java -jar multidoge-exe.jar
23:36:42.533 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory.1 = '/home/user/MultiDoge'
$
It just returns to the prompt
From the log file
23:39:26.502 [main] INFO org.multibit.MultiBit - Configuring native event handling
23:39:26.507 [main] INFO org.multibit.MultiBit - Checking to see if this is the primary MultiBit instance
23:39:26.512 [main] DEBUG o.m.ApplicationInstanceManager - Port is already taken. Notifying first instance.
23:39:26.529 [main] DEBUG o.m.ApplicationInstanceManager - Successfully notified first instance.
23:39:26.529 [main] DEBUG org.multibit.MultiBit - Another instance of MultiBit is already running. Exiting.
The text was updated successfully, but these errors were encountered: