Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wakes Caused Wolf Ticking Entity Error? #101

Open
NolanHewitt opened this issue Aug 27, 2024 · 8 comments
Open

Wakes Caused Wolf Ticking Entity Error? #101

NolanHewitt opened this issue Aug 27, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@NolanHewitt
Copy link

Neruina caught this error. I wasn't buy any water so I'm not sure what happened.

java.lang.ClassCastException class net.minecraft.class_1350 cannot be cast to class com.goby56.wakes.duck.ProducesWake (net.minecraft.class_1350 and com.goby56.wakes.duck.ProducesWake are in unnamed module of loader org.quiltmc.loader.impl.launch.knot.KnotClassLoader @271053e1)
at net.minecraft.class_1350.handler$eeb000$wakes$onTeleport(class_1350.java517)
at net.minecraft.class_1350.method_23343(class_1350.java143)
at net.minecraft.class_1350.method_23345(class_1350.java126)
at net.minecraft.class_1350.method_6268(class_1350.java113)
at net.minecraft.class_4135.method_6268(class_4135.java65)
at net.minecraft.class_1355.method_38849(class_1355.java120)
at net.minecraft.class_1355.method_6275(class_1355.java111)
at net.minecraft.class_1308.method_6023(class_1308.java771)
at net.minecraft.class_1309.method_6007(class_1309.java2673)
at net.minecraft.class_1308.method_6007(class_1308.java550)
at net.minecraft.class_1296.method_6007(class_1296.java128)
at net.minecraft.class_1429.method_6007(class_1429.java58)
at net.minecraft.class_1493.method_6007(class_1493.java202)
at net.minecraft.class_1309.method_5773(class_1309.java2419)
at net.minecraft.class_1308.method_5773(class_1308.java351)
at net.minecraft.class_1493.method_5773(class_1493.java217)
at net.minecraft.class_3218.method_18762(class_3218.java739)
at net.minecraft.class_1937.mixinextras$bridge$accept$208(class_1937.java)
at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java92)
at net.minecraft.class_1937.wrapOperation$efp000$neruina$catchTickingEntities$notTheCauseOfTickLag(class_1937.java17048)
at net.minecraft.class_1937.method_18472(class_1937.java480)
at net.minecraft.class_3218.method_31420(class_3218.java385)
at net.minecraft.class_5574.method_31791(class_5574.java54)
at net.minecraft.class_3218.method_18765(class_3218.java353)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java897)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java824)
at net.minecraft.class_1132.method_3748(class_1132.java105)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java265)
at java.basejava.lang.Thread.run(Thread.java842)

@NolanHewitt NolanHewitt added the bug Something isn't working label Aug 27, 2024
@Tosh022402
Copy link

Seems this is happening with any tamed mob that tries to teleport to a player

@Mortycio
Copy link

Mortycio commented Sep 5, 2024

Seems this is happening with any tamed mob that tries to teleport to a player

Yep, happening with cobblemon too

@NolanHewitt
Copy link
Author

Had it happen with a pig today

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_638.method_8316(net.minecraft.class_2338)" because "net.minecraft.class_310.method_1551().field_1687" is null
at com.goby56.wakes.simulation.WakeNode.validPos(WakeNode.java:199)
at com.goby56.wakes.simulation.WakeHandler.insert(WakeHandler.java:76)
at com.goby56.wakes.utils.WakesUtils.placeWakeTrail(WakesUtils.java:95)
at net.minecraft.class_1297.spawnEffects(class_1297.java:36447)
at net.minecraft.class_1297.handler$lfb01a$wakes$tick(class_1297.java:36418)
at net.minecraft.class_1297.method_5773(class_1297.java:475)
at net.minecraft.class_1309.method_5773(class_1309.java:2380)
at net.minecraft.class_1308.method_5773(class_1308.java:351)
at net.minecraft.class_3218.method_18762(class_3218.java:739)
at net.minecraft.class_1937.mixinextras$bridge$accept$208(class_1937.java)
at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:92)
at net.minecraft.class_1937.wrapOperation$ghb000$neruina$catchTickingEntities$notTheCauseOfTickLag(class_1937.java:17048)
at net.minecraft.class_1937.method_18472(class_1937.java:480)
at net.minecraft.class_3218.method_31420(class_3218.java:385)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:353)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:897)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:824)
at net.minecraft.class_1132.method_3748(class_1132.java:105)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:671)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
at [email protected]/java.lang.Thread.run(Thread.java:842)

@NolanHewitt
Copy link
Author

NolanHewitt commented Sep 13, 2024

Had it occur with a spider. I think it can happen with any mob.

@sigmaminecrafter
Copy link

Keeps happen to dog

@sigmaminecrafter
Copy link

Who made this mod; 🤡🤡🤡

@sigmaminecrafter
Copy link

The sigma who is me: 🗿🗿🗿

@SuperHappy-source
Copy link

this is still true, even in defiled, please fix this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants