Erik Miller

Results 4 issues of Erik Miller

**Version of Waterdog** Latest **Expected Behavior** Asny compressions should go without problems **Actual Behavior** If Async Compressions are enabled, not all chunks load. **Crashdump, Backtrace or Other Files** **Describe the...

bug
nukkit

### Description The current implementation, as seen in the method at [pack.go](https://github.com/Sandertv/gophertunnel/blob/539a193680b2df72ef627cd34fbba01105a358dc/minecraft/resource/pack.go#L60), stores the pack in the server's memory, which can be problematic for servers with restricted memory capacity, particularly...

Gophertunnel does not handle the PackURL's in the ResoursePackInfo packet.

20:38:55 [FATAL] [Network] Stopped interface cn.nukkit.network.RakNetInterface due to java.lang.NullPointerException at com.nukkitx.fakeinventories.inventory.FakeInventory.onClose(FakeInventory.java:83) at cn.nukkit.inventory.BaseInventory.close(BaseInventory.java:436) at cn.nukkit.Player.removeWindow(Player.java:4611) at cn.nukkit.Player.removeAllWindows(Player.java:4697) at cn.nukkit.Player.close(Player.java:3672) at cn.nukkit.network.RakNetInterface.process(RakNetInterface.java:70) at cn.nukkit.network.Network.processInterfaces(Network.java:154) at cn.nukkit.Server.tick(Server.java:1151) at cn.nukkit.Server.tickProcessor(Server.java:931) at cn.nukkit.Server.start(Server.java:899) at...