Jump to content

InforMaster2

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by InforMaster2

  1. 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

  2. yea, i went to the mods author page and many people are having the exact same problem. Maybe its the lastest version or the entire 1.7 version of the mod, but its a shame :(

    EDIT: its only the v6.3 of the mod. v5.6 does work and its for 1.7.10 so.... YAy xD

  3. oh i see, and since i had to switch to a computer with java 7 thats why it needs it.

     

    well, the server works now, had to remove 1 mod (More Health Enhanced) because i would get "Internel server error" on the client and a gigantic error mensage on the console

    short version:

    java.lang.NoclassDefFoundError: org/lwjgl/input/Keyboard

    at com.nohero.morehealth.mod_moreHealthEnhanced.updateKeyBindings(mod_moreHealthEnhanced.java:333) ~[mod_moreHealthEnhanced.class:?]

    .....

    Caused by: java.lang.ClassNotFoundException: org.lwjgl.input.Keyboard

    .....

     

     

  4. Hello there

    I've created a custom modpack that is fully working clientside, but when i try to create a server for it, some errors that i cant fix on my own appear

    Information:

    link to modpack: http://www.technicpack.net/modpack/vida-divina-1710.667257

    At first i tryed to lauch the server and got this: http://pastebin.com/SHgepSVh

    Tryed to remove openblocks, got this other error: http://pastebin.com/9ryb9eKr

    The final java error made me stuck. I dont know java but normally i can try to understand where the problem is comming from, but in this case, not even researching on google, forums nor even on oracle made any results.

    at that point i decided to try to create the server, mod by mod. (then i realized some mods were not suposed to be there... aka liteloader :P). fixing it got my hopes up

    but now the final error i got was this: (log file too big for pastebin)

    https://www.dropbox.com/sh/yqqkcawmexsk8rb/AAAnItl08rRGGpPSzmmcd0i_a?dl=0

    I would apreciate some help :)

     

     

×
×
  • Create New...