aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: and wxGTK 2.5  (Read 4263 times)

jgonzalez00

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
and wxGTK 2.5
« on: January 08, 2005, 02:47:19 AM »

--------------------------------------------------------------------------------
OOPS! Houston, we have a situation: seems like aMule crashed!
Please, post these lines on the backtrace forum on http://www.amule.org/
aMule version is: 2.0.0rc8 using wxGTK1 v2.5.3
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------

[0] CamuleApp::OnFatalException() in /home/javi/wxGTK/bin/amule[0x8279c43]
[1] wxFatalSignalHandler in /home/javi/wxGTK/lib/libwx_base-2.5.so.3[0xb7abbc18]
[2] ?? in [0xffffe420]
[3] gtk_marshal_BOOL__POINTER in /usr/lib/libgtk-1.2.so.0[0xb77a7bb6]
[4] ?? in /usr/lib/libgtk-1.2.so.0 [0xb77e06d5]
[5] ?? in /usr/lib/libgtk-1.2.so.0 [0xb77df98b]
[6] gtk_signal_emit in /usr/lib/libgtk-1.2.so.0[0xb77dd134]
[7] gtk_widget_event in /usr/lib/libgtk-1.2.so.0[0xb781e748]
[8] gtk_main_do_event in /usr/lib/libgtk-1.2.so.0[0xb77a6a15]
[9] ?? in /usr/lib/libgdk-1.2.so.0 [0xb76e6fd5]
[10] ?? in /usr/lib/libglib-1.2.so.0 [0xb76ba03d]
[11] ?? in /usr/lib/libglib-1.2.so.0 [0xb76ba4f4]
[12] g_main_run in /usr/lib/libglib-1.2.so.0[0xb76ba724]
[13] gtk_main in /usr/lib/libgtk-1.2.so.0[0xb77a625f]
[14] wxEventLoop::Run() in /home/javi/wxGTK/lib/libwx_gtk_core-2.5.so.3[0xb7c4b588]
[15] wxAppBase::MainLoop() in /home/javi/wxGTK/lib/libwx_gtk_core-2.5.so.3[0xb7cd9073]
[16] wxAppBase::OnRun() in /home/javi/wxGTK/lib/libwx_gtk_core-2.5.so.3[0xb7cd91da]
[17] wxEntry(int&, char**) in /home/javi/wxGTK/lib/libwx_base-2.5.so.3[0xb7a5e943]
[18] main in /home/javi/wxGTK/bin/amule[0x827da8b]
[19] __libc_start_main in /lib/tls/i686/cmov/libc.so.6[0xb73c8900]
[20] wxGenericTreeCtrl::OnCompareItems(wxTreeItemId const&, wxTreeItemId const&) in start.S:105

--------------------------------------------------------------------------------
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: and wxGTK 2.5
« Reply #1 on: January 08, 2005, 07:08:05 AM »

wxgtk crash, not amule

cheers

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: and wxGTK 2.5
« Reply #2 on: January 08, 2005, 11:15:47 AM »

jgonzalez00,

Your problem is certainly wxGTK.

1) How did you install it? From a binary or compiled yourself?
2) What is your distro?

Anyway, wx-2.4.2 is the officially supported wx, but I assure you that aMule works with 2.5.3, that is my prefferred configuration here.

If you want, you can compile wx and install it in your home dir:

$ ./autogen.sh && ./configure --enable-debug --disable-optimise --enable-debug_flag --enable-debug_info --enable-debug_gdb --with-opengl --enable-gtk2 --enable-unicode --prefix=/home/user/wxWidgets-2.5.3 && make && sudo make install

And you can run aMule like this:
$ LD_LIBRARY_PATH=/home/user/wxWidgets-2.5.3/lib/ ~/path/to/your/amule/amule &

Try reading the aMule wiki too:
http://wiki.amule.org/

Cheers!
Logged

jgonzalez00

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: and wxGTK 2.5
« Reply #3 on: January 09, 2005, 12:14:11 AM »

I did it but with --disable-gtk2, i build it again with this option enable and works perfectly :) thanks very much
Logged