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

disconnecting player on server #9

Open
URSFR opened this issue Jan 13, 2023 · 0 comments
Open

disconnecting player on server #9

URSFR opened this issue Jan 13, 2023 · 0 comments

Comments

@URSFR
Copy link

URSFR commented Jan 13, 2023

Player in server got internal timeout so he gets disconnected from the server, this is the error:

net.minecraft.class_148: Ticking player
	at net.minecraft.class_3222.method_14226(class_3222.java:551) ~[server-intermediary.jar:?]
	at net.minecraft.class_3244.method_18784(class_3244.java:268) ~[server-intermediary.jar:?]
	at net.minecraft.class_2535.method_10754(class_2535.java:248) ~[server-intermediary.jar:?]
	at net.minecraft.class_3242.method_14357(class_3242.java:183) ~[server-intermediary.jar:?]
	at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886) ~[server-intermediary.jar:?]
	at net.minecraft.class_3176.method_3813(class_3176.java:289) ~[server-intermediary.jar:?]
	at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) ~[server-intermediary.jar:?]
	at net.minecraft.server.MinecraftServer.handler$bko000$modifiedRunLoop(MinecraftServer.java:7385) ~[server-intermediary.jar:?]
	at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:644) ~[server-intermediary.jar:?]
	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[server-intermediary.jar:?]
	at java.lang.Thread.run(Thread.java:1589) [?:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_310
	at net.chocomint.wild_adventure.util.Utils.temperature(Utils.java:106) ~[WildAdventure-1.19-v1.3.jar:?]
	at net.minecraft.class_1657.waterDecrement(class_1657.java:54483) ~[server-intermediary.jar:?]
	at net.minecraft.class_1657.handler$ikc01d$tick(class_1657.java:54431) ~[server-intermediary.jar:?]
	at net.minecraft.class_1657.method_5773(class_1657.java) ~[server-intermediary.jar:?]
	at net.minecraft.class_3222.method_14226(class_3222.java:487) ~[server-intermediary.jar:?]
	... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_310
	at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.14.11.jar:?]
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) ~[fabric-loader-0.14.11.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
	at net.chocomint.wild_adventure.util.Utils.temperature(Utils.java:106) ~[WildAdventure-1.19-v1.3.jar:?]
	at net.minecraft.class_1657.waterDecrement(class_1657.java:54483) ~[server-intermediary.jar:?]
	at net.minecraft.class_1657.handler$ikc01d$tick(class_1657.java:54431) ~[server-intermediary.jar:?]
	at net.minecraft.class_1657.method_5773(class_1657.java) ~[server-intermediary.jar:?]
	at net.minecraft.class_3222.method_14226(class_3222.java:487) ~[server-intermediary.jar:?]

EDIT: Maybe its necessary, the problem of temperature it was in the minecraft:deep_ocean biome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant