Giter Site home page Giter Site logo

unresolved3169 / turanic Goto Github PK

View Code? Open in Web Editor NEW
78.0 22.0 28.0 4.52 MB

A Fast and clean server software for Minecraft: Bedrock Engine/Edition and W10 Edition - v1.2.x

License: GNU Lesser General Public License v3.0

PHP 99.90% Batchfile 0.03% Shell 0.07%
mcpe server software pocketmine bedrock mcbe-server mcbe php minecraft mcpe-server

turanic's Introduction

turanic's People

Contributors

atthedisco avatar bajanvlogs avatar enes5519 avatar erkam246 avatar ferhatbostanci avatar gkg0139 avatar majovec avatar phoshp avatar shdudwns avatar voltexyt avatar xzeromcpe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

turanic's Issues

Error

Warning: Declaration of pocketmine\Worker::start(int $options = PTHREADS_INHERIT_ALL) should be compatible with Thread::start(?int $options = NULL) in /root/test/src/pocketmine/Worker.php on line 111
11:29:35 INFO > Opening server on 0.0.0.0:19130
11:29:35 INFO > Turanic is distributed under the GPL License version 3 and later

Fatal error: Cannot redeclare pocketmine\entity\Zombie::initEntity() in /root/test/src/pocketmine/entity/Zombie.php on line 61
^C

TransferCommand Not Work

14:41:31 INFO > Usage: /transferserver

[port]
transferserver superkali play.networkgames.eu 19132
14:41:55 INFO > Sending SuperKali to play.networkgames.eu:19132
14:41:55 INFO > An unknown error occurred while attempting to perform this command
14:41:55 CRITICAL > Unhandled exception executing command 'transferserver superkali play.networkgames.eu 19132' in transfer: Argument 1 passed to pocketmine\utils\BinaryStream::putLShort() must be of the type integer, string given, called in D:\PocketMine-MP\src\pocketmine\network\mcpe\protocol\TransferPacket.php on line 45
14:41:55 CRITICAL > TypeError: "Argument 1 passed to pocketmine\utils\BinaryStream::putLShort() must be of the type integer, string given, called in D:\PocketMine-MP\src\pocketmine\network\mcpe\protocol\TransferPacket.php on line 45" (EXCEPTION) in "/src/pocketmine/utils/BinaryStream" at line 157

/kill playername error

