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 shutting down unexpectedly on Ubuntu  (Read 2894 times)

ElegantAngel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
aMule shutting down unexpectedly on Ubuntu
« on: August 30, 2008, 10:05:22 AM »

Hi all,
I am running aMule on the latest Ubuntu:
Code: [Select]
Current version is: aMule SVN using wxGTK2 v2.8.7 (Snapshot: Mon Feb 18 07:02:15 CET 2008)
Running on: Linux 2.6.24-19-generic x86_64
All the time, when I run aMule, when I come back on my PC, amule vanished.

I don't know why.

I lauched it in a console to have more verbose output.
Here is the end of the ouput:
Code: [Select]
[22] __libc_start_main in /lib/libc.so.6[0x7f00a86e51c4]
[23] CryptoPP::BufferedTransformation::ChannelPut2(std::string const&, unsigned char const*, unsigned long, int, bool)in amule[0x4487c9]


--------------------------------------------------------------------------------
Abandon
[19:57:31]mat@saturne:~$
Any ideas on what's going on ?

Thanks
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: aMule shutting down unexpectedly on Ubuntu
« Reply #1 on: August 30, 2008, 10:07:34 AM »

Please update to version 2.2.2 and keep this in mind.
Logged

Archmage

  • Full Member
  • ***
  • Karma: 5
  • Offline Offline
  • Posts: 119
Re: aMule shutting down unexpectedly on Ubuntu
« Reply #2 on: September 01, 2008, 10:04:36 AM »

If the problem continues, try an restart-script.
Logged

ElegantAngel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: aMule shutting down unexpectedly on Ubuntu
« Reply #3 on: September 02, 2008, 10:20:08 PM »

Ok,
I followed this tuto:
http://www.amule.org/wiki/index.php/HowTo_Compile_In_Debian

HOwever, after compiling wxGTK  and amule according to the howto, this is why I got when starting amule:
Code: [Select]
[22:10:22]mat@saturne:~/aMule-2.2.2$ amule
amule: error while loading shared libraries: libwx_baseu-2.8.so.0: cannot open shared object file: No such file or directory
[22:10:32]mat@saturne:~/aMule-2.2.2$

Any idea ?
Thanks
Logged

gav616

  • Guest
Logged

ElegantAngel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: aMule shutting down unexpectedly on Ubuntu
« Reply #5 on: September 03, 2008, 08:02:02 PM »

Code: [Select]
[19:54:14]mat@saturne:~$ ls -l /usr/bin/wx*
lrwxrwxrwx 1 root root     43 2008-09-02 20:17 /usr/bin/wx-config -> /usr/lib/wx/config/gtk2-unicode-release-2.8
lrwxrwxrwx 1 root root      8 2008-09-02 20:17 /usr/bin/wxrc -> wxrc-2.8
-rwxr-xr-x 1 root root 103794 2008-09-02 20:17 /usr/bin/wxrc-2.8
lrwxrwxrwx 1 root root      3 2008-08-07 21:19 /usr/bin/wxvlc -> vlc
[19:58:45]mat@saturne:~$ ls -l /usr/local/bin/wx*
ls: ne peut accéder /usr/local/bin/wx*: Aucun fichier ou dossier de ce type (->no such file or directory)
[19:59:00]mat@saturne:~$
So, it is installed only once...
Logged