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 at startup - libwxgtk  (Read 2882 times)

plasticgoat

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Crash at startup - libwxgtk
« on: January 15, 2006, 08:44:20 PM »

Hi,

amule when when it start :

Code: [Select]
...
amule: Symbol `_ZTV12wxMouseEvent' has different size in shared object, consider re-linking
amule: Symbol `_ZTV7wxPanel' has different size in shared object, consider re-linking
amule: Symbol `_ZTV8wxDialog' has different size in shared object, consider re-linking
amule: Symbol `_ZTV10wxListCtrl' has different size in shared object, consider re-linking
amule: Symbol `_ZTV8wxColour' has different size in shared object, consider re-linking
amule: Symbol `_ZTV9wxPaintDC' has different size in shared object, consider re-linking
amule: Symbol `_ZTV17wxGenericTreeCtrl' 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 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Abandon

if somebody can help ...
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Crash at startup - libwxgtk
« Reply #1 on: January 15, 2006, 08:51:34 PM »

Your package for wxGTK and your package for aMule are built with different versions of gcc, they are not compatible.
Do you still have Hoary?
Logged

plasticgoat

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Crash at startup - libwxgtk
« Reply #2 on: January 22, 2006, 06:42:15 PM »

no, I do have the latest version breezy ...
I really don't know what's going wrong
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Crash at startup - libwxgtk
« Reply #3 on: January 22, 2006, 07:43:24 PM »

OK, do you still have the original wxGTK 2.6.1 out of the universe/multiverse repositories?
I built a deb against this version that should run.
Could you please ensure, that you've this wxGTK and try my package?
Logged