You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# amuled -o
2024-03-28 22:13:51: Logging to stdout enabled
2024-03-28 22:13:51: Initialising aMule 2.3.2 compiled with wxGTK2 v3.0.4 and Boost 1.67
2024-03-28 22:13:51: Checking if there is an instance already running...
2024-03-28 22:13:51: No other instances are running.
2024-03-28 22:13:55: Credit-Datei geladen, 0 Clients sind bekannt
2024-03-28 22:13:55: *** TCP socket (ECServer) listening on 0.0.0.0:35605
...
On the same machine I start amulegui to connect.
Here is ERROR output of amuled:
2024-03-28 22:03:28: Neue externe Verbindung akzeptiert
2024-03-28 22:03:28: Verbinde mit Client: amule-remote 0x0001
2024-03-28 22:03:28: Zugang gewährt.
ReadPacket: error in packet read
Assertion failed: ../../src/ECSpecialMuleTags.cpp:CEC_Prefs_Packet:168: Assertion 'passhash.Decode(thePrefs::GetWSLowPass())' failed.
Backtrace follows:
[3] wxOnAssert(char const*, int, char const*, char const*, char const*) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb7130bfc]
[4] ?? in amuled[0x5d035b]
[5] ?? in amuled[0x549f33]
[6] ?? in amuled[0x5526df]
[7] ?? in amuled[0x65db8a]
[8] ?? in amuled[0x55370e]
[9] ?? in amuled[0x60b190]
[10] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb712ecdf]
[11] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c15f8]
[12] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c1716]
[13] wxEvtHandler::TryHereOnly(wxEvent&) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c1aac]
[14] wxEvtHandler::ProcessEventLocally(wxEvent&) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c1b3a]
[15] wxEvtHandler::ProcessEvent(wxEvent&) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c1bdf]
[16] wxEvtHandler::ProcessPendingEvents() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb72c2708]
[17] wxAppConsoleBase::ProcessPendingEvents() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb7134110]
[18] wxEventLoopManual::ProcessEvents() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb7172fea]
[19] wxEventLoopManual::DoRun() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb71730f2]
[20] wxEventLoopBase::Run() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb7172db3]
[21] wxAppConsoleBase::MainLoop() in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb7135071]
[22] ?? in amuled[0x4e7bec]
[23] wxEntry(int&, wchar_t**) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb71c553a]
[24] wxEntry(int&, char**) in /lib/i386-linux-gnu/libwx_baseu-3.0.so.0[0xb71c6253]
[25] ?? in amuled[0x4e0a46]
[26] __libc_start_main in /lib/i386-linux-gnu/libc.so.6[0xb6c4cb41]
[27] ?? in amuled[0x4e6a91]
../../src/ECSpecialMuleTags.cpp(168): assert "passhash.Decode(thePrefs::GetWSLowPass())" failed in CEC_Prefs_Packet().
Call stack:
[00] 0x5d035b
[01] 0x549f33
[02] 0x5526df
[03] 0x65db8a
[04] 0x55370e
[05] 0x60b190
[06] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const
[07] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[08] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[09] wxEvtHandler::TryHereOnly(wxEvent&)
[10] wxEvtHandler::ProcessEventLocally(wxEvent&)
[11] wxEvtHandler::ProcessEvent(wxEvent&)
[12] wxEvtHandler::ProcessPendingEvents()
[13] wxAppConsoleBase::ProcessPendingEvents()
[14] wxEventLoopManual::ProcessEvents()
[15] wxEventLoopManual::DoRun()
[16] wxEventLoopBase::Run()
[17] wxAppConsoleBase::MainLoop()
[18] 0x4e7bec
[19] wxEntry(int&, wchar_t**)
[20] wxEntry(int&, char**)
The output
2024-03-28 22:03:28: Zugang gewährt.
means that connection is accepted. Host, port and password are correct. But amulegui says "connection failed" and quits.
What is going wrong?
The text was updated successfully, but these errors were encountered:
Hello.
I start amuled on linux machine:
On the same machine I start amulegui to connect.
Here is ERROR output of amuled:
The output
means that connection is accepted. Host, port and password are correct. But amulegui says "connection failed" and quits.
What is going wrong?
The text was updated successfully, but these errors were encountered: