Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amulegui ECServer connection ERROR #371

Open
id1402 opened this issue Mar 29, 2024 · 1 comment
Open

amulegui ECServer connection ERROR #371

id1402 opened this issue Mar 29, 2024 · 1 comment

Comments

@id1402
Copy link

id1402 commented Mar 29, 2024

Hello.
I start amuled on linux machine:

# 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?

@minnyres
Copy link

minnyres commented Apr 1, 2024

you may try the latest release (v2.3.3) of amule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants