AuctionHouse icon indicating copy to clipboard operation
AuctionHouse copied to clipboard

Error on latest version

Open Phqzing opened this issue 4 years ago • 1 comments

Issue description

Write the issue description here

Steps to reproduce the issue

  1. Download the latest version
  2. Add it to your plugins folder
  3. Start the server

OS and versions

  • PocketMine-MP: 3.25.1
  • Plugin version: 1.3.2
  • Server OS: Windows 10

Error/Crash log (If available)

 shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitException: "Unhandled async exception: zlib_decode(): data error" (EXCEPTION) in "plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await" at line 465
[16:11:45] [Server thread/CRITICAL]: #0 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(217): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->reject(object ErrorException)
[16:11:45] [Server thread/CRITICAL]: #1 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(200): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeup(object Closure)
[16:11:45] [Server thread/CRITICAL]: #2 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(432): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeupFlat(object Closure)
[16:11:45] [Server thread/CRITICAL]: #3 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/AwaitChild(52): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->recheckPromiseQueue(object shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild)
[16:11:45] [Server thread/CRITICAL]: #4 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(448): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild->resolve(array[1])
[16:11:45] [Server thread/CRITICAL]: #5 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(223): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->resolve(array[1])
[16:11:45] [Server thread/CRITICAL]: #6 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(200): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeup(object Closure)
[16:11:45] [Server thread/CRITICAL]: #7 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(432): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeupFlat(object Closure)
[16:11:45] [Server thread/CRITICAL]: #8 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/AwaitChild(52): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->recheckPromiseQueue(object shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild)
[16:11:45] [Server thread/CRITICAL]: #9 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(159): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild->resolve(array[1], array[7])
[16:11:45] [Server thread/CRITICAL]: #10 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(189): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->shock95x\auctionhouse\libs\poggit\libasynql\base\{closure}(object shock95x\auctionhouse\libs\poggit\libasynql\result\SqlSelectResult)
[16:11:45] [Server thread/CRITICAL]: #11 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/SqlThreadPool(112): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->shock95x\auctionhouse\libs\poggit\libasynql\base\{closure}(object shock95x\auctionhouse\libs\poggit\libasynql\result\SqlSelectResult)
[16:11:45] [Server thread/CRITICAL]: #12 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(268): shock95x\auctionhouse\libs\poggit\libasynql\base\SqlThreadPool->readResults(array[1])
[16:11:45] [Server thread/CRITICAL]: #13 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(262): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->checkResults()
[16:11:45] [Server thread/CRITICAL]: #14 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/database/DataHolder(40): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->waitAll()
[16:11:45] [Server thread/CRITICAL]: #15 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/database/Database(37): shock95x\auctionhouse\database\DataHolder->loadListings()
[16:11:45] [Server thread/CRITICAL]: #16 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/AuctionHouse(58): shock95x\auctionhouse\database\Database->connect()
[16:11:45] [Server thread/CRITICAL]: #17 pmsrc/src/pocketmine/plugin/PluginBase(116): shock95x\auctionhouse\AuctionHouse->onEnable()
[16:11:45] [Server thread/CRITICAL]: #18 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[16:11:45] [Server thread/CRITICAL]: #19 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object shock95x\auctionhouse\AuctionHouse)
[16:11:45] [Server thread/CRITICAL]: #20 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object shock95x\auctionhouse\AuctionHouse)
[16:11:45] [Server thread/CRITICAL]: #21 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
[16:11:45] [Server thread/CRITICAL]: #22 pmsrc/src/pocketmine/PocketMine(314): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[16:11:45] [Server thread/CRITICAL]: #23 pmsrc/src/pocketmine/PocketMine(344): pocketmine\server()
[16:11:45] [Server thread/CRITICAL]: #24 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[16:11:45] [Server thread/CRITICAL]: Previous: ErrorException: "zlib_decode(): data error" (EXCEPTION) in "pmsrc/vendor/pocketmine/nbt/src/NBTStream" at line 131
[16:11:45] [Server thread/CRITICAL]:   #0 (): pocketmine\utils\Utils::errorExceptionHandler(integer 2, string[25] zlib_decode(): data error, string[81] phar:///home/container/PocketMine-MP.phar/vendor/pocketmine/nbt/src/NBTStream.ph, integer 131)
[16:11:45] [Server thread/CRITICAL]:   #1 pmsrc/vendor/pocketmine/nbt/src/NBTStream(131): zlib_decode(string[252] 1f8b0800000000000003e36260606260ca4c6198cfc8c0ea9c5f9a57c2c8c4c0e692989b989ecac0)
[16:11:45] [Server thread/CRITICAL]:   #2 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/database/DataHolder(34): pocketmine\nbt\NBTStream->readCompressed(string[252] 1f8b0800000000000003e36260606260ca4c6198cfc8c0ea9c5f9a57c2c8c4c0e692989b989ecac0)
[16:11:45] [Server thread/CRITICAL]:   #3 (): shock95x\auctionhouse\database\DataHolder->shock95x\auctionhouse\database\{closure}()
[16:11:45] [Server thread/CRITICAL]:   #4 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(431): Generator->send(array[1])
[16:11:45] [Server thread/CRITICAL]:   #5 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(215): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->shock95x\auctionhouse\libs\SOFe\AwaitGenerator\{closure}()
[16:11:45] [Server thread/CRITICAL]:   #6 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(200): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeup(object Closure)
[16:11:45] [Server thread/CRITICAL]:   #7 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(432): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeupFlat(object Closure)
[16:11:45] [Server thread/CRITICAL]:   #8 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/AwaitChild(52): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->recheckPromiseQueue(object shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild)
[16:11:45] [Server thread/CRITICAL]:   #9 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(448): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild->resolve(array[1])
[16:11:45] [Server thread/CRITICAL]:   #10 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(223): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->resolve(array[1])
[16:11:45] [Server thread/CRITICAL]:   #11 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(200): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeup(object Closure)
[16:11:45] [Server thread/CRITICAL]:   #12 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/Await(432): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->wakeupFlat(object Closure)
[16:11:45] [Server thread/CRITICAL]:   #13 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/SOFe/AwaitGenerator/AwaitChild(52): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\Await->recheckPromiseQueue(object shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild)
[16:11:45] [Server thread/CRITICAL]:   #14 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(159): shock95x\auctionhouse\libs\SOFe\AwaitGenerator\AwaitChild->resolve(array[1], array[7])
[16:11:45] [Server thread/CRITICAL]:   #15 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(189): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->shock95x\auctionhouse\libs\poggit\libasynql\base\{closure}(object shock95x\auctionhouse\libs\poggit\libasynql\result\SqlSelectResult)
[16:11:45] [Server thread/CRITICAL]:   #16 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/SqlThreadPool(112): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->shock95x\auctionhouse\libs\poggit\libasynql\base\{closure}(object shock95x\auctionhouse\libs\poggit\libasynql\result\SqlSelectResult)
[16:11:45] [Server thread/CRITICAL]:   #17 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(268): shock95x\auctionhouse\libs\poggit\libasynql\base\SqlThreadPool->readResults(array[1])
[16:11:45] [Server thread/CRITICAL]:   #18 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/poggit/libasynql/base/DataConnectorImpl(262): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->checkResults()
[16:11:45] [Server thread/CRITICAL]:   #19 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/database/DataHolder(40): shock95x\auctionhouse\libs\poggit\libasynql\base\DataConnectorImpl->waitAll()
[16:11:45] [Server thread/CRITICAL]:   #20 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/database/Database(37): shock95x\auctionhouse\database\DataHolder->loadListings()
[16:11:45] [Server thread/CRITICAL]:   #21 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/AuctionHouse(58): shock95x\auctionhouse\database\Database->connect()
[16:11:45] [Server thread/CRITICAL]:   #22 pmsrc/src/pocketmine/plugin/PluginBase(116): shock95x\auctionhouse\AuctionHouse->onEnable()
[16:11:45] [Server thread/CRITICAL]:   #23 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[16:11:45] [Server thread/CRITICAL]:   #24 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object shock95x\auctionhouse\AuctionHouse)
[16:11:45] [Server thread/CRITICAL]:   #25 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object shock95x\auctionhouse\AuctionHouse)
[16:11:45] [Server thread/CRITICAL]:   #26 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
[16:11:45] [Server thread/CRITICAL]:   #27 pmsrc/src/pocketmine/PocketMine(314): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[16:11:45] [Server thread/CRITICAL]:   #28 pmsrc/src/pocketmine/PocketMine(344): pocketmine\server()
[16:11:45] [Server thread/CRITICAL]:   #29 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

Phqzing avatar Oct 31 '21 16:10 Phqzing

Hubo un problema con el plugin cuando entro al comando se apaga el servidor por si solo, si pudiera echarlo un vistazo me alegraría la verdad

SenseiGZ1 avatar Sep 24 '24 09:09 SenseiGZ1