aMule Forum

English => en_Bugs => Topic started by: belrose on December 28, 2006, 07:11:26 PM

Title: Crash when i try to close the first search tab
Post by: belrose on December 28, 2006, 07:11:26 PM
Hello, in my SUSE 10.2 amd_64, amule 2.1.3 from packman repository precompiled rpm.

i search something, everything is good, when i push the x symbol in the tag to close it, instead to close the tab only, the aplication crash and close.

What can i do?
Thanks.
Title: Re: Crash when i try to close the first search tab
Post by: wuischke on December 28, 2006, 07:36:49 PM
This happens when you use wxGTK <2.8 compiled against recent versions of GTK. Please upgrade to wxGTK 2.8 in order to solve this problem.

You'll find packages here: http://forum.amule.org/thread.php?threadid=11590
Title: Re: Crash when i try to close the first search tab
Post by: cheeky on November 20, 2007, 04:43:20 PM
Hello,

i have the same problem. But it crashes when i close the last available search tab, after closing all other search tabs.
It doesnt matter in what order i close the tabs.

I have installed the wxGTK 2.6 AND 2.8. (Ubuntu 7.10).

How can i see which version is aMule using? How can i tell aMule to use 2.8?

Thx


Title: Re: Crash when i try to close the first search tab
Post by: phoenix on November 20, 2007, 04:59:05 PM
Hey cheeky,

I have a problem when closing the search tabs until today, I currently use wx-2.8.6. I always close the tabs in the reverse order of creation, and I never use the X on the tab to close it, I always use the right button menu.

To make aMule use a library, you have to configure it and compile it with that library. Something like this:
$ ./configure --enable-ccache --with-denoise-level=3 --enable-debug --disable-optimize --enable-verbose --enable-geoip --enable-cas --enable-wxcas --enable-amule-gui --enable-webserver --enable-amulecmd --enable-amule-daemon --with-wx-config=/home/myuser/usr/local/wxWidgets-2.8.6/bin/wx-config
$ LD_LIBRARY_PATH=/home/myuser/usr/local/wxWidgets-2.8.6/lib/ make
$ LD_LIBRARY_PATH=/home/myuser/usr/local/wxWidgets-2.8.6/lib/ src/amule

Notice that in my case, the library is not on the path or ld.so.conf, that is why I use the LD_LIBRARY_PATH variable. I also have compiled wx myself and saved it in my home directory in order not to mess with the system's wx and the other users of this machine.

Cheers!
Title: Re: Crash when i try to close the first search tab
Post by: Vollstrecker on November 21, 2007, 08:29:24 AM
I accidently tried to close the only opened searchtab this morning. wx-2.8.3 crashes in this case, too.
Title: Re: Crash when i try to close the first search tab
Post by: phoenix on November 21, 2007, 12:20:42 PM
You did use the X at the corner of the tab, didn't you? That happens to me too. But whenever I use the menu, it behaves ok.

But it also happens if I use the menu to close a tab that is not the last. Really weird.
Title: Re: Crash when i try to close the first search tab
Post by: Vollstrecker on November 21, 2007, 12:43:13 PM
Which menu?
Title: Re: Crash when i try to close the first search tab
Post by: Festor on November 21, 2007, 02:32:58 PM
Hello,

i have the same problem. But it crashes when i close the last available search tab, after closing all other search tabs.
It doesnt matter in what order i close the tabs.

I have installed the wxGTK 2.6 AND 2.8. (Ubuntu 7.10).

How can i see which version is aMule using? How can i tell aMule to use 2.8?

Thx




See this:

http://forum.amule.org/index.php?topic=13700.0
Title: Re: Crash when i try to close the first search tab
Post by: phoenix on November 22, 2007, 12:07:03 AM
Which menu?
The right button menu.
Title: Re: Crash when i try to close the first search tab
Post by: Xaignar on January 06, 2008, 05:10:56 PM
I think (and hope) that I've identified the source of this problem, and have comitted a workaround*. Please test and let me know if you still experience this problem with current SVN.

Basically it's bug in wxWidgets:  http://sourceforge.net/tracker/index.php?func=detail&aid=1865141&group_id=9863&atid=109863