2017-09-29 18:22:28 INFO > An unknown error occurred while attempting to perform this command
2017-09-29 18:22:28 CRITICAL > Unhandled exception executing command 'kill andris155' in kill: Argument 1 passed to pocketmine\network\mcpe\protocol\DataPacket::putVector3Obj() must be an instance of pocketmine\math\Vector3, null given, called in C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\src\pocketmine\network\mcpe\protocol\RespawnPacket.php on line 43
2017-09-29 18:22:28 CRITICAL > TypeError: "Argument 1 passed to pocketmine\network\mcpe\protocol\DataPacket::putVector3Obj() must be an instance of pocketmine\math\Vector3, null given, called in C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\src\pocketmine\network\mcpe\protocol\RespawnPacket.php on line 43" (EXCEPTION) in "/src/pocketmine/network/mcpe/protocol/DataPacket" at line 424
2017-09-29 18:22:28 DEBUG > #0 /src/pocketmine/network/mcpe/protocol/DataPacket(88): pocketmine\network\mcpe\protocol\RespawnPacket->encodePayload(boolean)
2017-09-29 18:22:28 DEBUG > #1 /src/pocketmine/network/mcpe/RakLibInterface(280): pocketmine\network\mcpe\protocol\DataPacket->encode(boolean)
2017-09-29 18:22:28 DEBUG > #2 /src/pocketmine/Player(1367): pocketmine\network\mcpe\RakLibInterface->putPacket(pocketmine\Player Player(1), pocketmine\network\mcpe\protocol\RespawnPacket object, boolean , boolean )
2017-09-29 18:22:28 DEBUG > #3 /src/pocketmine/Player(1330): pocketmine\Player->sendDataPacket(pocketmine\network\mcpe\protocol\RespawnPacket object, boolean , boolean )
2017-09-29 18:22:28 DEBUG > #4 /src/pocketmine/Player(3995): pocketmine\Player->dataPacket(pocketmine\network\mcpe\protocol\RespawnPacket object)
2017-09-29 18:22:28 DEBUG > #5 /src/pocketmine/entity/Entity(1137): pocketmine\Player->kill(boolean)
2017-09-29 18:22:28 DEBUG > #6 /src/pocketmine/entity/Living(71): pocketmine\entity\Entity->setHealth(integer 0)
2017-09-29 18:22:28 DEBUG > #7 /src/pocketmine/Player(4003): pocketmine\entity\Living->setHealth(integer 0)
2017-09-29 18:22:28 DEBUG > #8 /src/pocketmine/command/defaults/KillCommand(89): pocketmine\Player->setHealth(integer 0)
2017-09-29 18:22:28 DEBUG > #9 /src/pocketmine/command/SimpleCommandMap(332): pocketmine\command\defaults\KillCommand->execute(pocketmine\command\ConsoleCommandSender object, string kill, array Array())
2017-09-29 18:22:28 DEBUG > #10 /src/pocketmine/Server(2222): pocketmine\command\SimpleCommandMap->dispatch(pocketmine\command\ConsoleCommandSender object, string kill andris155)
2017-09-29 18:22:28 DEBUG > #11 /src/pocketmine/Server(2207): pocketmine\Server->dispatchCommand(pocketmine\command\ConsoleCommandSender object, string kill andris155)
2017-09-29 18:22:28 DEBUG > #12 /src/pocketmine/Server(2797): pocketmine\Server->checkConsole(boolean)
2017-09-29 18:22:28 DEBUG > #13 /src/pocketmine/Server(2520): pocketmine\Server->tick(boolean)
2017-09-29 18:22:28 DEBUG > #14 /src/pocketmine/Server(2398): pocketmine\Server->tickProcessor(boolean)
2017-09-29 18:22:28 DEBUG > #15 /src/pocketmine/Server(1963): pocketmine\Server->start(boolean)
2017-09-29 18:22:28 DEBUG > #16 /src/pocketmine/PocketMine(478): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\plugins\)

new bug while connecting

im really dont know what to do!
after 1.2 update of turanic i never joined my server again :(
new bug is in minecraft windows 10 edition when you click on server it stuck on loading screen and minecraft crashing.
in console nothing only joined the game and left the game
please fix this
tnx

another crash

22:38:21 INFO > Superguy0007423[/127.0.0.1:45572] [ClientID: -5.9189369716693E+18] logged in with entity id 1 at (157.8084, 4.6, 117.4436, Creative1)
22:38:22 INFO > Superguy0007423 joined the game

Notice: Undefined property: pocketmine\nbt\tag\CompoundTag::$Text1 in /storage/emulated/0/PocketMine/src/pocketmine/tile/Sign.php on line 172

Notice: Undefined property: pocketmine\nbt\tag\CompoundTag::$Text2 in /storage/emulated/0/PocketMine/src/pocketmine/tile/Sign.php on line 173

Notice: Undefined property: pocketmine\nbt\tag\CompoundTag::$Text3 in /storage/emulated/0/PocketMine/src/pocketmine/tile/Sign.php on line 174

Notice: Undefined property: pocketmine\nbt\tag\CompoundTag::$Text4 in /storage/emulated/0/PocketMine/src/pocketmine/tile/Sign.php on line 175
22:38:26 CRITICAL > Error: "Call to a member function getName() on null" (EXCEPTION) in "/src/pocketmine/nbt/tag/CompoundTag" at line 37
22:38:26 EMERGENCY > An unrecoverable error has occurred and the server has crashed. Creating a crash dump
22:38:26 EMERGENCY > Please upload the "/storage/emulated/0/PocketMine/crashdumps/CrashDump_Sat_Sep_30-22.38.26-CST_2017.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
22:38:26 INFO > Disabling AdminFun v1.0.0
22:38:26 INFO > Disabling DevTools v1.11.3
22:38:26 INFO > Disabling DeathSound v1.0.0
22:38:26 INFO > Disabling ZMusicBox v2.6.0
22:38:26 INFO > [ZMusicBox] ZMusicBox Unload Success!
22:38:26 INFO > Disabling IncompatibleAPIPluginLoader v0.1.0
22:38:26 INFO > Superguy0007423 left the game
22:38:26 INFO > Superguy0007423[/127.0.0.1:45572] logged out due to Server closed
22:38:26 INFO > Unloading level "Creative1"
22:38:26 INFO > Unloading level "nether"
22:38:26 INFO > Unloading level "ender"
[PE Server] Server was stopped.

Command bypass on player login

The player can use the commands even though he is not logged on serverauth, I think it's a software problem.
I've already tested!
jpeg_20171009_222409

Slapper not work on 1.2

Hello, I use the slapper for the version 1.1.5 and not work.
Please give me the slapper version for this Software.
Thanks you for all😊

Couple of problems

this is boring,,...........
img_20170930_195836_878

And survival/creative mode is bad:
you don't have gravity in creative/survival
screenshot_2017-09-30-19-11-24

Crash on startup

CRITICAL > Error: "Undefined class constant 'ADD_HANGING_ENTITY_PACKET'" (EXCEPTION) in "/src/pocketmine/network/Network" at line 361
EMERGENCY > An unrecoverable error has occurred and the server has crashed. Creating a crash dump
EMERGENCY > Please upload the "/home/turanic/crashdumps/CrashDump_Thu_Sep_21-17.31.18-UTC_2017.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
CRITICAL > Error: "Call to a member function disablePlugins() on null" (EXCEPTION) in "/src/pocketmine/Server" at line 2325
EMERGENCY > Crashed while crashing, killing process

1.2.0 join error.

2017-09-24 15:10:51 CRITICAL > Error: "Call to a member function getAttribute() on null" (EXCEPTION) in "/src/pocketmine/entity/Human" at line 267
2017-09-24 15:10:51 DEBUG > #0 /src/pocketmine/Player(3921): pocketmine\entity\Human->saveNBT(boolean)
2017-09-24 15:10:51 DEBUG > #1 /src/pocketmine/Player(3818): pocketmine\Player->save(boolean)
2017-09-24 15:10:51 DEBUG > #2 /src/pocketmine/network/mcpe/RakLibInterface(117): pocketmine\Player->close(pocketmine\event\TranslationContainer ..e%multiplayer.player.left, string client disconnect)
2017-09-24 15:10:51 DEBUG > #3 /src/raklib/server/ServerHandler(129): pocketmine\network\mcpe\RakLibInterface->closeSession(string 192.168.0.101:57457, string client disconnect)
2017-09-24 15:10:51 DEBUG > #4 /src/pocketmine/network/mcpe/RakLibInterface(89): raklib\server\ServerHandler->handlePacket(boolean)
2017-09-24 15:10:51 DEBUG > #5 /src/pocketmine/network/Network(182): pocketmine\network\mcpe\RakLibInterface->process(boolean)
2017-09-24 15:10:51 DEBUG > #6 /src/pocketmine/Server(2812): pocketmine\network\Network->processInterfaces(boolean)
2017-09-24 15:10:51 DEBUG > #7 /src/pocketmine/Server(2532): pocketmine\Server->tick(boolean)
2017-09-24 15:10:51 DEBUG > #8 /src/pocketmine/Server(2410): pocketmine\Server->tickProcessor(boolean)
2017-09-24 15:10:51 DEBUG > #9 /src/pocketmine/Server(1962): pocketmine\Server->start(boolean)
2017-09-24 15:10:51 DEBUG > #10 /src/pocketmine/PocketMine(478): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\andris155\Desktop\Minecraft szerverek\GenisysPro\, string C:\Users\andris155\Desktop\Minecraft szerverek\GenisysPro\, string C:\Users\andris155\Desktop\Minecraft szerverek\GenisysPro\plugins\)
2017-09-24 15:10:51 CRITICAL > [Network] Stopped interface pocketmine\network\mcpe\RakLibInterface due to Call to a member function getAttribute() on null

Wrong ClientID and {%8}?

2017-09-29 18:34:28 INFO > andris155 joined the game
2017-09-29 18:34:28 INFO > andris155[/192.168.0.102:61743] [ClientID: 1] logged in with entity id world at (128, 66.2, 128, {%8})
2017-09-29 18:34:56 INFO > andris155 left the game
2017-09-29 18:34:56 INFO > andris155[/192.168.0.102:61743] logged out due to client disconnect
2017-09-29 18:34:59 INFO > andris155 joined the game
2017-09-29 18:34:59 INFO > andris155[/192.168.0.102:61743] [ClientID: 2] logged in with entity id world at (128, 66.4, 128, {%8})

Out of memory (allocated 2755657728) (tried to allocate 131072 bytes)

Turanic Crash Dump Sat Sep 16 08:40:51 +06 2017

Error: Out of memory (allocated 2755657728) (tried to allocate 131072 bytes)
File: /src/pocketmine/Server
Line: 2156
Type: E_ERROR

Code:
[2147] if($p->isConnected()){
[2148] $targets[] = $this->identifiers[spl_object_hash($p)];
[2149] }
[2150] }
[2151]
[2152] if(!$forceSync and $this->networkCompressionAsync){
[2153] $task = new CompressBatchedTask($str, $targets, $this->networkCompressionLevel);
[2154] $this->getScheduler()->scheduleAsyncTask($task);
[2155] }else{
[2156] $this->broadcastPacketsCallback(zlib_encode($str, ZLIB_ENCODING_DEFLATE, $this->networkCompressionLevel), $targets);
[2157] }
[2158]
[2159] Timings::$playerNetworkTimer->stopTiming();
[2160] }
[2161]
[2162] public function broadcastPacketsCallback($data, array $identifiers){
[2163] $pk = new BatchPacket();
[2164] $pk->payload = $data;
[2165] $pk->encode();
[2166] $pk->isEncoded = true;

Backtrace:
#0 (): pocketmine\Server->crashDump(boolean)

Turanic [Protocol 113; API 3.0.1]
uname -a: Windows NT WIN-645EBL05F5V 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) AMD64
PHP version: 7.0.18
Zend version: 3.0.0
OS : WINNT, win

Server uptime: 13 hours 5 minutes 58 seconds
Number of loaded worlds: 13
Players online: 19/70

Combination error

Combination results in combination of combination results, combined materials return and the combination result does not disappear again. This error may be fatal on the economic server!

Network.php on line 274

Warning: zlib_decode(): data error in C:\Users\Administrator\Desktop\Lobby\src\pocketmine\network\Network.php on line 274

Could not execute asynchronous task CompressBatchedTask

Could not execute asynchronous task CompressBatchedTask: Task crashed

Fatal error: Out of memory (allocated 10485760) (tried to allocate 131072 bytes) in C:\Users\...\src\pocketmine\network\CompressBatchedTask.php on line 50

Server connected Error

Once connected to the server, the console reads ' 137 ' and becomes unconnected without access.

AI

Hi,
I would like to help, in doing the AI for all mobs.

Farmland

Notice: Object of class pocketmine\math\Vector3 could not be converted to int in C:\Users\Administrator\Desktop\Lobbybybzi\src\pocketmine\block\Farmland.php on line 124

My server always Freeze

IDK why but before I use this Software I didn't found this problem
I got this problem when player on my server is more than 20 players
No error display on console

PlayerHotbarPacket error

2017-09-29 18:21:36 INFO > andris155[/192.168.0.102:50040] [ClientID: 1] logged in with entity id world at (128, 66.2, 128, {%8})
2017-09-29 18:21:47 DEBUG > Packet pocketmine\network\mcpe\protocol\BatchPacket 0xfe78da133060606061e0e4e4e2e6e1e5e31710640400073b00c4
2017-09-29 18:21:47 CRITICAL > Error: "Call to undefined method pocketmine\utils\Binary::signInt()" (EXCEPTION) in "/src/pocketmine/network/mcpe/protocol/PlayerHotbarPacket" at line 51
2017-09-29 18:21:47 DEBUG > #0 /src/pocketmine/network/Network(267): pocketmine\network\mcpe\protocol\DataPacket->decode(boolean)
2017-09-29 18:21:47 DEBUG > #1 /src/pocketmine/Player(2348): pocketmine\network\Network->processBatch(pocketmine\network\mcpe\protocol\BatchPacket object, pocketmine\Player Player(1))
2017-09-29 18:21:47 DEBUG > #2 /src/pocketmine/network/mcpe/RakLibInterface(179): pocketmine\Player->handleDataPacket(pocketmine\network\mcpe\protocol\BatchPacket object)
2017-09-29 18:21:47 DEBUG > #3 /src/raklib/server/ServerHandler(97): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string 192.168.0.102:50040, raklib\protocol\EncapsulatedPacket `..Q..L....x..0```a..........d...;.., integer 0)
2017-09-29 18:21:47 DEBUG > #4 /src/pocketmine/network/mcpe/RakLibInterface(90): raklib\server\ServerHandler->handlePacket(boolean)
2017-09-29 18:21:47 DEBUG > #5 /src/pocketmine/network/Network(181): pocketmine\network\mcpe\RakLibInterface->process(boolean)
2017-09-29 18:21:47 DEBUG > #6 /src/pocketmine/Server(2800): pocketmine\network\Network->processInterfaces(boolean)
2017-09-29 18:21:47 DEBUG > #7 /src/pocketmine/Server(2520): pocketmine\Server->tick(boolean)
2017-09-29 18:21:47 DEBUG > #8 /src/pocketmine/Server(2398): pocketmine\Server->tickProcessor(boolean)
2017-09-29 18:21:47 DEBUG > #9 /src/pocketmine/Server(1963): pocketmine\Server->start(boolean)
2017-09-29 18:21:47 DEBUG > #10 /src/pocketmine/PocketMine(478): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\plugins\)
2017-09-29 18:21:47 NOTICE > Blocked 192.168.0.102 for 5 seconds

