ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

System.IO.FileLoadException: Could not load file or assembly #4234

Closed oXL0C0Xo closed 1 day ago

oXL0C0Xo commented 1 day ago

Bug Report or Feature Request (mark with an x)

- [ x] bug report -> please search issues before submitting
- [ ] feature request

Repro steps.

Follow Linux instructions for installation

The log given by the failure.

No log, server never starts Getting error message : "Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'ACE.Server, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'."

Desired functionality.

Mention any other details that might be useful.

Not sure what I did wrong here. I followed the Linux instructions with the latest build as of 10/18/2024. Installed Dotnet SDK 8.0 and all dependencies. Everything goes fine, build succeeds, but when I try to run the server I get the error message. Has anyone else had this issue? Could this possibly be related to Ubuntu 24.04.1?

oXL0C0Xo commented 1 day ago

Same result with Ubuntu 20.04.5, 22.04.5, 24.04.1

oXL0C0Xo commented 1 day ago

I believe this is an issue with the Ubuntu distribution for the raspberry pi, as I was able to get the server to start successfully on an x86 PC. Thanks!