LuckPerms

LuckPerms

41.4k Downloads

Crash on server shutdown

r4nx opened this issue ยท 2 comments

commented

Description

EXCEPTION_ACCESS_VIOLATION is raised on server shutdown during saving the players; SQLite is used as a storage. I'm not sure if it's a fault of LuckPerms per se, maybe the problem lies in underlying SQLite driver or SQLite itself.

Reproduction Steps

Set the storage type to SQLite, shutdown the server with stop command.

Expected Behaviour

Absence of crash

Server Details

git-Paper-132 (MC: 1.18.1)

LuckPerms Version

v5.3.98

Logs and Configs

Crash log
Config

Config is almost default, the only changed options are

  • storage-method: sqlite
  • enable-ops: false
  • auto-op: true
  • commands-allow-op: false

Extra Details

No response

commented

.. And another crash when started the server and shutdown it again

commented

Hi,
When you changed the storage-method to sqlite did you stop the server, then make the change, then start up the server? Or did you make the change then use something like a plugin manager plugin (i.e. plugMan) or use a /reload

Thanks,
OmegaWeaponDev