aMule Forum
English => aMule crashes => Topic started by: sephiroth84 on March 29, 2006, 08:21:28 AM
-
Hi,
i downloaded aMule 2.1.1 after i compiled it and installed on run it launch the seguent backtrace:
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
http://forum.amule.org/board.php?boardid=67
If possible, please try to generate a real backtrace of this crash:
http://www.amule.org/wiki/index.php/Backtraces
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.1.1 using wxGTK2 v2.6.2 (Unicoded)
Running on: Linux 2.6.12 i686
[2] CamuleApp::OnFatalException() in amule.cpp:1177
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0x4065f5d8]
[4] ?? in /lib/libpthread.so.0 [0x40031c85]
[5] ?? in [0xffffe420]
[6] wxString::wxString(char const*, wxMBConv&, unsigned) in /usr/lib/libwx_baseu-2.6.so.0[0x4062b027]
[7] wxMsgCatalogFile::FillHash(wxMessagesHash&, wxString const&, bool) const in /usr/lib/libwx_baseu-2.6.so.0[0x40609746]
[8] wxMsgCatalog::Load(wchar_t const*, wchar_t const*, wchar_t const*, bool) in /usr/lib/libwx_baseu-2.6.so.0[0x40609d1f]
[9] wxLocale::AddCatalog(wchar_t const*, wxLanguage, wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0x4060cff1]
[10] wxLocale::AddCatalog(wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0x4060cf55]
[11] InitLocale(wxLocale&, int) in OtherFunctions.cpp:1315
[12] CamuleApp::Localize_mule() in amule.cpp:1187
[13] CamuleApp::OnInit() in amule.cpp:609
[14] CamuleGuiApp::OnInit() in amule-gui.cpp:316
[15] wxAppConsole::CallOnInit() in app.h:87
[16] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0x40605e20]
[17] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0x40605f2d]
[18] main in amule-gui.cpp:143
[19] __libc_start_main in /lib/libc.so.6[0x407be469]
[20] _start in start.S:122
--------------------------------------------------------------------------------
Aborted
The same thing happens if i try to run it in the src directory...
I have just read other threads about the same problem but no change, so help me pls
-
sephiroth84,
This is a known wx bug. Do not use wxGTK2 v2.6.2. Try *ANY* other 2.6.x version, or run it in english:
$ LANG=EN_US.UTF-8 amule &
This bug happens when the language is not english.
Cheers!
-
There's also a patch that fixes the problem with 2.6.2, but you would have to compile it to use that patch and then you can just compile 2.6.3 (which has lots of other bugs fixed, too) ^^
-
More simple and more accurate, download and compile wxWidgets 2.6.3 or wxWidgets CVS
-
thanks :baby: :rolleyes: :))