MineCode-Devs / DevMine

DevMine- The MCPE Server software that does NOT use the pocketmine folder structure!
5 stars 0 forks source link

New Issue when Starting the Server #13

Closed remotevase closed 7 years ago

remotevase commented 7 years ago

I got a ton done including updating DevMine back to 1.0. Now I get this:


Fatal error: Uncaught Error: Class 'DevMine\CompatibleClassLoader' not found in C:\Users\r_v\Documents\GitHub\DevMine\src\devmine\server\DevMine.php:97
Stack trace:
#0 {main}
  thrown in C:\Users\r_v\Documents\GitHub\DevMine\src\devmine\server\DevMine.php on line 97
bin\php\php.exe: Exit 255
remotevase commented 7 years ago

@Ad5001 @AmiroEmad @AppleDevelops @applqpak @Taki21 @TheDragonRing

MiroTheSuperDev commented 7 years ago

@I will fix this all I need to know where did you place CompatibleClassLoader.php

MiroTheSuperDev commented 7 years ago

The Class is located like that

require(\DevMine\PATH . "src/DevMine/CompatibleClassLoader.php");

But when you go to src/DevMine/CompatibleClassLoader.php there is no class named CompatibleClassLoader.php there

The problem is wrong destination

Here are the class names and the lines

"

-------------------------------------
src/devmine/server/Thread.php 

31              require(\DevMine\PATH . "src/DevMine/CompatibleClassLoader.php");
----------------------------------------------
src/devmine/server/Worker.php 

32              require(\DevMine\PATH . "src/DevMine/CompatibleClassLoader.php");
----------------------------------------------------
src/devmine/server/DevMine.php 

94          require_once(\DevMine\PATH . "src/DevMine/CompatibleClassLoader.php");
--------------------------------------

"

remotevase commented 7 years ago

Oh, thanks so much, I'll try that now

remotevase commented 7 years ago

okay, syncing with github now

remotevase commented 7 years ago

Now I just gotta test some other stuff and then I'm good!

remotevase commented 7 years ago

New B2 is much better!