new errors after today update

now i can join the game and view the world but i cant move and look around
got alot of this string errors in console:
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(68) "1. pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(52) "1. pocketmine\network\mcpe\protocol\MovePlayerPacket"
string(47) "1. pocketmine\network\mcpe\protocol\BatchPacket"
string(56) "1. pocketmine\network\mcpe\protocol\MapInfoRequestPacket"
what should i do?
tnx

Server crash

20:47:58 INFO > Superguy0007423[/127.0.0.1:38187] [ClientID: -5.9189369716693E+18] logged in with entity id 1 at (157.8084, 4.4, 117.4436, Creative1)
20:47:58 INFO > Superguy0007423 joined the game
20:48:06 CRITICAL > Error: "Undefined class constant 'CAULDRON'" (EXCEPTION) in "/src/pocketmine/tile/Cauldron" at line 160
20:48:06 EMERGENCY > An unrecoverable error has occurred and the server has crashed. Creating a crash dump
20:48:06 EMERGENCY > Please upload the "/storage/emulated/0/PocketMine/crashdumps/CrashDump_Sat_Sep_30-20.48.06-CST_2017.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
20:48:06 INFO > Disabling AdminFun v1.0.0
20:48:06 INFO > Disabling DevTools v1.11.3
20:48:06 INFO > Disabling DeathSound v1.0.0
20:48:06 INFO > Disabling ZMusicBox v2.6.0
20:48:06 INFO > [ZMusicBox] ZMusicBox Unload Success!
20:48:06 INFO > Disabling IncompatibleAPIPluginLoader v0.1.0
20:48:06 INFO > Superguy0007423 left the game
20:48:06 INFO > Superguy0007423[/127.0.0.1:38187] logged out due to Server closed
20:48:06 INFO > Unloading level "Creative1"
20:48:06 INFO > Unloading level "nether"
20:48:06 INFO > Unloading level "ender"
[PE Server] Server was stopped.

LOL, BUG

After updating the kernel, you can not connect to the server at all - Minecraft crashes, but in the console it says that the player has joined the server

Error: "Undefined constant 'pocketmine\Turanic_API_VERSION'" (EXCEPTION) in "/src/pocketmine/Server" at line 427

12:53:45 ERROR > Could not load 'C:\Users\Administrator\Desktop\LLLLooobbbyyyyxzyyguittwpezli\plugins\WorldProtect_v2.2.0' in folder 'C:\Users\Administrator\Desktop\LLLLooobbbyyyyxzyyguittwpezli\plugins': Undefined constant 'pocketmine\Turanic_API_VERSION'
12:53:45 CRITICAL > Error: "Undefined constant 'pocketmine\Turanic_API_VERSION'" (EXCEPTION) in "/src/pocketmine/Server" at line 427

