Jump to content

Modded Server Issue


fatgod12

Recommended Posts

Been working on making a custom mod pack and creating a server for me and some friends. I got the mods sorted out and I can "join" the server but as soon as I join the server crashes. Anyone able to help? https://pastebin.com/CRNLrx7M

Link to comment
Share on other sites

Quote

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)

at net.minecraft.advancements.PlayerAdvancements.func_192742_b(PlayerAdvancements.java:356) ~[?:?] {re:mixin,re:classloading,pl:mixin:A}

at net.minecraft.advancements.PlayerAdvancements.func_192742_b(PlayerAdvancements.java:351) ~[?:?] {re:mixin,re:classloading,pl:mixin:A}

at net.minecraft.advancements.PlayerAdvancements.func_192750_a(PlayerAdvancements.java:218) ~[?:?] {re:mixin,re:classloading,pl:mixin:A}

at net.minecraft.advancements.ICriterionTrigger$Listener.func_192159_a(SourceFile:35) ~[?:?] {re:classloading}

at net.minecraft.advancements.criterion.AbstractCriterionTrigger.func_235959_a_(SourceFile:72) ~[?:?] {re:classloading}

at net.minecraft.advancements.criterion.RecipeUnlockedTrigger.func_192225_a(SourceFile:24) ~[?:?] {re:classloading}

at net.minecraft.item.crafting.ServerRecipeBook.func_197926_a(SourceFile:41) ~[?:?] {re:classloading}

at net.minecraft.entity.player.ServerPlayerEntity.func_195065_a(ServerPlayerEntity.java:1011) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:ServerPlayerEntityMixin,pl:mixin:APP:endergetic.mixins.json:ServerPlayerEntityMixin,pl:mixin:A}

at vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule.onPlayerLoggedIn(AutomaticRecipeUnlockModule.java:64) ~

The error says something is taking a long time on the server thread. Minecraft crashes by default when this is longer than 60 seconds.

The stacktrace says the server thread is currently doing advancements in response to quark unlocking some recipes when a player logs in.

It doesn't look to be blocked, so it might be looping?

You should contact the mod author, since it looks like you have the latest release for 1.16.5

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

1 hour ago, warjort said:

The error says something is taking a long time on the server thread. Minecraft crashes by default when this is longer than 60 seconds.

The stacktrace says the server thread is currently doing advancements in response to quark unlocking some recipes when a player logs in.

It doesn't look to be blocked, so it might be looping?

You should contact the mod author, since it looks like you have the latest release for 1.16.5

 

thank you for the help, removing quark fixed everything

Link to comment
Share on other sites

If you are still getting the error. then the original problem probably wasn't quark.

There is some other long running process that is taking a long time. It just happened that quark was doing something when the timer hit 60 seconds and got the blame.

e.g. that long running process took 59 seconds then quark used 1 second

 

Your current error shows it happening when astral sorcery is doing something with entity collisions. But that is also probably a false report.

 

To get more concrete information you can try using a profiling tool like: https://www.curseforge.com/minecraft/mc-mods/spark

This link in their documentation should give you some background about your problem: https://spark.lucko.me/docs/guides/The-tick-loop

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

46 minutes ago, warjort said:

If you are still getting the error. then the original problem probably wasn't quark.

There is some other long running process that is taking a long time. It just happened that quark was doing something when the timer hit 60 seconds and got the blame.

e.g. that long running process took 59 seconds then quark used 1 second

 

Your current error shows it happening when astral sorcery is doing something with entity collisions. But that is also probably a false report.

 

To get more concrete information you can try using a profiling tool like: https://www.curseforge.com/minecraft/mc-mods/spark

This link in their documentation should give you some background about your problem: https://spark.lucko.me/docs/guides/The-tick-loop

its not the same error, i completely removed quark and now a new issue is present

Link to comment
Share on other sites

No its the same error: 

Quote

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

same erroe but different thing causing the error

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
	at net.minecraft.world.World.func_217353_a(World.java:167) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:mixin:APP:sereneseasons.mixins.json:MixinWorld,pl:mixin:APP:cold_sweat.mixin.json:MixinWorld,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.world.World.func_225522_c_(World.java:711) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:mixin:APP:sereneseasons.mixins.json:MixinWorld,pl:mixin:APP:cold_sweat.mixin.json:MixinWorld,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.util.math.shapes.VoxelShapeSpliterator.func_234876_a_(SourceFile:120) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:add_custom_voxel_collision,xf:fml:astralsorcery:add_custom_collision_flag}
	at net.minecraft.util.math.shapes.VoxelShapeSpliterator.func_234878_a_(SourceFile:77) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:add_custom_voxel_collision,xf:fml:astralsorcery:add_custom_collision_flag}
	at net.minecraft.util.math.shapes.VoxelShapeSpliterator.tryAdvance(SourceFile:62) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:add_custom_voxel_collision,xf:fml:astralsorcery:add_custom_collision_flag}
	at java.util.stream.Streams$ConcatSpliterator.tryAdvance(Streams.java:735) ~[?:1.8.0_311] {}
	at net.minecraft.util.ReuseableStream$1.tryAdvance(SourceFile:31) ~[?:?] {re:classloading}
	at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681) ~[?:1.8.0_311] {}
	at net.minecraft.util.math.shapes.VoxelShapes.func_212437_a(SourceFile:197) ~[?:?] {re:classloading,re:mixin}
	at net.minecraft.entity.Entity.func_223310_a(Entity.java:749) ~[?:?]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.