aMule Forum
English => aMule crashes => Topic started by: Prynde on October 09, 2005, 08:41:01 AM
-
Finaly got aMule to "start"... any ideas on this?
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuled 2.0.3 using wxGTK2 v2.6.1 (Unicoded)
Running on: Linux 2.4.26 i686
[2] wxFatalSignalHandler in /usr/local/lib/libwx_baseu-2.6.so.0[0x401a05e6]
[3] ?? in /lib/libpthread.so.0 [0x40037be5]
[4] ?? in /lib/libc.so.6 [0x403e8078]
[5] wxString::wxString(char const*, wxMBConv&, unsigned) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40159a17]
[6] wxMsgCatalogFile::FillHash(wxMessagesHash&, wxString const&, bool) const in /usr/local/lib/libwx_baseu-2.6.so.0[0x4013554f]
[7] wxMsgCatalog::Load(wchar_t const*, wchar_t const*, wchar_t const*, bool) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40135b78]
[8] wxLocale::AddCatalog(wchar_t const*, wxLanguage, wchar_t const*) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40138e08]
[9] wxLocale::AddCatalog(wchar_t const*) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40138d82]
[10] ?? in amuled [0x80f2467]
[11] ?? in amuled [0x805e58f]
[12] ?? in amuled [0x8058466]
[13] ?? in amuled [0x80650c3]
[14] wxAppConsole::CallOnInit() in amuled[0x80618c1]
[15] wxEntry(int&, wchar_t**) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40131b2a]
[16] wxEntry(int&, char**) in /usr/local/lib/libwx_baseu-2.6.so.0[0x40131c62]
[17] ?? in amuled [0x80641fb]
[18] __libc_start_main in /lib/libc.so.6[0x403d4936]
[19] wxAppConsole::Initialize(int&, wchar_t**) in amuled[0x8052181]
-
Prynde,
This looks like a known wx bug, but it is strange, I thought this bug was introduced in wx-2.6.2, but you claim to be using wx-2.6.1...
The only solution while wx-2.6.3 is not out, is to use wx-cvs. In the normal situation, I would recomend you to downgrade from wx-2.6.2 to wx-2.6.1, but you seem to be there already... Really strange...
Cheers!
-
Hmm... now that you mentioned it... i do have wx-2.6.2 installed but aMule recognizes it as wx-2.6.1 ?(
Will try to downgrade it.
-
Ty that fixed it :)
-
Prynde,
Hey, that one was weird :)
You probably have some mixed versions installed.
Cheers!
-
By the way, the patch fixing this crash for 2.6.2 can be found here: http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/src/common/intl.cpp.diff?r1=1.166&r2=1.166.2.1&diff_format=u
Apply it from your wxWidgets source tree root with 'patch -p1 < intl.cpp.diff'.