Ad5001 / Online

Make a website for your PocketMine server fully free !
https://git.ad5001.eu/Ad5001/Online
Other
11 stars 2 forks source link

Instant Crash #1

Closed inxomnyaa closed 7 years ago

inxomnyaa commented 7 years ago

[x] This issue is not duplicated (You can see in the 'Issues' tab) [x] This issue is reproducable [x] This issue is in the recomended version [x] This issue is using appropriate markdown.

[19:32:07] [Server thread/INFO]: Enabling Online v1.6 [19:32:07] [Server thread/CRITICAL]: ClassNotFoundException: "Class COM not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 144

[19:32:07] [Server thread/DEBUG]: #1 /src/pocketmine/network/upnp/UPnP(34): class_exists(string COM) [19:32:07] [Server thread/DEBUG]: #2 /Online/src/Ad5001/Online/Main(49): pocketmine\network\upnp\UPnP::PortForward(integer 80) [19:32:07] [Server thread/DEBUG]: #3 /src/pocketmine/plugin/PluginBase(86): Ad5001\Online\Main->onEnable(boolean) [19:32:07] [Server thread/DEBUG]: #4 /DevTools3_v1.11.0.phar/src/FolderPluginLoader/FolderPluginLoader(125): pocketmine\plugin\PluginBase->setEnabled(boolean 1) [19:32:07] [Server thread/DEBUG]: #5 /src/pocketmine/plugin/PluginManager(570): FolderPluginLoader\FolderPluginLoader->enablePlugin(Ad5001\Online\Main object) [19:32:07] [Server thread/DEBUG]: #6 /src/pocketmine/Server(1783): pocketmine\plugin\PluginManager->enablePlugin(Ad5001\Online\Main object) [19:32:07] [Server thread/DEBUG]: #7 /src/pocketmine/Server(1769): pocketmine\Server->enablePlugin(Ad5001\Online\Main object) [19:32:07] [Server thread/DEBUG]: #8 /DevTools3_v1.11.0.phar/src/DevTools/DevTools(47): pocketmine\Server->enablePlugins(integer 0) [19:32:07] [Server thread/DEBUG]: #9 /src/pocketmine/plugin/PluginBase(86): DevTools\DevTools->onEnable(boolean) [19:32:07] [Server thread/DEBUG]: #10 /src/pocketmine/plugin/PharPluginLoader(122): pocketmine\plugin\PluginBase->setEnabled(boolean 1) [19:32:07] [Server thread/DEBUG]: #11 /src/pocketmine/plugin/PluginManager(570): pocketmine\plugin\PharPluginLoader->enablePlugin(DevTools\DevTools object) [19:32:07] [Server thread/DEBUG]: #12 /src/pocketmine/Server(1783): pocketmine\plugin\PluginManager->enablePlugin(DevTools\DevTools object) [19:32:07] [Server thread/DEBUG]: #13 /src/pocketmine/Server(1769): pocketmine\Server->enablePlugin(DevTools\DevTools object) [19:32:07] [Server thread/DEBUG]: #14 /src/pocketmine/Server(1517): pocketmine\Server->enablePlugins(integer 0) [19:32:07] [Server thread/DEBUG]: #15 /src/pocketmine/PocketMine(491): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string phar://C:\Users\Administrator\Desktop\Server\MinecraftPE\TestServer\ClearSky-PocketMine-MP_1.6.2dev.phar/, string C:\Users\Administrator\Desktop\Server\MinecraftPE\TestServer\, string C:\Users\Administrator\Desktop\Server\MinecraftPE\TestServer\plugins)

Windows

inxomnyaa commented 7 years ago

Interesting. Seems to be a PMMP issue.

Ad5001 commented 7 years ago

It's a server software issue of the beta UPNP port forwarding on windows which doesn't seem to check if class COM exists.

I can't do anything about that. You could thought make a pmmp issue about this.

inxomnyaa commented 7 years ago

Can't, banned there. Thx anyways. I'll try to do some mess with sockets then.

jasonw4331 commented 7 years ago

actually, the software used is ClearSky. Go there

inxomnyaa commented 7 years ago

@jasonwynn10 i test software with pmmp, before i test it with forks. Also, its not clearsky. Its a fork of PMMP, only with added blocks and items. Nothing is changed in network.

jasonw4331 commented 7 years ago

Still, you might as well leave an issue there for someone

inxomnyaa commented 7 years ago

So, leaving it for myself? Spamming the issue tracker with non-core related plugin crashes?

jasonw4331 commented 7 years ago

Theororetically, it could be a core issue if the user sets upnp to true in the Pocketmine.yml

inxomnyaa commented 7 years ago

Practically, its not. Enabling it causes a same kind of crash though. Surely i tested that too before creating the issue,