Jump to content

Player is able to join, then is kicked out of the game as if the server crashed (1.19.2 - Forge 43.2.3 - modlist included)


Recommended Posts

Posted

A few players of mine have been experiencing the issue of being able to join my server for maybe 30 seconds, before they seemingly freeze to everyone else, but are in actuality kicked out of the server as if it had crashed. Absolutely no clue what can cause this. It doesn't look like anything happens when I have the spark profiler running, but something is definitely going on. When they try to join and get disconnected the server log says "handleDisconnection() called twice". If any more info is needed, please feel free to ask, we can easily recreate this. 

Modlist

Posted

We need a link to the user's logs/debug.log so we can see the error they are getting.

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.

Posted

It might be related to these messages? Showing a mod mismatch between the client and server?

Quote


[13Jan2023 21:01:26.703] [Netty Client IO #6/DEBUG] [net.minecraftforge.client.ForgeHooksClient/CLIENTHOOKS]: Received FML ping data from server at 135.148.64.153: FMLNETVER=3, mod list is compatible : false, channel list is compatible: true, extra server mods: {smoothchunk=1.19.1-2.0, saturn=0.0.1, pluto=0.0.7, clumps=9.0.0+14, amplified_nether=0.0NONE, nullscape=0.0NONE}
[13Jan2023 21:01:26.703] [Netty Client IO #6/INFO] [net.minecraftforge.client.ForgeHooksClient/CLIENTHOOKS]: Server has additional mods that may be needed on the client: [email protected], [email protected], [email protected], [email protected]+14, [email protected], [email protected]
[13Jan2023 21:01:26.703] [Netty Client IO #6/INFO] [net.minecraftforge.client.ForgeHooksClient/CLIENTHOOKS]: Client has mods that are missing on server: [konkrete, smoothboot, justzoom]
 

 

Around the disconnect, there are some earlier errors related to rendering which suggests one of the mods is doing something unsupported by the graphics driver?

Quote

[13Jan2023 21:01:44.851] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: ########## GL ERROR ##########
[13Jan2023 21:01:44.851] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: @ Pre render
[13Jan2023 21:01:44.851] [Render thread/ERROR] [com.mojang.blaze3d.platform.Window/]: 65539: Invalid key 3

 

There are some "warnings" from create/flywheel just before they are kicked.

The last thing in the log is from the xaero's map mod, but these are status messages rather than errors/warnings.

Quote


[13Jan2023 21:01:55.663] [Render thread/DEBUG] [com.jozufozu.flywheel.backend.Backend/]: No active uniform 'uTime' exists in program 'flywheel:oriented'. Could be unused.
[13Jan2023 21:01:55.663] [Render thread/DEBUG] [com.jozufozu.flywheel.backend.Backend/]: No active uniform 'uWindowSize' exists in program 'flywheel:oriented'. Could be unused.
[13Jan2023 21:01:55.983] [Render thread/DEBUG] [mixin/]: Mixing ai.pathing.FlyNodeEvaluatorMixin from canary.mixins.json into net.minecraft.world.level.pathfinder.FlyNodeEvaluator
[13Jan2023 21:02:25.724] [Render thread/INFO] [xaero.common.MinimapLogs/]: Minimap session finalized.
[13Jan2023 21:02:25.724] [Render thread/INFO] [xaero.map.WorldMap/]: Finalizing world map session...
[13Jan2023 21:02:25.765] [Thread-8/INFO] [xaero.map.WorldMap/]: World map cleaned normally!
[13Jan2023 21:02:26.324] [Render thread/INFO] [xaero.map.WorldMap/]: World map session finalized.
[13Jan2023 21:02:26.324] [Render thread/INFO] [mezz.jei.forge.startup.StartEventObserver/]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut

 

Maybe try turning off create's special flywheel rendering?

https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102

 

Also ask the user if they get this problem if they play with the same mods in single player.

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.

Posted
41 minutes ago, warjort said:

It might be related to these messages? Showing a mod mismatch between the client and server?

 

Around the disconnect, there are some earlier errors related to rendering which suggests one of the mods is doing something unsupported by the graphics driver?

 

There are some "warnings" from create/flywheel just before they are kicked.

The last thing in the log is from the xaero's map mod, but these are status messages rather than errors/warnings.

 

Maybe try turning off create's special flywheel rendering?

https://forums.minecraftforge.net/topic/119518-exit-code-1073740940/#comment-524102

 

Also ask the user if they get this problem if they play with the same mods in single player.

Okay, asked them to update their graphics drivers, didnt work. Told them to change the thing in flywheel, didn't work. Finally, he says that he's not having the issue in a single player world.

Posted

If it's not flywheel then you should ask them to try removing any client side graphics mods they have like rubidium or optifine.

 

Also, ssk them to add the following system property to their java (jvm) arguments

Quote

-Dforge.logging.mojang.level=debug

this will let us see what is happening at the network level and what error (if any) they are getting there.

 

Otherwise, without an explicit crash error, probably the only way you are going to find the problem is by experimenting with removing mods using a test server.

So you can locate which mod is causing the problem.

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.

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Try other builds of this modpack or report it to the modpack creator Looks like an issue with environmental, naturalist and/or crafttweaker
    • Hello! There is an issue with my world(Chocolate Edition modpack), after joining the world all creatures are frozen and the game is not responding or the game crashes after short period of time. Reproduction Steps: Turn on the game Join the world Game crashes immediately or after short period of time. Additional info: Crash log saying that an entity crashed the game is created after the crash(not the logs that I posted, different file from crash-logs, game crashed 3x by Snail, 1x by Small Snail, 1x by Tortoise) Specification: CPU: i5-13600KF GPU: GTX 1070 RAM: 32GB 3200MhZ - allocated 10GB Log links: latest.log: https://mclo.gs/Lp8zlsv crash-reports/crash: https://mclo.gs/XhtyJQI Minecraft version: 1.19.2 Modpack Version: Chocolate Edition 1.9 OS: Windows 10 Java Version: 22.0.2 Minecraft Java: Java 17
    • Hello, for several days I've been trying to find a way to add my animations in this style. @Override public void setupAnim(Entity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { }   My current public class is : public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<EntityRenderState>   But i can't do that :  public class FakePlayerModelWithAnim<T extends FakePlayerEntity> extends EntityModel<T> Type parameter 'T' is not within its bound; should extend 'net.minecraft.client.renderer.entity.state.EntityRenderState' But with EntityRenderState it ok and it work !   But my setupAnim look like this :  @Override public void setupAnim(EntityRenderState p_370046_) { super.setupAnim(p_370046_); }   I don't have any access to my entity ! Look like 1.21.1 : @Override public void setupAnim(FakePlayerEntity entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) { this.root().getAllParts().forEach(ModelPart::resetPose); this.applyHeadRotation(netHeadYaw, headPitch); this.animateWalk(FakePlayerEntityAnimations.ANIM_PLAYERS_WALKING, limbSwing, limbSwingAmount, 2f, 2.5f); this.animate(entity.idleAnimationState, FakePlayerEntityAnimations.ANIM_PLAYERS_IDLE, ageInTicks, 1f); } But i'm stuck with new version of Forge...
    • Looks like an issue with abyssalsovereigns - this mod has functions that are not working on a server (client-side-only mod)
    • I added some new mods and updated old ones to my forge server and they will run successfully but the moment I try to join ill briefly load into the world and get booted with the message, internal server error. The mods in question work fine on singleplayer and removing too many from the server causes it to stop working so I cant be sure which one is causing the problem... any ideas? server log: https://pastebin.com/hGH8UUjm client log (from modrinth app): https://mclo.gs/a3oOUGY
  • Topics

×
×
  • Create New...

Important Information

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