Multiplayer Rendering Issues
TheMorgander opened this issue ยท 0 comments
Specifications:
- MC Version: 1.16.4 Forge 35.1.37
- C&B Version: 0.2.10
- Server Version: Mohist 1.16.4-299 + Forge 35.1.37 Integration
- Optifine: HD G6 1.16.4
Mods:
- Chisels and Bits 0.2.10
- WorldEdit 7.2.2+fc3c499
- WorldEdit CUI Forge Edition 3.0.9
- Optifine HD G6 1.16.4
Server contains the same mods and version as the client excluding Optifine.
Details:
Middle mouse clicking a chiseled block and holding in your hand throws a stream of client side errors in the log file (managed to get a 500mb log file in 10 minutes from holding the block).
Log:
[13Feb2021 16:13:34.427] [Render thread/ERROR] [chiselsandbits/]: Unable to read blob.
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240) ~[?:1.8.0_51]
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) ~[?:1.8.0_51]
at mod.chiselsandbits.chiseledblock.data.VoxelBlob.read(VoxelBlob.java:1043) ~[?:?]
at mod.chiselsandbits.chiseledblock.data.VoxelBlob.blobFromBytes(VoxelBlob.java:1028) ~[?:?]
at mod.chiselsandbits.chiseledblock.data.VoxelBlobStateInstance.getBlobCatchable(VoxelBlobStateInstance.java:105) ~[?:?]
at mod.chiselsandbits.chiseledblock.data.VoxelBlobStateInstance.getBlob(VoxelBlobStateInstance.java:89) [?:?]
at mod.chiselsandbits.chiseledblock.data.VoxelBlobStateReference.getVoxelBlob(VoxelBlobStateReference.java:105) [?:?]
at mod.chiselsandbits.chiseledblock.NBTBlobConverter.getBlob(NBTBlobConverter.java:275) [?:?]
at mod.chiselsandbits.core.ClientSide.showGhost(ClientSide.java:1168) [?:?]
at mod.chiselsandbits.core.ClientSide.doGhostForChiseledBlock(ClientSide.java:1118) [?:?]
at mod.chiselsandbits.core.ClientSide.drawLast(ClientSide.java:1054) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler_25_ClientSide_drawLast_RenderWorldLastEvent.invoke(.dynamic) [?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) [eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus$$Lambda$2572/2057894912.invoke(Unknown Source) [eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) [eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) [eventbus-4.0.0.jar:?]
at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:154) [?:?]
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.optifine.reflect.Reflector.callVoid(Reflector.java:723) [?:?]
at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1027) [?:?]
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:693) [?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:976) [?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?]
at net.minecraft.client.main.Main.main(Main.java:184) [?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.4-35.1.37.jar:35.1]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$435/1699486292.call(Unknown Source) [forge-1.16.4-35.1.37.jar:35.1]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]