Jump to content

Recommended Posts

Posted

Hello again every1

 

i have a custom modpack that is working and a server for it working as well (thanks to every1 here :) )

 

The thing now is: if i connect to the server everything goes fine, but if a friend connects he gets an error and diconnects after a while (log is attached to post since its too big for pastebin).

i can see that its related to thaumcraft  and Out of memory (even tough his computer has 4x more ram than mine and mine is fine)  and normally i would just remove the mod but in this case thaumcraft is kind of a necessity on this pack, so if there is a way to fix it i would apreciate to know how

 

thanks in advance :)

 

PS: in case you cant download log here is the line with the error:

 

[18:09:39] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking entity
    at net.minecraft.world.World.func_72939_s(World.java:1902) ~[ahb.class:?]
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006) ~[bao.class:?]
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
Caused by: java.lang.NoClassDefFoundError: thaumcraft/common/entities/monster/mods/ChampionModifier
    at thaumcraft.common.lib.events.EventHandlerEntity.livingTick(EventHandlerEntity.java:301) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_329_EventHandlerEntity_livingTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30) ~[yg.class:?]
    at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303) ~[yq.class:?]
    at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]
    at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]
    at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]
    ... 10 more
Caused by: java.lang.ClassNotFoundException: thaumcraft.common.entities.monster.mods.ChampionModifier
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
    at thaumcraft.common.lib.events.EventHandlerEntity.livingTick(EventHandlerEntity.java:301) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_329_EventHandlerEntity_livingTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]
    at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:287) ~[ForgeHooks.class:?]
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1560) ~[sv.class:?]
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206) ~[sw.class:?]
    at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:30) ~[yg.class:?]
    at net.minecraft.entity.monster.EntityZombie.func_70071_h_(EntityZombie.java:303) ~[yq.class:?]
    at net.minecraft.world.World.func_72866_a(World.java:2070) ~[ahb.class:?]
    at net.minecraft.world.World.func_72870_g(World.java:2034) ~[ahb.class:?]
    at net.minecraft.world.World.func_72939_s(World.java:1887) ~[ahb.class:?]
    ... 10 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
    at java.lang.String.toCharArray(Unknown Source) ~[?:1.8.0_45]
    at java.util.zip.ZipCoder.getBytes(Unknown Source) ~[?:1.8.0_45]
    at java.util.zip.ZipFile.getEntry(Unknown Source) ~[?:1.8.0_45]
    at java.util.jar.JarFile.getEntry(Unknown Source) ~[?:1.8.0_45]
    at java.util.jar.JarFile.getJarEntry(Unknown Source) ~[?:1.8.0_45]
    at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source) ~[?:1.8.0_45]
    at sun.misc.URLClassPath$JarLoader.findResource(Unknown Source) ~[?:1.8.0_45]
    at sun.misc.URLClassPath.findResource(Unknown Source) ~[?:1.8.0_45]
    at java.net.URLClassLoader$2.run(Unknown Source) ~[?:1.8.0_45]
    at java.net.URLClassLoader$2.run(Unknown Source) ~[?:1.8.0_45]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_45]
    at java.net.URLClassLoader.findResource(Unknown Source) ~[?:1.8.0_45]
    at net.minecraft.launchwrapper.LaunchClassLoader.getClassBytes(LaunchClassLoader.java:363) ~[launchwrapper-1.11.jar:?]
    at cpw.mods.fml.common.patcher.ClassPatchManager.getPatchedResource(ClassPatchManager.java:59) ~[modpack.jar:?]
    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.findAndMergeSuperMaps(FMLDeobfuscatingRemapper.java:342) ~[modpack.jar:?]
    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getMethodMap(FMLDeobfuscatingRemapper.java:322) ~[modpack.jar:?]
    at cpw.mods.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.mapMethodName(FMLDeobfuscatingRemapper.java:295) ~[modpack.jar:?]
    at org.objectweb.asm.commons.RemappingMethodAdapter.doVisitMethodInsn(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at org.objectweb.asm.commons.RemappingMethodAdapter.visitMethodInsn(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at org.objectweb.asm.ClassReader.a(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at org.objectweb.asm.ClassReader.b(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at org.objectweb.asm.ClassReader.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at org.objectweb.asm.ClassReader.accept(Unknown Source) ~[asm-all-5.0.3.jar:5.0.3]
    at cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:37) ~[modpack.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.11.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.11.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
    at thaumcraft.common.lib.events.EventHandlerEntity.livingTick(EventHandlerEntity.java:301) ~[EventHandlerEntity.class:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_329_EventHandlerEntity_livingTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) ~[EventBus.class:?]

 

 

 

 

latest(2).log

  • Discord Moderator
Posted
  • Attachments don't work here. You'll need to use a pastebin service or a download service.
  • Please provide the crash report in the same fashion.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...