aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule in chinese simplified  (Read 3400 times)

wuyang

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
aMule in chinese simplified
« on: January 27, 2005, 09:03:49 PM »

I am trying to use aMule on my debian SID system (in chinese simplified), but I get this error :

aMule version is: 2.0.0rc8 using wxGTK2 v2.5.3 (Unicoded)
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
[0] CamuleApp::OnFatalException() in amule[0x827c063]
[1] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.5.so.3[0xb7a5e5e8]
[2] ?? in [0xffffe420]
[3] CamuleGuiApp::NotifyEvent(GUIEvent) in amule[0x82810eb]
[4] ExternalConn::ExternalConn() in amule[0x8148b01]
[5] CamuleApp::OnInit() in amule[0x8277caf]
[6] CamuleGuiApp::OnInit() in amule[0x828002f]
[7] wxAppConsole::CallOnInit() in amule[0x827fc11]
[8] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.5.so.3[0xb79eea55]
[9] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.5.so.3[0xb79eeb3d]
[10] main in amule[0x827ff0b]
[11] __libc_start_main in /lib/tls/libc.so.6[0xb7120904]
[12] wxMemoryDC::SetPen(wxPen const&) in amule[0x80cfaa1]

--------------------------------------------------------------------------------
Abandon

I hope this could be fixed.. Thanks.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: aMule in chinese simplified
« Reply #1 on: January 27, 2005, 09:14:38 PM »

hi,

plz get amule cvs and compile it yourself.

it doesn't crash here (amule-cvs + wxgtk-cvs)

cheers

wuyang

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
amule CVS
« Reply #2 on: January 27, 2005, 10:24:29 PM »

I compiled aMule CVS and I am using wxgtk 2.5.3.

I get the same error :

aMule version is: CVS using wxGTK2 v2.5.3 (Unicoded) (Snapshot: Thu Jan 27 07:01:11 CET 2005)
[0] CamuleApp::OnFatalException() in amule.cpp:1043
[1] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.5.so.3[0xb7a5d5e8]
[2] ?? in [0xffffe420]
[3] CamuleGuiApp::NotifyEvent(GUIEvent) in amule-gui.cpp:831
[4] ExternalConn::ExternalConn() in ExternalConn.cpp:116
[5] CamuleApp::OnInit() in amule.cpp:615
[6] CamuleGuiApp::OnInit() in amule-gui.cpp:198
[7] wxAppConsole::CallOnInit() in app.h:87
[8] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.5.so.3[0xb79eda55]
[9] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.5.so.3[0xb79edb3d]
[10] main in amule-gui.cpp:161
[11] __libc_start_main in /lib/tls/libc.so.6[0xb711f904]
[12] wxMemoryDC::SetPen(wxPen const&) in start.S:105

--------------------------------------------------------------------------------
Abandon
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: aMule in chinese simplified
« Reply #3 on: January 27, 2005, 11:36:41 PM »

It seems to be a problem other than just the translation, so it would be nice a great help if you could try to run aMule through gdb and produce a more informative backtrace. You can see how to do that here: http://www.amule.org/wiki/index.php/Backtraces
Logged