EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
174 stars 68 forks source link

Client crash on WSL(Windows 10 2004, WSL1, Ubuntu) #171

Closed NukedBart closed 2 years ago

NukedBart commented 2 years ago

Describe the bug No out pus being given from the console, When getting in the game(select a character and join the game) the client crashes the server is still running with no outpus

To Reproduce Build the server from current staging branch Install the db using the dbtool Run the server Connect to the server Login to the game Select a character and join the game Crash

System Details:

jdhirst commented 2 years ago

WSL1 does not fully or properly implement Linux system calls. Try it on a VM or with WSL2 and see if it works.

NukedBart commented 2 years ago

WSL1 does not fully or properly implement Linux system calls. Try it on a VM or with WSL2 and see if it works.

it worked previously on wsl1 with the october staging build

jdhirst commented 2 years ago

I have tested the latest build in docker on a completely fresh system and it works without issue so there must be some issue specific to your environment.

NukedBart commented 2 years ago

Uh, It was because I was running multiple copies of eve-server without noticing it, after terminating the wsl distro and restart it the problem was solved

jdhirst commented 2 years ago

Excellent, glad everything is now working for you. Closing confirmed.