aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amue2.0.0rc5 crashes on start  (Read 6921 times)

lucant

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
amue2.0.0rc5 crashes on start
« on: July 27, 2004, 04:13:19 PM »

This is the back trace of amule that  crashes just when i type amule on the console:


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -150220672 (LWP 5949)]
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x042b7378 in wxItemContainer::Append () from /usr/lib/libwx_gtk-2.4.so.0
#2  0x08276674 in CSearchDlg::UpdateCatChoice ()
#3  0x082c5519 in CamuleDlg::CamuleDlg ()
#4  0x082bc197 in CamuleApp::OnInit ()
#5  0x04245828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
#6  0x082b95ec in main ()
(gdb) bt full
#0  0x00000000 in ?? ()
No symbol table info available.
#1  0x042b7378 in wxItemContainer::Append () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#2  0x08276674 in CSearchDlg::UpdateCatChoice ()
No symbol table info available.
#3  0x082c5519 in CamuleDlg::CamuleDlg ()
No symbol table info available.
#4  0x082bc197 in CamuleApp::OnInit ()
No symbol table info available.
#5  0x04245828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#6  0x082b95ec in main ()
No symbol table info available.
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: amue2.0.0rc5 crashes on start
« Reply #1 on: July 27, 2004, 06:47:39 PM »

linux distri?

ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*
rpm -qa | grep wx

lucant

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
reply: amue2.0.0rc5 crashes on start
« Reply #2 on: July 28, 2004, 09:12:27 AM »

the distro is Fedore core 2 and this is the output:

[luke@teleant luke]$ ls -l /usr/bin/wx*
-rwxr-xr-x  1 root root   4864 28 nov  2003 /usr/bin/wxbase-2.4-config
lrwxrwxrwx  1 root root     26 23 lug 11:03 /usr/bin/wxbase-config -> /usr/bin/w xbase-2.4-config
-rwxr-xr-x  1 root root 413224 21 lug 09:28 /usr/bin/wxcas
lrwxrwxrwx  1 root root     25 23 lug 11:02 /usr/bin/wx-config -> /usr/bin/wxgtk -2.4-config
-rwxr-xr-x  1 root root   5159 21 set  2003 /usr/bin/wxgtk-2.4-config
lrwxrwxrwx  1 root root      3 26 lug 14:53 /usr/bin/wxvlc -> vlc

and

[luke@teleant luke]$ ls -l /usr/local/bin/wx*
ls: /usr/local/bin/wx*: No such file or directory

and

[luke@teleant luke]$ rpm -qa | grep w
shadow-utils-4.0.3-21
tmpwatch-2.9.0-2.1
wget-1.9.1-5
wvdial-1.53-13
hwcrypto-1.0-15
switchdesk-4.0.3-1
logwatch-5.1-3
system-config-network-tui-1.3.16-1
xorg-x11-twm-6.7.0-2
gtksourceview-1.0.0-2
kdenetwork-3.2.2-1
hwdata-0.118-1
newt-0.51.6-2.1.1
words-2-22
passwd-0.68-8.1
tcp_wrappers-7.6-36
webalizer-2.01_10-22
urw-fonts-2.1-7
htmlview-3.0.0-4
libwnck-2.6.0.1-1
system-config-rootpassword-1.1.3-2
cdda2wav-2.01-0.a27.3
libraw1394-0.10.1-1
redhat-artwork-0.96-1
g-wrap-1.3.4-5.1
swig-1.3.19-6.1
newt-devel-0.51.6-2.1.1
kdenetwork-devel-3.2.2-1
which-2.16-2
jwhois-3.2.2-3
perl-libwww-perl-5.79-1
system-config-network-1.3.16-1
hwbrowser-0.15-3
wxGTK-devel-2.4.2-1
wxGTK-2.4.2-4.1.fc2.fr
wireless-tools-26-4
libwvstreams-3.70-13.1
Xaw3d-1.5-21.1
pwlib-1.6.5-1
Xaw3d-devel-1.5-21.1
gawk-3.1.3-7
system-logviewer-0.9.7-1
dvd+rw-tools-5.17.4.8.6-2
w3c-libwww-5.4.0-9.1
kdeartwork-3.2.2-1
wxBase-2.4.2-1
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amue2.0.0rc5 crashes on start
« Reply #3 on: July 28, 2004, 09:47:07 AM »

hey problem is one of your wx-packages....

wxGTK-2.4.2-4.1.fc2.fr

remove it and install the one from our HP,
maybe you also have to remove teh wxGTK-devel, but dont forget to reinstall it again, also from out HP.

have fun
Stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

lucant

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
amue2.0.0rc5 crashes on start
« Reply #4 on: July 28, 2004, 10:20:58 AM »

Okay but what do you mean from HP?

bye
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amue2.0.0rc5 crashes on start
« Reply #5 on: July 28, 2004, 10:30:17 AM »

HP == homepage... :)

not hewlet packard ;)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

lucant

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
server list
« Reply #6 on: July 28, 2004, 10:51:24 AM »

okay i've reinstalled it and now it works but it still don't find any server from http://www.srv1000.com/azz/server.met
can you tell me if there is another address?
thanks
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amue2.0.0rc5 crashes on start
« Reply #7 on: July 28, 2004, 12:41:19 PM »

you have to push the button next to the address, (left side)
it is not loaded automatically.....

the address works here so it should also for you

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

lucant

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: amue2.0.0rc5 crashes on start
« Reply #8 on: July 28, 2004, 02:09:26 PM »

no it hasn't worked tilli downloaded a new server.met, cause it seemd corrupted...
thanks anyway

bye bye
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amue2.0.0rc5 crashes on start
« Reply #9 on: July 28, 2004, 03:27:33 PM »

so I guess its working now ;)

if no just delete your old server.met and get a new one with taht button :)

bybye
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."