aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Crash when i try to close the first search tab  (Read 5512 times)

belrose

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Crash when i try to close the first search tab
« 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.
« Last Edit: December 28, 2006, 07:13:32 PM by belrose »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Crash when i try to close the first search tab
« Reply #1 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
Logged

cheeky

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Crash when i try to close the first search tab
« Reply #2 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


Logged
Ubuntu 7.10 with Gnome 2.20.1

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Crash when i try to close the first search tab
« Reply #3 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!
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Crash when i try to close the first search tab
« Reply #4 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.
Logged
Homefucking is killing prostitution

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Crash when i try to close the first search tab
« Reply #5 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.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1546
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Crash when i try to close the first search tab
« Reply #6 on: November 21, 2007, 12:43:13 PM »

Which menu?
Logged
Homefucking is killing prostitution

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
Re: Crash when i try to close the first search tab
« Reply #7 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

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Crash when i try to close the first search tab
« Reply #8 on: November 22, 2007, 12:07:03 AM »

Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Crash when i try to close the first search tab
« Reply #9 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
Logged