Coder Social home page Coder Social logo

Comments (25)

MrNinja008 avatar MrNinja008 commented on September 21, 2024

Same error also you said dont use source file use phar instead that doesn't work you gave me dev 87 phar it also not working

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

update to php 8

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

Wtf dude my pocketmine verison is 3.22.0

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

Ok so now this plugin is ded for 3.0.0
pls use this plugin on pocketmine 4.0.0 thanks.

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

Please don't be toxic

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

Php version and pmmp version is not the same thing

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

and yes php 8 is compatible with pmmp 3.0.0

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

actually I will need your os, pmmp version, php version and plugin version because I can't reproduce the issue on both php 8 and 7.4 on the lastest pocketmine version

from vanishv2.

Neonwaltz8 avatar Neonwaltz8 commented on September 21, 2024

Hello!
I don't know who you're talking to but; If you are talking to me, My PMMP version is the latest one from 2 days ago. I think I'm certain that I'm using the latest plugin for the Plugin version because I got it from poggit.

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

can you try this version for me https://poggit.pmmp.io/r/131998/VanishV2_dev-89.phar

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

can you try this version for me https://poggit.pmmp.io/r/131998/VanishV2_dev-89.phar

Still same error for me :/

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

I tried to reproduce the issue and the only way I found to do it was to run from source with a old InvMenu virion, so make sure you don't have DEVirion installed and that the source is not in your plugin folder only the phar I sent

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

I tried to reproduce the issue and the only way I found to do it was to run from source with a old InvMenu virion, so make sure you don't have DEVirion installed and that the source is not in your plugin folder only the phar I sent

But how some plugins needs virions even Auction house needs inv menu virion

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

no they don't unless you're running from source you don't need to use DEVirion it's already installed in the phar. we are not allowed to publish plugins that require the use of DEVirion on poggit and it should only be used for development purposes

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

no they don't unless you're running from source you don't need to use DEVirion it's already installed in the phar. we are not allowed to publish plugins that require the use of DEVirion on poggit and it should only be used for development purposes

Ok bro i tested in my test server without virions even a plugin i only have vanish but it sends same error.

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

try on a fresh server and put this plugin only

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

try on a fresh server and put this plugin only

It says Invmenu virion not found disabling the plugin

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

that means you are running the plugin from source

from vanishv2.

Neonwaltz8 avatar Neonwaltz8 commented on September 21, 2024

so is the issue fixed? I really like this plugin, hope you guys would be able to fix it
thanks and good luck!

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

Well as far as I can't tell there's no actual issue, it works for everyone and me. You guys are just doing something wrong and I told both of you everything you could do to fix the issue already. I'm going to repeat them so you don't have to search.

  • Delete DEVirion
  • download the latest version on poggit which is v2.0 and put it in your plugin folder
  • Delete the folder with the plugin source from your plugin folder

if it still doesn't work reinstall pocketmine and put in your plugin folder the latest version on poggit (v2.0)

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

Ok so i have tried in a test server i dont have virions too i dont have a single plugin except vanish now i get this error this plugin is from latest update of poggit i think 2.0.0
2021-07-17 [17:43:48] [Server thread/CRITICAL]: InvalidStateException: "Tried to schedule task to disabled scheduler" (EXCEPTION) in "pmsrc/src/pocketmine/scheduler/TaskScheduler" at line 128
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/scheduler/TaskScheduler(80): pocketmine\scheduler\TaskScheduler->addTask(object pocketmine\scheduler\ClosureTask, integer -1, integer 100)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #1 plugins/VanishV2 (7).phar/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuEventHandler(61): pocketmine\scheduler\TaskScheduler->scheduleRepeatingTask(object pocketmine\scheduler\ClosureTask, integer 100)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #2 plugins/VanishV2 (7).phar/src/superbobby/VanishV2/libs/muqsit/invmenu/InvMenuHandler(55): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuEventHandler->__construct(object superbobby\VanishV2\VanishV2)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #3 plugins/VanishV2 (7).phar/src/superbobby/VanishV2/VanishV2(52): superbobby\VanishV2\libs\muqsit\invmenu\InvMenuHandler::register(object superbobby\VanishV2\VanishV2)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/PluginBase(116): superbobby\VanishV2\VanishV2->onEnable()
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object superbobby\VanishV2\VanishV2)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object superbobby\VanishV2\VanishV2)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
2021-07-17 [17:43:48] [Server thread/CRITICAL]: #11 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

from vanishv2.

sqrrrrl avatar sqrrrrl commented on September 21, 2024

did you also reinstall pocketmine?

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

did you also reinstall pocketmine?

It is a new fresh server i am using mutli server so i can able to create unlimited servers

from vanishv2.

MrNinja008 avatar MrNinja008 commented on September 21, 2024

Nvm it works

from vanishv2.

githubdontbanmeagain avatar githubdontbanmeagain commented on September 21, 2024

hi my pc is not turn on because power went out.,. how is i am can fix? i want to pley minecrafting...

from vanishv2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.