Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

3. Common Install Errors & Solutions

Lizardy edited this page Nov 13, 2021 · 1 revision

DLLNotFoundException: Unable to load DLL 'libenet'

Make sure you have .NET Core x86 installed.

If you are more technical, you can build the ENetSharpLeague directly for whatever architecture you want (keep in mind x86 is the normally supported version).

On loading the game it closes and appears BugSplat / ACCESS_VIOLATION error

Place your .bat in the same folder the executable is located. Sometimes, writing a very long path in the run.bat causes problems

On loading game it says something about firewall (black screen)

Check that the server is open.

I cannot cast any spells! / I am getting errors saying MapX.json not found!

Run this command in the main GameServer directory: git submodule update --init --recursive