You are not logged in.
I recently updated my computer after which vuze doesn't want to start anymore.
Here's the output:
$ vuze
Starting Azureus...
Suitable java version found [java = 1.6.0_12]
Configuring environment...
Java exec found in PATH. Verifying...
find: `/home/stefan/.home/.azureus/plugins': No such file or directory
Browser check failed with: no swt-gtk-3349 or swt-gtk in swt.library.path, java.library.path or the jar file
Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
checking /usr/lib/xulrunner-devel-1.9.0.8 for GRE
Can not use GRE from /usr/lib/xulrunner-devel-1.9.0.8 because it's missing components/libwidget_gtk2.so.
checking /usr/lib/firefox-3.0 for GRE
Can not use GRE from /usr/lib/firefox-3.0 because it's missing components/libwidget_gtk2.so.
checking /usr/lib/mozilla for GRE
Can not use GRE from /usr/lib/mozilla because it's missing components/libwidget_gtk2.so.
checking /usr/lib/xulrunner-1.9.0.8 for GRE
Can not use GRE from /usr/lib/xulrunner-1.9.0.8 because it's missing components/libwidget_gtk2.so.
checking /usr/lib/xulrunner-devel-1.9 for GRE
Can not use GRE from /usr/lib/xulrunner-devel-1.9 because it's missing components/libwidget_gtk2.so.
checking /usr/lib/xulrunner-1.9 for GRE
Can not use GRE from /usr/lib/xulrunner-1.9 because it's missing components/libwidget_gtk2.so.
Browser check failed with: Could not initialize class org.eclipse.swt.widgets.Display
Can't create browser. Will try to set LD_LIBRARY_PATH and hope Vuzehas better luck.
GRE/XULRunner automatically found
Loading Azureus:
java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/usr/share/vuze" -Dazureus.install.path="/usr/share/vuze" -Dazureus.script="/usr/bin/vuze" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
file:/usr/share/vuze/Azureus2.jar ; file:/usr/share/vuze/swt.jar ; file:/usr/share/vuze/
changeLocale: *Default Language* != English (United States). Searching without country..
changeLocale: Searching for language English in *any* country..
changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
DEBUG::Fri Apr 17 13:20:01 CEST 2009::org.gudy.azureus2.ui.swt.mainwindow.SWTThread::createInstance::69:
Loading SWT Libraries failed. Typical causes:
(1) swt.jar is not for your os architecture (amd64). You can get a new swt.jar (Min Version: 3.3) from http://eclipse.org/swt
(2) No write access to '/tmp'. SWT will extract libraries contained in the swt.jar to this dir.
Initializer::<init>::110,Main::<init>::84,Main::main::217,NativeMethodAccessorImpl::invoke0::-2,NativeMethodAccessorImpl::invoke::39,DelegatingMethodAccessorImpl::invoke::25,Method::invoke::597,MainExecutor$1::run::37,Thread::run::619
java.lang.UnsatisfiedLinkError: no swt-gtk-3349 or swt-gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:92)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:69)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:110)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:84)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
at java.lang.Thread.run(Thread.java:619)
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.
It looks like it's a problem with the swt libraries?
Steps I've tried to solve this problem include:
* Reinstalled vuze, built vuze from AUR
* Reinstalled JRE. Uninstalled JRE and tried openjdk6
* Installed SWT from extra and copied new swt.jar to /usr/share/vuze
* Downloaded new SWT (64 bit) from eclipse homepage and tried that instead
* Tried starting as root
* Removed ~/.azureus
No luck.
I'm really at a loss here. I hope someone can give me some insight into this mystery.
Last edited by zoledian (2009-04-17 11:29:16)
Offline