aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: startup crash, wx problem?  (Read 2102 times)

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
startup crash, wx problem?
« on: July 04, 2004, 07:39:55 PM »

Hi, i tried several wxBase/wxGTK versions, but can't figure out where the problem is.
Code: [Select]
[0] amule(_ZN9CamuleApp16OnFatalExceptionEv+0x59) [0x8296d3d]
[1] /usr/local/lib/libwx_gtk-2.4.so(wxFatalSignalHandler+0x2d) [0x403bd4cd]
[2] /lib/libpthread.so.0 [0x409bc453]
[3] [0xffffe420]
[4] amule(_ZN10CSearchDlg15UpdateCatChoiceEv+0x9f) [0x824ded5]
[5] amule(_ZN9CamuleDlgC1EP8wxWindow8wxString7wxPoint6wxSize+0xbc0) [0x829d4b0]
[6] amule(_ZN9CamuleApp6OnInitEv+0x275d) [0x82945b1]
[7] /usr/local/lib/libwx_gtk-2.4.so(_Z7wxEntryiPPc+0x210) [0x4023ef10]
[8] amule(main+0x22) [0x8291ab4]
[9] /lib/libc.so.6(__libc_start_main+0xc0) [0x40a178c0]
[10] amule(_ZN16wxScrolledWindow16AdjustScrollbarsEv+0xd1) [0x812ed61]

Code: [Select]
ls -al /usr/bin/wx*
lrwxrwxrwx  1 root root   16 Jul  4 19:17 /usr/bin/wx-config -> wxgtk-2.4-config
-rwxr-xr-x  1 root root 4864 Jul  4 18:42 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root   26 Jul  4 18:47 /usr/bin/wxbase-config -> /usr/bin/wxbase-2.4-config
-rwxr-xr-x  1 root root 5057 Jul  4 19:17 /usr/bin/wxgtk-2.4-config

 ?(
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: startup crash, wx problem?
« Reply #1 on: July 05, 2004, 03:25:57 AM »

you compìled it yourself?
If so, make sure there's only _one_ wx installed. check /usr/lib and /usr/local/lib (also /usr/bion and /usr/local/bin for the wx-config scripts).
If it's twice, then remove one of them (leave 2.4.2 version) and recompiel aMule.
Greetings!
Logged

kricklen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
Re: startup crash, wx problem?
« Reply #2 on: July 05, 2004, 06:07:36 PM »

Thanks, seems i had 2 different wx libraries, /usr/lib/ and /usr/local/lib/. Both were 2.4.2, but after removing the latter it worked again ;)
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: startup crash, wx problem?
« Reply #3 on: July 05, 2004, 09:26:46 PM »

Great ;-)
Greetings.
Logged