Don't load the server

Turanic

I can not connect to the server using the official Minecraft PE 1.2.0.81.
After a few minutes of waiting, I return to the main screen. And console does not show me any error.

?

9:23:28 CRITICAL > Could not tick level "ss": Argument 1 passed to pocketmine\network\mcpe\protocol\DataPacket::putEntityUniqueId() must be of the type integer, null given, called in /root/Simon/src/pocketmine/network/mcpe/protocol/RemoveEntityPacket.php on line 39

Creative inv. not work

2017-09-30 13:06:38 DEBUG > Packet pocketmine\network\mcpe\protocol\BatchPacket 0xfe78da93956360606062f8c1c8c03085a9014832303033c2580c003a1f0369
2017-09-30 13:06:38 CRITICAL > Error: "Call to undefined method pocketmine\item\ItemBlock::isNull()" (EXCEPTION) in "/src/pocketmine/inventory/transaction/InventoryTransaction" at line 120
2017-09-30 13:06:38 DEBUG > #0 /src/pocketmine/inventory/transaction/InventoryTransaction(250): pocketmine\inventory\transaction\InventoryTransaction->canExecute(boolean)
2017-09-30 13:06:38 DEBUG > #1 /src/pocketmine/Player(2728): pocketmine\inventory\transaction\InventoryTransaction->execute(boolean)
2017-09-30 13:06:38 DEBUG > #2 /src/pocketmine/network/Network(297): pocketmine\Player->handleDataPacket(pocketmine\network\mcpe\protocol\InventoryTransactionPacket object)
2017-09-30 13:06:38 DEBUG > #3 /src/pocketmine/Player(2342): pocketmine\network\Network->processBatch(pocketmine\network\mcpe\protocol\BatchPacket object, pocketmine\Player Player(1))
2017-09-30 13:06:38 DEBUG > #4 /src/pocketmine/network/mcpe/RakLibInterface(179): pocketmine\Player->handleDataPacket(pocketmine\network\mcpe\protocol\BatchPacket object)
2017-09-30 13:06:38 DEBUG > #5 /src/raklib/server/ServerHandler(97): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string 192.168.0.100:58295, raklib\protocol\EncapsulatedPacket `..........x...c```b....0...H2003.X..:..i, integer 0)
2017-09-30 13:06:38 DEBUG > #6 /src/pocketmine/network/mcpe/RakLibInterface(90): raklib\server\ServerHandler->handlePacket(boolean)
2017-09-30 13:06:38 DEBUG > #7 /src/pocketmine/network/Network(210): pocketmine\network\mcpe\RakLibInterface->process(boolean)
2017-09-30 13:06:38 DEBUG > #8 /src/pocketmine/Server(2800): pocketmine\network\Network->processInterfaces(boolean)
2017-09-30 13:06:38 DEBUG > #9 /src/pocketmine/Server(2520): pocketmine\Server->tick(boolean)
2017-09-30 13:06:38 DEBUG > #10 /src/pocketmine/Server(2398): pocketmine\Server->tickProcessor(boolean)
2017-09-30 13:06:38 DEBUG > #11 /src/pocketmine/Server(1963): pocketmine\Server->start(boolean)
2017-09-30 13:06:38 DEBUG > #12 /src/pocketmine/PocketMine(478): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\, string C:\Users\andris155\Desktop\Minecraft szerverek\Minecraft_PHP\plugins\)
2017-09-30 13:06:38 NOTICE > Blocked 192.168.0.100 for 5 seconds

Combing bug

A serious error
Combination results in combination and combination of combined materials
Independence

Out of Memery

Fatal error: Out of memory (allocated 146800640) (tried to allocate 131072 bytes) in C:\Users\Administrator\Desktop\Lobby\src\pocketmine\Server.php on line 2149

My server crash

