I finally was able to install eqemulator on my Virtualbox Windows machine.
When I start my client I see my server with the correct name is up. But when I try to connect, I get an unknown error occurred while trying to join the server. Looking at my log files I see the following error:
[07-17-2024 20:03:02] [Login] [Info] New Titanium client connection from [192.168.2.110:57045]
[07-17-2024 20:03:02] [Login] [Info] Session ready received from client account account_name [] account_id (0) ip_address [192.168.2.110]
[07-17-2024 20:03:02] [Login] [Info] Login received from client account_name [] account_id (0) ip_address [192.168.2.110]
[07-17-2024 20:03:02] [Login] [Info] Attempting password based login [Donadm] login [local]
[07-17-2024 20:03:02] [Login] [Info] login [local] user [Donadm] Login succeeded
[07-17-2024 20:03:02] [Login] [Info] Server list request received from client account_name [Donadm] account_id (1) ip_address [192.168.2.110]
[07-17-2024 20:03:05] [Login] [Info] [Handle_Play] Play received from client [Donadm] server number [1] sequence [5]
[07-17-2024 20:03:05] [Login] [Error] Received User-To-World Response for [1] but could not find the client referenced!
[07-17-2024 20:04:02] [Login] [Info] Server list request received from client account_name [Donadm] account_id (1) ip_address [192.168.2.110]
I have configured only one login host (127.0.0.1) for the above example. But I also get the same error when I configure the actual address of my server (192.168.2.51)
The error is the second line from the bottom. Any help would be appreciated.
donald