aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule just disappears  (Read 2174 times)

Delicate_Shadow

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
aMule just disappears
« on: October 05, 2006, 02:52:00 PM »

hi guys
I got aMule installed on my box. when I run it just disappears.
what could be the problem !!!!!
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule just disappears
« Reply #1 on: October 05, 2006, 03:56:32 PM »

Hello Delicate Shadow!

Could you please start aMule in a terminal and post the output here?
Logged

Delicate_Shadow

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: aMule just disappears
« Reply #2 on: October 05, 2006, 03:58:38 PM »

thanx
here is the output for running in a terminal
Code: [Select]
linux:~ # amule
amule: Symbol `_ZTV10wxClientDC' has different size in shared object, consider re-linking
amule: Symbol `_ZTV9wxPaintDC' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers).
Aborted
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule just disappears
« Reply #3 on: October 05, 2006, 04:22:27 PM »

Please remove all your wx* and amule*-packages and install the wx and amule packages for OpenSuse 10.0 provided by IhmSelbst.
Logged

Delicate_Shadow

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: aMule just disappears
« Reply #4 on: October 05, 2006, 04:36:02 PM »

I have wxGTK 2.6.1.0-4 installed
do I need the latest version ????
I have some applications that depends on it so I can't really remove it ....
what should I do ????  ?( ?( ?( ?( ?( ?(
« Last Edit: October 05, 2006, 04:38:18 PM by Delicate_Shadow »
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: aMule just disappears
« Reply #5 on: October 05, 2006, 05:14:19 PM »

The aMule package you are currently using is compiled against a custom version of wxGTK that has been built with the --disable-compat24 flag, which makes it binary incompatible with the standard configuration.

Solution: Compile aMule yourself. By removing all your wx* packages and replacing them with IhmSelbst's ones, as suggested by wuischke, you would end up with a wxGTK installation that is binary compatible with aMule and binary incompatible with the rest.

IhmSelbst, in order to improve interoperability between the various wxGTK packages, I recommend not using --disable-compat24 for your packages. It does not result in better code, but it results in binary incompatible code.
Logged

Delicate_Shadow

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: aMule just disappears
« Reply #6 on: October 05, 2006, 06:59:26 PM »

thanx a lot guys
I found version that comes with bandle version of wxGTK.... so it works now
thanx a lot again
Logged