View Single Post
  #1 (permalink)  
Old January 26th, 2008
Jass1989 Jass1989 is offline
Novicius
 
Join Date: January 26th, 2008
Posts: 4
Jass1989 is flying high
Default FrostWire And limewire error

Hello I have Previously download Both Frostwire and LimeWire (only one on my computer are installed at a time

I downloaded both because I recive an Error when trying to boot up one of these programs So i switched and I still get the error.
I have tryied uninstalling Deleteding All Folders that the programs make uninstalling Java. reinstalling jave. reinstalling Frostwire and still I have no luck
Now I know enough to get myself into trouble with computers but I am lost on this subject

Code:
LimeWire version 4.13.4
Java version 1.6.0_03 from Sun Microsystems Inc.
Windows XP v. 5.1 on x86
Free/total memory: 25496200/33357824

FATAL ERROR!

java.lang.UnsatisfiedLinkError: Native Library D:\Program Files\FrostWire\tray.dll already loaded in another classloader
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at org.jdesktop.jdic.tray.internal.impl.DisplayThread.<clinit>(Unknown Source)
    at org.jdesktop.jdic.tray.internal.impl.WinSystemTrayService.<clinit>(Unknown Source)
    at org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub.getService(Unknown Source)
    at org.jdesktop.jdic.tray.internal.ServiceManager.getService(Unknown Source)
    at org.jdesktop.jdic.tray.SystemTray.<clinit>(Unknown Source)
    at com.limegroup.gnutella.gui.notify.NotifyUserImpl.<init>(NotifyUserImpl.java:28)
    at com.limegroup.gnutella.gui.notify.NotifyUserProxy.<init>(NotifyUserProxy.java:46)
    at com.limegroup.gnutella.gui.notify.NotifyUserProxy.<clinit>(NotifyUserProxy.java:26)
    at com.limegroup.gnutella.gui.Initializer.initialize(Initializer.java:272)
    at com.limegroup.gnutella.gui.GUILoader.load(GUILoader.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.limegroup.gnutella.gui.Main.main(Main.java:44)


-- listing session information --
Current thread: main
Active Threads: 15

-- listing threads --
Timer-2: 1
Timer-0: 1
Timer-1: 1
AWT-Shutdown: 1
IconLoader: 1
User event dispatch thread: 1
main: 1
Thread-9: 1
AWT-EventQueue-0: 1
Image Fetcher 0: 1
Image Fetcher 1: 1
AWT-Windows: 1
NIODispatcher: 1
Image Fetcher 2: 1
Image Fetcher 3: 1


-- listing properties --
UPNP_IN_USE=true
PORT=9680
WINDOW_Y=135
WINDOW_X=230
MAX_SIM_DOWNLOAD=8
INSTALLED=true
CONNECTION_SPEED=350
CHAT_IRC_NICK=Jass
CLIENT_ID=4EBF8115A3CBE485D37AF8BE346D2500
FORCE_IP_ADDRESS=true
LAST_EXPIRE_TIME=1200552989281
FORCED_PORT=9680
RUN_ON_STARTUP=false
This is the error I am getting. It looks to me like "Tray.ddl" is getting use by another program...... what program would be makeing such a fus? better yet how do I fix this problem?
Reply With Quote