Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

[Issue] FloatingText Creation error. #6

Closed
ghost opened this issue May 3, 2019 · 12 comments
Closed

[Issue] FloatingText Creation error. #6

ghost opened this issue May 3, 2019 · 12 comments
Labels
Status: Confirmed/Replicated When a issue can be reproduced or the cause has been found. Status: Fixed When a fix is applied or patch released. Type: Bug/Issue When a issue is about a Bug/Issue.

Comments

@ghost
Copy link

ghost commented May 3, 2019

2019-05-03 [16:06:24] [Server thread/CRITICAL]: TypeError: "Argument 2 passed to Jackthehack21\KOTH\FloatingText::__construct() must be an instance of pocketmine\level\Level, null given, called in phar:///aternos/server/plugins/KOTH.phar/src/Jackthehack21/KOTH/Arena.php on line 215" (EXCEPTION) in "plugins/KOTH.phar/src/Jackthehack21/KOTH/FloatingText" at line 45

706 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #0 plugins/KOTH.phar/src/Jackthehack21/KOTH/Arena(215): Jackthehack21\KOTH\FloatingText->__construct(Jackthehack21\KOTH\Main object, NULL , pocketmine\math\Vector3 object, string ..cKing: ..6-)
707 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #1 plugins/KOTH.phar/src/Jackthehack21/KOTH/Arena(327): Jackthehack21\KOTH\Arena->createKingTextParticle()
708 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #2 plugins/KOTH.phar/src/Jackthehack21/KOTH/Tasks/Prestart(64): Jackthehack21\KOTH\Arena->startGame()
709 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #3 src/pocketmine/scheduler/TaskHandler(159): Jackthehack21\KOTH\Tasks\Prestart->onRun(integer 64159)
710 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #4 src/pocketmine/scheduler/TaskScheduler(199): pocketmine\scheduler\TaskHandler->run(integer 64159)
711 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #5 src/pocketmine/plugin/PluginManager(688): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 64159)
712 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #6 src/pocketmine/Server(2559): pocketmine\plugin\PluginManager->tickSchedulers(integer 64159)
713 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #7 src/pocketmine/Server(2335): pocketmine\Server->tick()
714 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #8 src/pocketmine/Server(2196): pocketmine\Server->tickProcessor()
715 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #9 src/pocketmine/Server(1775): pocketmine\Server->start()
716 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #10 src/pocketmine/PocketMine(258): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /aternos/server/, string /aternos/server/plugins/)
717 | 2019-05-03 [16:06:24] [Server thread/DEBUG]: #11 (1): require(string phar:///aternos/server/server.phar/src/pocketmine/PocketMine.php)
718 | 2019-05-03 [16:06:24] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
719 | 2019-05-03 [16:06:24] [Server thread/EMERGENCY]: Please upload the "/aternos/server/crashdumps/Fri_May_3-16.06.24-EDT_2019.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
720 | 2019-05-03 [16:06:24] [Server thread/EMERGENCY]: The crash dump has been automatically submitted to the Crash Archive. You can view it on https://crash.pmmp.io/view/2362103 or use the ID #2362103.

Any idea for fix

@JaxkDev
Copy link
Owner

JaxkDev commented May 3, 2019

Your the first and only person to get that, please leave your server version, plugin version/build, and your arenas.yml file.

@ghost
Copy link
Author

ghost commented May 3, 2019 via email

@JaxkDev
Copy link
Owner

JaxkDev commented May 3, 2019

do /ver and /plugins and say what server version your on and what plugin version
and send the content of arenas.yml (from plugin_data/KOTH/)

@JaxkDev JaxkDev added Status: Unconfirmed When a issue is first opened and is being looked into. Type: Bug/Issue When a issue is about a Bug/Issue. labels May 3, 2019
@ghost
Copy link
Author

ghost commented May 3, 2019 via email

@JaxkDev JaxkDev changed the title Error when game starts [Issue] FloatingText Creation error. May 3, 2019
@JaxkDev
Copy link
Owner

JaxkDev commented May 7, 2019

@XxCreditIsGoodXx i need the file to be able to trace your error further, as your version does not have a fully functional debug right now.

@ghost
Copy link
Author

ghost commented May 7, 2019

The arena file

@JaxkDev
Copy link
Owner

JaxkDev commented May 7, 2019

Yes

@ghost
Copy link
Author

ghost commented May 7, 2019

The thing is the server crashes and then it clears my arena. So the arena.yml is empty

@JaxkDev
Copy link
Owner

JaxkDev commented May 7, 2019

It wouldn’t, unless it crashed during saving.
And it doesn’t

@JaxkDev
Copy link
Owner

JaxkDev commented May 7, 2019

Can’t find cause, failed to replicate.

@JaxkDev JaxkDev closed this as completed May 7, 2019
@ghost
Copy link
Author

ghost commented May 7, 2019

I will test this plugin again using a different worlds plugin

@JaxkDev JaxkDev added Status: Confirmed/Replicated When a issue can be reproduced or the cause has been found. Status: Fixed When a fix is applied or patch released. and removed Status: Unconfirmed When a issue is first opened and is being looked into. labels Jun 22, 2019
@JaxkDev JaxkDev reopened this Jun 22, 2019
@JaxkDev
Copy link
Owner

JaxkDev commented Jun 22, 2019

Confirmed finally after some digging, somehow you manage to bypass my status check when a world is deleted and so the particle fails to create, fixed in Beta3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Confirmed/Replicated When a issue can be reproduced or the cause has been found. Status: Fixed When a fix is applied or patch released. Type: Bug/Issue When a issue is about a Bug/Issue.
Projects
None yet
Development

No branches or pull requests

1 participant