Resultados 1 al 4 de 4

Problema con vuze en ubuntu 64 bits

  1. #1 Problema con vuze en ubuntu 64 bits 
    Iniciado
    Fecha de ingreso
    May 2009
    Mensajes
    6
    Descargas
    0
    Uploads
    0
    No consigo hacer andar el vuze en su version 4.2, he probado bastantes cosas. 1º lo bajé desde su página oficial, lo que te da un archivo tar.bz2 que se descompirme y e teoría ya se puede usar. Yo lo ejecuté desde terminal y me da como resultado esto:

    Código:
    armando@aros-desktop:~/Vuze/vuze$ ./azureus
    Starting Azureus...
    Suitable java version found [java = 1.6.0_14]
    Configuring environment...
    Java exec found in PATH. Verifying...
    Browser check failed with: Cannot load 32-bit SWT libraries on 64-bit JVM
    Auto-scanning for GRE/XULRunner.  You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
      checking /etc/gre.d/libxul0d.conf for GRE_PATH
    	Can not use GRE from /usr/lib/xulrunner because it's missing components/libwidget_gtk2.so.
      checking /usr/lib/firefox-addons for GRE
    	Can not use GRE from /usr/lib/firefox-addons because it's missing components/libwidget_gtk2.so.
      checking /usr/lib/firefox-3.0.13 for GRE
    	Can not use GRE from /usr/lib/firefox-3.0.13 because it's missing components/libwidget_gtk2.so.
      checking /usr/lib/seamonkey for GRE
    GRE found at /usr/lib/seamonkey.
    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.
    setting LD_LIBRARY_PATH to: /usr/lib/seamonkey
    setting MOZILLA_FIVE_HOME to: /usr/lib/seamonkey
    Loading Azureus:
    java -Xmx128m -cp "./Azureus2.jar:./swt-debug.jar:./swt.jar" -Djava.library.path="/home/armando/Vuze/vuze" -Dazureus.install.path="/home/armando/Vuze/vuze" -Dazureus.script="./azureus" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main 
    file:/home/armando/Vuze/vuze/Azureus2.jar ; file:/home/armando/Vuze/vuze/swt-debug.jar ; file:/home/armando/Vuze/vuze/swt.jar ; file:/home/armando/Vuze/vuze/
    DEBUG::Thu Sep 03 17:31:56 WEST 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.5) 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: Cannot load 32-bit SWT libraries on 64-bit JVM
    	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.
    Leyendo por encima entendí que el problema era el archivo SWT (o eso creo) por lo que fui a la página de www.eclipse.com y descargue el SWT que decía allí. A partir de ahí no supe que hacer. He googleado bastante pero no encuentro solucion. También probé a bajar desde las repos pero me venía una version vieja. Además probé a bajar desde www.getdeb.com, pero da lo mismo, me baja la version vieja a pesar de que dice que es la version 4.2 ellos. Consultando a un amigo y este me contó que tal vez el problema fuera Java, por lo que descargue el JRE 1.6_14 de SUN y lo instalé siguiendo estas instrucciones: http://www.guia-ubuntu.org/index.php?title=Java.
    Espero sus espuestas
    Citar  
     

  2. #2  
    Moderador Global
    Fecha de ingreso
    Aug 2005
    Mensajes
    6.279
    Descargas
    7
    Uploads
    0
    La línea importante aquí es ésta.

    Código:
    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: Cannot load 32-bit SWT libraries on 64-bit JVM

    Salu2

    . . . . . . . . . . . . . . . . . . . .
    [[ NORMAS DEL FORO ]]
    . . . . . . . . . . . . . . . . . . . .
    __________
    Citar  
     

  3. #3  
    Iniciado
    Fecha de ingreso
    May 2009
    Mensajes
    6
    Descargas
    0
    Uploads
    0
    mm mi dominio de terminal es bastante bajo, simplemente se los controles fundamentales, me podrian explicar que debo hacer?
    Citar  
     

  4. #4  
    Moderador HH
    Fecha de ingreso
    Feb 2002
    Ubicación
    México
    Mensajes
    1.156
    Descargas
    4
    Uploads
    0
    Descargar las librerias SWT de 64-bit en lugar de las de 32-bit
    Mientras el mundo permanezca no acabarán la fama y la gloria de México-Tenochtitlan
    Citar  
     

Temas similares

  1. Problema ubuntu server 10.10
    Por hckr en el foro LINUX - MAC - OTROS
    Respuestas: 12
    Último mensaje: 17-03-2011, 00:24
  2. Problema con un script en particular en Ubuntu 9.10
    Por Jonna en el foro LINUX - MAC - OTROS
    Respuestas: 3
    Último mensaje: 24-01-2010, 07:00
  3. Problema con java en ubuntu 6.10
    Por fideos en el foro LINUX - MAC - OTROS
    Respuestas: 2
    Último mensaje: 29-12-2006, 22:45
  4. Los juegos de 32 bits funcionan bajo 64 bits??
    Por stealth en el foro JUEGOS
    Respuestas: 5
    Último mensaje: 03-11-2006, 11:33
  5. Problema al instalar ubuntu
    Por egr001 en el foro LINUX - MAC - OTROS
    Respuestas: 4
    Último mensaje: 23-10-2006, 09:43

Marcadores

Marcadores