Muqsit / DeathInventoryLog

A PocketMine-MP plugin that logs inventory contents of players right before their death
https://poggit.pmmp.io/p/DeathInventoryLog
MIT License
9 stars 4 forks source link

Crash #3

Closed AIPTU closed 3 years ago

AIPTU commented 3 years ago

Fatal error: Uncaught Error: Call to undefined method muqsit\deathinventorylog\libs\pog git\libasynql\sqlite3\Sqlite3Thread::registerClassLoader() in phar:///root/aiptu/Pocket Mine-MP/master/server/plugins/DeathInventoryLog_dev-9.phar/src/muqsit/deathinventorylog /libs/poggit/libasynql/base/SqlSlaveThread.php:68
Stack trace:

0 phar:///root/aiptu/PocketMine-MP/master/server/PocketMine-MP.phar/src/thread/CommonT

hreadPartsTrait.php(93): muqsit\deathinventorylog\libs\poggit\libasynql\base\SqlSlaveTh read->onRun()

1 [internal function]: pocketmine\thread\Thread->run()

2 {main}

thrown in phar:///root/aiptu/PocketMine-MP/master/server/plugins/DeathInventoryLog_de v-9.phar/src/muqsit/deathinventorylog/libs/poggit/libasynql/base/SqlSlaveThread.php on line 68

Muqsit commented 3 years ago

This is an issue with libasynql (https://github.com/poggit/libasynql/issues/62).

AIPTU commented 3 years ago

how to solve this issue?, Pre compile plugin?

Muqsit commented 3 years ago

poggit/libasynql just pushed a fix for this issue, the DeathInventoryLog_dev-10.phar file generated by the latest commit 26d3d908ec8c0501a8f4955568c57294a9b1fa3a shouldn't throw the above error.