aMule Forum
English => en_Bugs => Topic started by: tunno on October 25, 2010, 04:05:21 PM
-
Hi, my amule crashes after a while i'm using it. I have ubuntu 10.10 netbook remix and i get this error
diego@diego-DOTS:~$ amule
Initialising aMule 2.2.6 using wxGTK2 v2.8.11
Checking if there is an instance already running...
No other instances are running.
ListenSocket: Ok.
HTTP download thread started
Host: amule.sourceforge.net:80
URL: http://amule.sourceforge.net/lastversion
Response: 0 (Error: 3)
WARNING: Void response on stream creation
HTTP download thread ended
Loading temp files from /home/diego/.aMule/Temp.
Loading PartFile 17 of 17
All PartFiles Loaded.
Adding file /home/diego/.aMule/Temp/025.part.met to shares
Adding file /home/diego/.aMule/Temp/020.part.met to shares
Adding file /home/diego/.aMule/Temp/019.part.met to shares
Adding file /home/diego/.aMule/Temp/017.part.met to shares
Adding file /home/diego/.aMule/Temp/014.part.met to shares
Adding file /home/diego/.aMule/Temp/013.part.met to shares
Adding file /home/diego/.aMule/Temp/011.part.met to shares
Adding file /home/diego/.aMule/Temp/010.part.met to shares
Adding file /home/diego/.aMule/Temp/009.part.met to shares
Adding file /home/diego/.aMule/Temp/008.part.met to shares
Adding file /home/diego/.aMule/Temp/007.part.met to shares
Adding file /home/diego/.aMule/Temp/006.part.met to shares
Adding file /home/diego/.aMule/Temp/005.part.met to shares
Adding file /home/diego/.aMule/Temp/004.part.met to shares
Adding file /home/diego/.aMule/Temp/003.part.met to shares
(amule:1556): Gtk-CRITICAL **: IA__gtk_widget_is_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
http://wiki.amule.org/index.php/Backtraces
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.6 using wxGTK2 v2.8.11
Running on: Linux 2.6.35-22-generic i686
Can you help me?
-
Can you try to generate a backtrace?
-
i tried, but i'm not able to install it, can you help me? i followed the guide, but id didn't work...
diego@diego-DOTS:~$ which gdb
/usr/bin/gdb
diego@diego-DOTS:~$ ./configure --enable-debug --disable-optimize --prefix=/usr/bin/gdb/amule
bash: ./configure: Nessun file o directory
Nessun file o directory means " no file or directory"
-
this is the error it gave me today
header damaged
--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
http://wiki.amule.org/index.php/Backtraces
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.6 using wxGTK2 v2.8.11
Running on: Linux 2.6.35-22-generic i686
Killed
this is the guide i tried to follow
http://wiki.amule.org/index.php/Backtraces
-
this is the guide i tried to follow
Do. Or do not. There is no try.
-
this is the guide i tried to follow
Do. Or do not. There is no try.
i can't make it work. the explanation isn't clear. not everybody in the world is a computer programmer,you know.
./configure --enable-debug --disable-optimize --prefix=/where/to/install/aMule
make
make install
1st of all. where to install?
2nd but not last: why do i get this mistake (no file or directory) with the command ./configure?
i wrote the same things in my second post.
-
1st of all. where to install?
2nd but not last: why do i get this mistake (no file or directory) with the command ./configure?
1. Where you /usr, /opt, /usr/share, your home, /amule or evenm /etc (not recommended) Just choose one, and make sure you run it from there if you have another amule binary still in your path.
2. Where did you get the source. If you gotr it from some git or svn repo, you have to run autogen.sh to create the configure script.
-
2. Where did you get the source. If you gotr it from some git or svn repo, you have to run autogen.sh to create the configure script.
you mean where i got amule or gdb?
i installed amule with sudo apt-get install amule, gdb was already installed...
-
./configure is a command to prepare the sources for compilation. If you install a binary package, I can't even guess how this should work.
From the wiki article you use, right at the end of the section with the commands:
If you are unable or unwilling to recompile, or are running a RPM version, .....
I think that is clear enough, but for your information, RPM can be substituted with deb.
-
sorry, i don't understand what you're talking about. what is a rpm version? i don't know how to install a binary package, so i guess i haven't installed amule in that way.
-
If you use apt or such, you most likely install binary packages. Read the wiki articles about comiling your own mule, and you'll see.