CRITICAL > Error: "Call to a member function getChunk() on null" (EXCEPTION) in "/src/pocketmine/level/Level" at line 2619
12:05:16 EMERGENCY > An unrecoverable error has occurred and the server has crashed. Creating a crash dump
12:05:16 EMERGENCY > Please upload the "C:\Users\Administrator\Desktop\LobbbbgGBhfhtt\crashdumps/CrashDump_Sun_Sep_17-12.05.16-+06_2017.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
CRITICAL > Error: "Call to a member function getServer() on null" (EXCEPTION) in "/src/pocketmine/inventory/PlayerInventory" at line 253
CRITICAL > Error: "Call to a member function unregisterChunkLoader() on null" (EXCEPTION) in "/src/pocketmine/Player" at line 4146
12:05:16 EMERGENCY > Crashed while crashing, killing process

Error

Turanic Crash Dump Sat Sep 23 22:00:05 UTC 2017

Error: Undefined class constant 'BLOCK_ENTITY_DATA_PACKET'
File: /src/pocketmine/network/Network
Line: 368
Type: notice

Code:
[359]
[360] $this->registerPacket(ProtocolInfo::ADD_ENTITY_PACKET, AddEntityPacket::class);
[361] $this->registerPacket(ProtocolInfo::ADD_ITEM_ENTITY_PACKET, AddItemEntityPacket::class);
[362] $this->registerPacket(ProtocolInfo::ADD_PAINTING_PACKET, AddPaintingPacket::class);
[363] $this->registerPacket(ProtocolInfo::ADD_PLAYER_PACKET, AddPlayerPacket::class);
[364] $this->registerPacket(ProtocolInfo::ADVENTURE_SETTINGS_PACKET, AdventureSettingsPacket::class);
[365] $this->registerPacket(ProtocolInfo::ANIMATE_PACKET, AnimatePacket::class);
[366] $this->registerPacket(ProtocolInfo::AVAILABLE_COMMANDS_PACKET, AvailableCommandsPacket::class);
[367] $this->registerPacket(0xfe, BatchPacket::class);
[368] $this->registerPacket(ProtocolInfo::BLOCK_ENTITY_DATA_PACKET, BlockEntityDataPacket::class);
[369] $this->registerPacket(ProtocolInfo::BLOCK_EVENT_PACKET, BlockEventPacket::class);
[370] $this->registerPacket(ProtocolInfo::BOSS_EVENT_PACKET, BossEventPacket::class);
[371] $this->registerPacket(ProtocolInfo::CAMERA_PACKET, CameraPacket::class);
[372] $this->registerPacket(ProtocolInfo::CHANGE_DIMENSION_PACKET, ChangeDimensionPacket::class);
[373] $this->registerPacket(ProtocolInfo::CHUNK_RADIUS_UPDATED_PACKET, ChunkRadiusUpdatedPacket::class);
[374] $this->registerPacket(ProtocolInfo::CLIENTBOUND_MAP_ITEM_DATA_PACKET, ClientboundMapItemDataPacket::class);
[375] $this->registerPacket(ProtocolInfo::CLIENT_TO_SERVER_HANDSHAKE_PACKET, ClientToServerHandshakePacket::class);
[376] $this->registerPacket(ProtocolInfo::CONTAINER_CLOSE_PACKET, ContainerClosePacket::class);
[377] $this->registerPacket(ProtocolInfo::CONTAINER_OPEN_PACKET, ContainerOpenPacket::class);
[378] $this->registerPacket(ProtocolInfo::CONTAINER_SET_DATA_PACKET, ContainerSetDataPacket::class);

Backtrace:
#0 /src/pocketmine/Server(1824): pocketmine\network\Network->__construct(pocketmine\Server object)
#1 /src/pocketmine/PocketMine(478): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string //, string /sv/, string /sv/plugins/)

Turanic [Protocol 137; API 3.0.1]
uname -a: Linux 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64
PHP version: 7.0.23
Zend version: 3.0.0
OS : Linux, linux

Server uptime: 0 second
Number of loaded worlds: 0
Players online: 0/100

EnderPearl bugu

EnderPearlı bir oyuncuya fırlatınca enderpearl yok oluyor ve bizi ışınlamıyor

Error when enabled server

Fatal error: Declaration of pocketmine\command\defaults\StatusCommand::execute(pocketmine\command\CommandSender $sender, string $commandLabel, array $args) must be compatible with pocketmine\command\Command::execute(pocketmine\command\CommandSender $sender, $commandLabel, array $args) in /root/mcpe-servers/pe-test/src/pocketmine/command/defaults/StatusCommand.php on line 118

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.