You are not logged in.
Pages: 1
I have already looked around the forum but i didint look like anyone is having this problem
Running frostwire gives me:
Starting FrostWire...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.6.0_05]
Configuring environment...
Loading FrostWire:
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x2aaaf370897c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x24) [0x2aaaf3708a84]
#2 /usr/lib/libX11.so.6(_XReply+0x10f) [0x2aaaf2d21daf]
#3 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf2323096]
#4 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf22cfbfb]
#5 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf22cfecd]
#6 /opt/java/jre/lib/amd64/motif21/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x12) [0x2aaaf22d0142]
#7 [0x2aaaab57d6cf]
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x2aaaf370897c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x2aaaf3708a15]
#2 /usr/lib/libX11.so.6 [0x2aaaf2d21183]
#3 /usr/lib/libX11.so.6(XGetVisualInfo+0x2c) [0x2aaaf2d1865c]
#4 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf22cef25]
#5 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf22cf179]
#6 /opt/java/jre/lib/amd64/motif21/libmawt.so [0x2aaaf22cff6f]
#7 /opt/java/jre/lib/amd64/motif21/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x12) [0x2aaaf22d0142]
#8 [0x2aaaab57d6cf]
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002b393872d40f, pid=6609, tid=1076017488
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b19 mixed mode linux-amd64)
# Problematic frame:
# C [libc.so.6+0x3040f] catgets+0x1f
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6609.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
./runFrostwire.sh: line 125: 6609 Aborted ${JAVA_PROGRAM_DIR}java -ea -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog -Djava.library.path=. $EXECUTABLE -jar FrostWire.jar $ARGUMENTS
******************************************************************
Something went wrong with FrostWire.
Maybe you're using the wrong version of Java?
(FrostWire is tested against and works best with with Sun's JRE, Java 1.4+)
The version of Java in your PATH is:
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b19, mixed mode)
Any ideas or recommendations would be greatly appreciated.
Offline
I'm getting the same error here. :-(
Offline
Put the following script in your home as frostwire.sh
#!/bin/sh
cd /usr/lib/frostwire &&
java -ea -Djava.library.path=. $EXECUTABLE -jar FrostWire.jar
and run it
Be yourself, because you are all that you can be
Offline
./frostwire.sh: line 2: cd: /usr/lib/frostwire: No such file or directory
:-(
Offline
It's /usr/share/frostwire .
Last edited by Ramses de Norre (2008-05-14 18:57:41)
Offline
ScriptDevil's fix worked for me. They should really fix the default script so users don't have to.
Offline
It worked for me too. Thanks, ScriptDevil and Ramses de Norre.
Offline
Awesome thanks ScriptDevil. Its works perfectly.
Offline
They may or may not fix it, but somebody has to tell them about it first. The script I use in the package is /usr/share/frostwire/runFrostwire.sh, which is provided by the Frostwire devs and works fine for me. I'm on i686, so it's possible there is an issue with x86_64. The line that actually runs the .jar file is:
${JAVA_PROGRAM_DIR}java -ea -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog -Djava.library.path=. $EXECUTABLE -jar FrostWire.jar $ARGUMENTS
i.e. the same as ScriptDevil's except for the addition of some logging option (I think - I don't know java) and a variable for additional arguments.
I recommend you post about your difficulties in the Frostwire forum, as they do not have a bugtracker.
Offline
Yep it works on X86_64. Running it right now.
P.S i did post on the forums but not much help.
http://www.frostwire.com/forum/viewtopic.php?f=1&t=4329
Last edited by b0uncyfr0 (2008-05-15 11:11:36)
Offline
Hello all,
I have the same problem. I am running Arch64. I have tried that script:
#!/bin/sh
cd /usr/share/frostwire &&
java -ea -Djava.library.path=. $EXECUTABLE -jar FrostWire.jar
Saved as /home/theavataroftime/frostwire.sh.
It does indeed start Frostwire. However, when the splash screen comes up it takes (and I am not exaggerating) about five minutes for it to start the little 'loading' bar and indeed start. The splash screen comes up instantly though.
I have tried 'sh frostwire.sh', 'sh frostwire.sh &', 'sudo sh frostwire.sh', and 'sudo sh frostwire.sh &'. None of which have any different affect.
Any ideas as to what I may have done wrong? Also, I assume that that 'sh frostwire.sh' is the way that I will always have to start Frostwire? So I need to edit my menu then (I use Fluxbox)?
Thanks for any advice.
Hmm, odd. I have been starting Frostwire repeatedly just to see what happens, and oddly enough, on about the forth time of running 'sh frostwire.sh' Frostwire acted like it had never ran before and went through the setup again. I have no idea why that would be either.
Last edited by The Avatar of Time (2008-05-20 06:59:50)
Offline
Hello all,
I have the same problem. I am running Arch64. I have tried that script:
#!/bin/sh cd /usr/share/frostwire && java -ea -Djava.library.path=. $EXECUTABLE -jar FrostWire.jar
Saved as /home/theavataroftime/frostwire.sh.
It does indeed start Frostwire. However, when the splash screen comes up it takes (and I am not exaggerating) about five minutes for it to start the little 'loading' bar and indeed start. The splash screen comes up instantly though.
I have tried 'sh frostwire.sh', 'sh frostwire.sh &', 'sudo sh frostwire.sh', and 'sudo sh frostwire.sh &'. None of which have any different affect.
Any ideas as to what I may have done wrong? Also, I assume that that 'sh frostwire.sh' is the way that I will always have to start Frostwire? So I need to edit my menu then (I use Fluxbox)?
Thanks for any advice.
Hmm, odd. I have been starting Frostwire repeatedly just to see what happens, and oddly enough, on about the forth time of running 'sh frostwire.sh' Frostwire acted like it had never ran before and went through the setup again. I have no idea why that would be either.
Remove the "-ea" option from your java line, assertions slow java down and are not needed when you're not testing the software.
Offline
Thank you for the reply. I tried that but it didn't help at all. Any other ideas?
I fixed the problem with Frostwire not starting in Ubuntu Gutsy 64 (running Arch64 now of course), it was a matter of changing from 64 to 32 bit version of Java if I remember right. Unfortunately I don't remember how I did that, and can't seem to figure it out now.
This script makes Frostwire run, but I don't want to wait five minutes for it to launch.
Any other ideas? Thanks.
Offline
i am on 32bit arch and i have the same problem
Offline
32 bit Arch, with Frostwire's script and with the aforeposted one, the program runs, but sticks at the splash screen for over 5 minutes.
Offline
yes after letting it sit there for about 5mins it finally started for me, once loaded it was fast but it always takes that long to start
which is really lame cuz the splash overlays everything
Offline
Scriptdevil's script works fine here on x86_64. Thanks.
For the guys with start delays, do other java progs work properly, eg jbidwatcher?
Offline
just installed azureus then... same problem 5 hour load time
[someguy@z0r ~]$ java -version
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
Offline
Pages: 1