aMule Forum

English => aMule Help => Topic started by: Delicate_Shadow on October 05, 2006, 02:52:00 PM

Title: aMule just disappears
Post by: Delicate_Shadow 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 !!!!!
Title: Re: aMule just disappears
Post by: wuischke on October 05, 2006, 03:56:32 PM
Hello Delicate Shadow!

Could you please start aMule in a terminal and post the output here?
Title: Re: aMule just disappears
Post by: Delicate_Shadow 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
Title: Re: aMule just disappears
Post by: wuischke 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.
Title: Re: aMule just disappears
Post by: Delicate_Shadow 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 ????  ?( ?( ?( ?( ?( ?(
Title: Re: aMule just disappears
Post by: Gerd78 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.
Title: Re: aMule just disappears
Post by: Delicate_Shadow 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