Hello. I have such a problem. Spam this in the console. How is this removed? Server thread/DEBUG]: Unhandled InventoryTransactionPacket received from Daniil129932: 0x1e0000000100f00101d604821800000000d604821c00000000 [16:35:09] [Server thread/DEBUG]: Failed to execute inventory transaction from Daniil129932 with actions: [{"sourceType":0,"windowId":120,"unknown":0,"inventorySlot":2,"oldItem":{"id":300,"damage":6},"newItem":{"id":300,"damage":7}}] [16:35:09] [Server thread/DEBUG]: Unhandled InventoryTransactionPacket received from Daniil129932: 0x1e0000000100f00102d804821800000000d804821c00000000 [16:35:09] [Server thread/DEBUG]: Failed to execute inventory transaction from Daniil129932 with actions: [{"sourceType":0,"windowId":120,"unknown":0,"inventorySlot":3,"oldItem":{"id":301,"damage":6},"newItem":{"id":301,"damage":7}}] [16:35:09] [Server thread/DEBUG]: Unhandled InventoryTransactionPacket received from Daniil129932: 0x1e0000000100f00103da04821800000000da04821c00000000 [16:35:13] [Server thread/DEBUG]: Tried to equip Item Iron Sword (267:30)x1 tags:0x0a00000a0700646973706c61790804004e616d651f00c2a76fc2a765d090d180d0bcd0b5d0b9d181d0bad0b8d0b920d0bdd0bed0b60000 but have Item Iron Sword (267:31)x1 tags:0x0a00000a0700646973706c61790804004e616d651f00c2a76fc2a765d090d180d0bcd0b5d0b9d181d0bad0b8d0b920d0bdd0bed0b60000 in target slot [16:35:13] [Server thread/DEBUG]: Unhandled MobEquipmentPacket received from Daniil129932: 0x1f00005f9604827837000a00000a0700646973706c61790804004e616d651f00c2a76fc2a765d090d180d0bcd0b5d0b9d181d0bad0b8d0b920d0bdd0bed0b6000000000b0200
what version of pmmp are you using. (and what client version)? Also, to simply hide those messages, disable debug in pocketmine.yml (set debug level to 1)
The version of the build of the kernel 743. The version of my Minecraft 1.2.10. level 1. Already installed !!! And spam is still there!
743 and 1.2.10 do seem valid. Are you sure https://github.com/pmmp/PocketMine-MP/blob/master/src/pocketmine/resources/pocketmine.yml#L104 this has the value 1, and you have restarted your server?
AAARGH! why didn't i see that comming. Now I'm just always going to ask everyone who has any problem: Do you use TeaSp**n https://github.com/CortexPE/TeaSpoon/blob/master/src/CortexPE/Main.php#L274 <- WHYYY
“TeaSpoon” is a banned word on these forums as it causes a lot of issues for people working with their servers and the developers trying to fix a unfixable issue. I recommend contacting @CortexPE about this issue and closing this thread. This should be moved to “Face Palm”.
Does the MainLogger->setLogDebug method cause inventory transactions to fail @robske_110 ? of course not. It only enables the Debug messages to make them show up on the console. @Daniil129932 If you're using an unphared version of tsp, use phared. unphared copies are treated as 'dev' versions and it enables beta features, and other stuff related to debugging. using phared copies will stop forcing pocketmine to show debug messages... And if that's the case, disabling tsp probably just hid the issue from your sight and didn't actually fix it. "Stop blaming others for your own mistakes" Setting dev mode to be only accessible via config might make it so that people who use unphared copies won't come spamming me nor the PMMP forums as to why their console is being spammed for apparent reasons...
Of course it doesn't make them "fail" (actually only a unhandled packet). But it makes PM tell users stuff they usually don't want to know. Finally a good idea.