Before creating an issue, please ensure:
- [X] This is a bug in the software that resides in this repository, and not a
support matter (use https://otland.net/forums/support.16/ for support)
- [X] This issue is reproducible without changes to the code in this repository
Steps to reproduce (include any configuration/script required to reproduce)
- Log on to an admin character
- Try to /reload any reload type
- Crash
Expected behaviour
It should reload.
Actual behaviour
It crashes.
Running VS Debugger shows me the error is in LuaScriptInterface::luaDeleteAction
The exception is:
Exception thrown: read access violation.
*(*(__imp_lua_touserdata(...))) was nullptr.
Most helpful comment
2566