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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Incompatible mods found! net.fabricmc.loader.impl.FormattedException: Some of your mods are incompatible with the game or each other! A potential solution has been determined, this may resolve your problem:      - Replace mod 'Moonlight Lib' (moonlight) 1.21-2.16.0 with version 1.21-2.17.0 or later. More details:      - Mod 'Supplementaries' (supplementaries) 1.21-3.0.14-alpha requires version 1.21-2.17.0 or later of mod 'Moonlight Lib' (moonlight), but only the wrong version is present: 1.21-2.16.0!     at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:51)     at net.fabricmc.loader.impl.FabricLoaderImpl.load(FabricLoaderImpl.java:196)     at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:146)     at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)     at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) this si my error code, and yes i have the latest version of moonlight lib
    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
  • Topics

×
×
  • Create New...

Important Information

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