DevBe Posted October 24, 2020 Posted October 24, 2020 (edited) I have an OnPlayerConnected event which is supposed to display the player name connecting on the console. Whenever I enter the server, it freezes and throws the access violation exception on line 19. In the debugging output once I stop the server, it says: Quote An unhandled exception of type 'System.AccessViolationException' occurred in Bootstrapper.dll Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Here are images of the code, the running server, and the error: I tried overwriting the Bootstrapper.dll found in runtime folder with the Bootstrapper.dll found in the netcoreapp2.2 folder but the error still remains. Please help. Edited October 24, 2020 by DevBe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now