Erreur Java quand je lance mon serveur moddé 1.6.4.

kilian3308

Moddeur sur serveur
11 Mai 2014
129
4
80
à la bedrock
Le "Bad login" est aussi parfois la cause d'une ouverture de 2 fenêtres en même temps! Pour ce cas la soit tu ferme minecraft et tu attend 30min sois tu redemare ton ordi. Aussi: Il se pourrais que quelqu'un utilise ton comte minecraft contre toi mais je pense perso que c'est n'est pas ça!
:)
 

ErrorAnonyme

Aventurier
6 Juillet 2014
56
0
1
Enfaîte le modpack crash juste quand je l'ajoute x) mais j'ai trouver les mods qui faisais crash et les ai suppr. Nouvelle erreur dans la console (j'en ai marre ^^) il n'y a plus de bad login :

Code:
 [SEVERE] Encountered an unexpected exception LoaderException
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: atomicstryker.infernalmobs.common.InfernalMobsCore
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
    at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: atomicstryker.infernalmobs.common.InfernalMobsCore
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:42)
    ... 27 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
    ... 33 more
 

azatom

Fabuloussss !!
20 Janvier 2013
1 624
283
212
26
Emergia
Essaye d'enlever infernalMobsCore
Code:
Caused by: java.lang.ClassNotFoundException: atomicstryker.infernalmobs.common.InfernalMobsCore
 

ErrorAnonyme

Aventurier
6 Juillet 2014
56
0
1
Super ça marche ! Merci beaucoup ! Mais juste le dossier infernalMobsCore se trouvé dans iChunUtil2.4.0 ça ne vas pas m'enlever portal gun ? EDIT: Quand je me co au serveur il me mes internal serveur error (la console):

Code:
[WARNING] Failed to handle packet for SplashTuto [/25.55.201.168:54994]: net.minecraft.util.ReportedException: Sending packet
net.minecraft.util.ReportedException: Sending packet
    at net.minecraft.network.NetServerHandler.func_72567_b(NetServerHandler.java:677)
    at cpw.mods.fml.common.network.PacketDispatcher.sendPacketToPlayer(PacketDispatcher.java:45)
    at mods.battlegear2.BattlemodeHookContainerClass.onEntityJoin(BattlemodeHookContainerClass.java:49)
    at net.minecraftforge.event.ASMEventHandler_82_BattlemodeHookContainerClass_onEntityJoin_EntityJoinWorldEvent.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    at net.minecraft.world.World.func_72838_d(World.java:1573)
    at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:267)
    at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:136)
    at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:201)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:167)
    at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:121)
    at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:185)
    at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:71)
    at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55)
    at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NullPointerException
    at net.minecraft.network.TcpConnection.func_74429_a(TcpConnection.java:176)
    at net.minecraft.network.NetServerHandler.func_72567_b(NetServerHandler.java:669)
    ... 20 more
[SEVERE] Reached end of stream for /25.55.201.168
[SEVERE] Reached end of stream for /25.55.201.168
[SEVERE] Reached end of stream for /25.55.201.168
[INFO] /25.55.201.168:55016 lost connection
[INFO] /25.55.201.168:55017 lost connection
[INFO] /25.55.201.168:55019 lost connection
[WARNING] Can't keep up! Did the system time change, or is the server overloaded?
[WARNING] Can't keep up! Did the system time change, or is the server overloaded?