Create

Create

86M Downloads

Ghosting Issue

SHXRKIEgg opened this issue ยท 2 comments

commented

Describe the Bug

Hi, this doesn't seem to be an issue with your Mod particularly but another causing an issue with your mod. I would like to know if any of you maybe possibly know why when using this contraption in this video it makes ghost blocks or doesn't do it properly. Again this is not an issue with your mod but something causing an issue with it and just wondering if I could get some info you may know. This only happens on the Server.

Thanks

Reproduction Steps

  1. Install Better Minecraft [PLUS] Modpack
  2. Create a server and join
  3. Create this contraption in the video

Expected Result

To move blocks without creating ghost blocks or the issue in the video

Screenshots and Videos

https://streamable.com/i2tkdl

Crash Report or Log

No Crash

Operating System

Windows 10

Mod Version

0.3.2g

Minecraft Version

1.16.5

Forge Version

36.2.22

Other Mods

Better Minecraft [PLUS] Modpack

Additional Context

No, just want to see if this issue is known and what other mod is causing it

commented

I've got this bug on the mod pack too, mine is similar to this but involves ghosting with Gantry carriages instead (I haven't tried Sharkie's example).

Stack trace I've pulled from the client when this is happening:
[18:40:05] [main/FATAL]: Error executing task on Client java.lang.NullPointerException: null at net.minecraft.world.World.func_241211_a_(World.java:186) ~[?:?] at net.minecraft.world.World.func_180501_a(World.java:176) ~[?:?] at net.minecraft.client.network.play.ClientPlayNetHandler.func_243492_a(ClientPlayNetHandler.java:717) ~[?:?] at net.minecraft.client.network.play.ClientPlayNetHandler$$Lambda$48482/11636726.accept(Unknown Source) ~[?:?] at net.minecraft.network.play.server.SMultiBlockChangePacket.func_244310_a(SourceFile:79) ~[?:?] at net.minecraft.client.network.play.ClientPlayNetHandler.func_147287_a(ClientPlayNetHandler.java:716) ~[?:?] at net.minecraft.network.play.server.SMultiBlockChangePacket.func_148833_a(SourceFile:71) ~[?:?] at net.minecraft.network.play.server.SMultiBlockChangePacket.func_148833_a(SourceFile:15) ~[?:?] at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] at net.minecraft.network.PacketThreadUtil$$Lambda$47324/112458533.run(Unknown Source) ~[?:?] at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) [?:?] at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) [?:?] at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) [?:?] at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) [?:?] at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:948) [?:?] 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.5-36.2.22.jar:36.2] at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$501/1447527714.call(Unknown Source) [forge-1.16.5-36.2.22.jar:36.2] 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:?]

I've seen similar desync issues to do with creating belts in the modpack too (possibly related). Stack trace for that one here:
[19:17:39] [main/ERROR]: Received invalid update packet for null tile entity at BlockPos{x=-14, y=76, z=326} with data: {Speed:0.0f,IsController:0b,NeedsSpeedUpdate:1b,Length:0,x:-14,y:76,Index:0,z:326,id:"create:belt",Casing:"NONE"} [19:17:39] [main/ERROR]: Received invalid update packet for null tile entity at BlockPos{x=-14, y=76, z=323} with data: {Speed:0.0f,IsController:0b,NeedsSpeedUpdate:1b,Length:0,x:-14,y:76,Index:0,z:323,id:"create:belt",Casing:"NONE"} [19:17:39] [main/ERROR]: Received invalid update packet for null tile entity at BlockPos{x=-14, y=76, z=327} with data: {Speed:0.0f,IsController:0b,NeedsSpeedUpdate:1b,Length:0,x:-14,y:76,Index:0,z:327,id:"create:belt",Casing:"NONE"} [19:17:39] [main/ERROR]: Received invalid update packet for null tile entity at BlockPos{x=-14, y=76, z=324} with data: {Speed:0.0f,IsController:0b,NeedsSpeedUpdate:1b,Length:0,x:-14,y:76,Index:0,z:324,id:"create:belt",Casing:"NONE"} [19:17:39] [main/ERROR]: Received invalid update packet for null tile entity at BlockPos{x=-14, y=76, z=325} with data: {Speed:0.0f,IsController:0b,NeedsSpeedUpdate:1b,Length:0,x:-14,y:76,Index:0,z:325,id:"create:belt",Casing:"NONE"}

commented

Ok the mod that is causing this issue was Create Deco, after removing it the issue didn't occur anymore.