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 crash on freshly installed Debian Stretch  (Read 3249 times)

albertoscot

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Amule crash on freshly installed Debian Stretch
« on: November 01, 2017, 01:44:17 PM »

Hi all.
I freshly installed a Debian 9 OS on my PC. Unfortunately the aMule version I installed (2.3.2) crashes while starting up with a series of error messages.
I use Debian with 4.9.0-4 amd-64 Linux kernel.
I receive the following message prior to the breakdown of the app:

Code: [Select]
/src/unix/sockunix.cpp(143): assert "m_fd != INVALID_SOCKET" failed in OnReadWaiting(): invalid socket ready for reading?

Thank you in advance for your help,
Alberto



Logged

piep

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
Re: Amule crash on freshly installed Debian Stretch
« Reply #1 on: February 22, 2018, 02:48:37 PM »

Hello,


it's a known bug of  libwxbase3.0-0v5  (3.0.2+dfsg-4) delivered with stretch (debian 9)
but it seems not to be known at debian level.

the solution is to replace it by the one provided on actual testing 'buster'
libwxbase3.0-0v5 (3.0.3.1+dfsg2-1)

I am going to ask to debian to push this package on stretch-updates but in the meantime it's simple to get it.

add a temporary depot on synaptic with : "deb http://deb.debian.org/debian/ buster main"
research the package libwxbase  you will find : libwxbase3.0-0v5 (3.0.3.1+dfsg2-1)
 install it.
be careful . don't install other package from testing !!!!!
then on depot unset the line "deb http://debian.proxad.net/debian/ buster main" to be back on stable (stretch).


best regards,
Piep
22,Feb 2018
Logged