multiconnect

multiconnect

108k Downloads

[1.19] -> [1.12.2] Unknown type minecraft:flower_pot

OrangeCatUnderscore opened this issue ยท 4 comments

commented

Attempting to connect to bridger.land using 1.12.2 protocol or lower fails on multiconnect 1.6-beta 14.
2022-06-14_14 40 45
latest (copy).log

commented

In 1.6-beta.20 I'm getting a logs spam with

[18:51:30] [Render thread/ERROR]: Error executing task on Client
java.lang.RuntimeException: class net.earthcomputer.multiconnect.protocols.v1_12.FlowerPotBlockEntity is missing a mapping! This is a bug!
	at net.minecraft.class_2586.method_38241(class_2586.java:91) ~[client-intermediary.jar:?]
	at net.minecraft.class_2586.method_10999(class_2586.java:105) ~[client-intermediary.jar:?]
	at net.minecraft.class_2586.method_38242(class_2586.java:65) ~[client-intermediary.jar:?]
	at net.minecraft.class_2818.method_20598(class_2818.java:380) ~[client-intermediary.jar:?]
	at de.johni0702.minecraft.bobby.FakeChunkStorage.serialize(FakeChunkStorage.java:232) ~[bobby-4.0.0.jar:?]
	at net.minecraft.class_631.saveRealChunk(class_631.java:615) ~[client-intermediary.jar:?]
	at de.johni0702.minecraft.bobby.VisibleChunksTracker.update(VisibleChunksTracker.java:29) ~[bobby-4.0.0.jar:?]
	at de.johni0702.minecraft.bobby.VisibleChunksTracker.updateCenter(VisibleChunksTracker.java:11) ~[bobby-4.0.0.jar:?]
	at net.minecraft.class_631.handler$zfa000$bobbySaveChunksBeforeMove(class_631.java:653) ~[client-intermediary.jar:?]
	at net.minecraft.class_631.method_20317(class_631.java) ~[client-intermediary.jar:?]
	at net.minecraft.class_634.method_20320(class_634.java:2279) ~[client-intermediary.jar:?]
	at net.minecraft.class_4282.method_20321(class_4282.java:28) ~[client-intermediary.jar:?]
	at net.minecraft.class_4282.method_11054(class_4282.java:6) ~[client-intermediary.jar:?]
	at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
	at net.minecraft.class_1255.method_18859(class_1255.java:157) [client-intermediary.jar:?]
	at net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
	at net.minecraft.class_1255.method_16075(class_1255.java:131) [client-intermediary.jar:?]
	at net.minecraft.class_1255.method_5383(class_1255.java:116) [client-intermediary.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1095) [client-intermediary.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:734) [client-intermediary.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:237) [client-intermediary.jar:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.8.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.8.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.8.jar:?]
commented

@Felix14-v2 that looks like a conflict with bobby, but I guess I can fix it. Could you create a new issue for it with the full log?

commented

looks like a conflict with bobby

I thought the same, however, it was not confirmed in an isolated instance with just multiconnect and bobby. Still looking for the 3rd participant.
By the way, can I somehow enable the packet recording feature? It seems that F8 does nothing while playing on the servers (with Debug Key enabled).

commented

Packet recording is automatically enabled when you join a server, if you have -Dmulticonnect.enablePacketRecorder=true in your JVM args.