Problème de crash avec le modpack Star Technology sur Aternos

BlackGqd

Aventurier
18 Février 2025
4
0
1
20
Bonjour à tous,

Je rencontre un problème lorsque j'essaie de me connecter à mon serveur Aternos avec le modpack Star Technology en version 1.20.1. Dès que je me connecte, le jeu plante presque instantanément et j’obtiens cette erreur :
Internal Exception: io.netty.handler.codec.DecoderException: java.util.zip.DataFormatException: incorrect header check

J'ai déjà essayé plusieurs solutions pour résoudre ce problème, mais sans succès :
Réinstallation du modpack et du launcher Minecraft.
Mise à jour de Java.
Vérification de la version du serveur Aternos et du modpack.
Malgré tout cela, l’erreur persiste. Est-ce que quelqu’un aurait une idée de ce que pourrait être le problème ou une solution pour le corriger ? j'ai aussi mis les log

Merci d'avance pour votre aide !
 

Fichiers joints

Bonsoir,
Je vois bien la tentative de connexion à 13h11 :
[13:11:45] [Render thread/INFO]: Connecting to BlackGad-0nhG.aternos.me, 25565
Mais dans la suite du log il y a que des info de debug et aucune trace de l'erreur :/ J'ai l'impression que le log est incomplet.

Dans le log du serveur, il n'y a pas d'erreur au moment où tu te fais éjecter ?
 
Bonsoir,
Je vois bien la tentative de connexion à 13h11 :
[13:11:45] [Render thread/INFO]: Connecting to BlackGad-0nhG.aternos.me, 25565
Mais dans la suite du log il y a que des info de debug et aucune trace de l'erreur :/ J'ai l'impression que le log est incomplet.

Dans le log du serveur, il n'y a pas d'erreur au moment où tu te fais éjecter ?
Bonsoir,
Je viens de vérifier les logs du serveur, et il n’y a pas vraiment d’erreur. Il y a juste le fait que je sois déconnecté. De plus, ce problème est apparu il y a 4 jours ; ça ne me le faisait pas avant, et je ne sais pas pourquoi.

J’ai aussi mis un lien vers les logs du serveur Aternos : https://mclo.gs/cMRtHFm
 
Dernière édition:
Effectivement, je suppose que c'est cette ligne :
[20Feb2025 00:22:15.370] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: DrKrok lost connection: Disconnected
C'est clairement le client qui rencontre un problème.

Dans le dossier logs de ton client, as-tu un fichier debug.log ? Si oui, envoie-le juste après une tentative de connexion au serveur.
 
Je pense que cette fois il y a la cause :

Code:
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.multiplayer.ClientPacketListener.m_104910_()" because the return value of "net.minecraft.client.Minecraft.m_91403_()" is null
    at TRANSFORMER/[email protected]/net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:87)
    at TRANSFORMER/[email protected]/com.lowdragmc.lowdraglib.networking.forge.Networking.sendToServer(Networking.java:102)
    at TRANSFORMER/[email protected]/com.gregtechceu.gtceu.utils.input.KeyBind.onInputEvent(KeyBind.java:70)
    at TRANSFORMER/[email protected]/com.gregtechceu.gtceu.utils.input.__KeyBind_onInputEvent_Key.invoke(.dynamic)
    at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
    at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
    at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
    at TRANSFORMER/[email protected]/net.minecraftforge.client.ForgeHooksClient.onKeyInput(ForgeHooksClient.java:738)
    at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.m_90893_(KeyboardHandler.java:431)
    at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.m_167831_(KeyboardHandler.java:462)
    at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:102)
    at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.m_90938_(KeyboardHandler.java:461)
    at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
    at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)
    at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403)
    at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:201)
    at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:219)
    at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.Window.m_85435_(Window.java:274)
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1170)
    at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)
    at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
    at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)
    at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
    at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
    at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)

L'erreur concerne un élément du réseau, donc ça me semble être ça. Elle survient lors de la gestion des entrées clavier du mod "com.gregtechceu.gtceu" qui correspond visiblement à GregTech CE Unofficial,
As-tu une idée de la touche sur laquelle tu appuies juste avant d'être éjecté du serveur ? Si tu connais laquelle, essaye de la changer.