Closed ghost closed 9 years ago
I am wondering if someone with better skills than mine could help me troubleshooting this, or tell me this is expected as a known bug.
This is neither a known nor an expected bug. The bug seems to be in wxWidgets networking code, thus I'd suggest you try compiling aMule with Boost.Asio networking (add --with-boost
to your configure flags). That - of course - means, you'll also have to install Boost.
It should be in wxWidget networking code, since with this workaround I can have a kad bootstrap without any problem. I guess it's up to you to decide whether to make Boost.asio a required dependency or leave it as an option, based on the bug frequency between users, your tests... Anyhow - thanks a lot - now everything is working flawlessly and with wxWidgets v3 !!
I have just compiled the HEAD from source on OS X [ 15A284 build ] because the prebuilt binary from sourceforge has stopped having a working libupnp since my el capitan upgrade.
I installed the build dependencies from brew [ automake autoconf cryptopp gettext libupnp pkg-config wxmac ], forced a non keg-only GNU gettext [ brew link --force gettext ], compiled with [ ./configure --prefix=/opt --enable-optimize , make -j8 , make install ] and created an app bundles with this script [ src/utils/scripts/MacOSX/application_packager.sh ].
Now I have a working upnp, but when I try to bootstrap the kademilia network the bundle crashes. I am wondering if someone with better skills than mine could help me troubleshooting this, or tell me this is expected as a known bug.