Posts by ev3rm0r3

    We finally wrote a mod that collects all of ic2's console errors and returns them as debug errors. Forge log still logs them but the server ram is no longer consumed until it crashes. Also our console no longer as any ic2 related messages period. I guess this is the route us server owners are going to have to take today when we want things fixed.

    Is this something i should direct towards you or NEI?


    2012-12-27 22:48:57 [INFO] [STDOUT] LiquidUU: Did not load NEI integration: java.lang.NoClassDefFoundError: avf
    2012-12-27 22:48:57 [INFO] [STDERR] java.lang.NoClassDefFoundError: avf
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.Class.getMethod0(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.Class.getMethod(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at ro.narc.liquiduu.LiquidUU.loadIntegration(LiquidUU.java:190)
    2012-12-27 22:48:57 [INFO] [STDERR] at ro.narc.liquiduu.LiquidUU.postInit(LiquidUU.java:130)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    2012-12-27 22:48:57 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:659)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:350)
    2012-12-27 22:48:57 [INFO] [STDERR] at ho.c(DedicatedServer.java:135)
    2012-12-27 22:48:57 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
    2012-12-27 22:48:57 [INFO] [STDERR] at fy.run(SourceFile:849)
    2012-12-27 22:48:57 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: avf
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-12-27 22:48:57 [INFO] [STDERR] ... 36 more
    2012-12-27 22:48:57 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class avf for invalid side SERVER
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
    2012-12-27 22:48:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
    2012-12-27 22:48:57 [INFO] [STDERR] ... 38 more

    Came home to a 250 megabyte forge text file of these errors... this is a need to get fixed thing, unless gregtech can run without ic2?


    2012-12-27 19:59:46 [WARNING] [IC2] API ERROR: ic2.advancedmachines.common.TileEntitySingularityCompressor@786901af didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true.
    2012-12-27 19:59:46 [WARNING] [IC2] API ERROR: ic2.advancedmachines.common.TileEntityCentrifugeExtractor@349153af didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true.

    Came home my new 1.4.6 test server with 250mb of text file of this.


    2012-12-27 19:59:46 [WARNING] [IC2] API ERROR: ic2.advancedmachines.common.TileEntitySingularityCompressor@786901af didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true.
    2012-12-27 19:59:46 [WARNING] [IC2] API ERROR: ic2.advancedmachines.common.TileEntityCentrifugeExtractor@349153af didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true.


    Using the most recent version of everything.



    Just saying, even though others posted... it was a massive file. Was like watching the matrix.

    The cloaking device is a a great addition to the game, but not only for players but for ops. Is there any chance you might be able to include an duplicate item (OP CLoaking Device) that will not use energy if you are the server op. Currently there are no mods that give good invis and this is a great alternative that does work. It just runs out way to quickly for an op when I have to do my rounds. I usually fill my inv and swap constantly.


    Just a suggestion but would be quite useful. Much like the qauntum generator from advanced solars which gives ops unlimited EU for demonstration needs or what have you, or the Item duplicator in MineFactory I believe it is.

    REMOVED


    REMOVED


    We are a fully customized server with going on over 95 mods. If we don't have the plugin you want, I'm sure there are many alternatives that we do have. We have accrued over 110 members in just a months time being on 1.4.5 and we are growing each day. Previously on our 1.2.5 build we average 20-30 users per day at all times and our slowly regaining ground even for being a school season. Server is always kept up to date with patches coming in every 1-2 weeks. Bug forums are available to quickly resolve issues and backups/autosaves are done daily. With some basic mod protections we are able to ensure the map is safe, along with our white-list. This was a new concept for us but is invaluable for running a server. You can only have fun on buildception, and I wouldn't expect anything less. Also this server is managed by adult staff 26+ so rest assured we keep it cool with a non-kid atmosphere, and we frequent ts for some laid back chat.


    Modpack for my server is available from the modpack download tap at the top of the homepage. Apply for whitelist, and see you there!



    Well, even if its spam, until I recently put a block on players picking up solars with gravityguns, the minute one would be moved by one the console would flood with the message. About 40 megs worth an hour. And that's just a lot of write lag.

    I have no idea what mod this is coming from either IC2 or Advanced Solars, but here is what is flooding my console since I've started using it in 1.4.5


    [IC2] EnergyNet.emitEnergyFrom: advsolar.TileEntityAdvancedSolarPanel@425ba1d7 is not added to the enet


    also


    [IC2] EnergyNet.emitEnergyFrom: ic2.common.TileEntityTransformerLV@514639da is not added to the enet


    Every plugin is current and update date with whats out. There is no crash log, but that spam is constant.


    I've also seen it stop/appear with a solar helmet on a player. I can repeat this error.

    This is actually a bug in IC2's code. I fixed it by swapping the file from ic2/common/tilewrench.class from the older version and putting it into the newest version. Problem solved. Its definitely an IC2 coding bug. Someone missed a 0 or a 1.

    I have no idea what mod this is coming from either IC2 or Advanced Solars, but here is what is flooding my console anymore.


    [IC2] EnergyNet.emitEnergyFrom: advsolar.TileEntityAdvancedSolarPanel@425ba1d7 is not added to the enet


    also


    [IC2] EnergyNet.emitEnergyFrom: ic2.common.TileEntityTransformerLV@514639da is not added to the enet


    Every plugin is current and update date with whats out. There is no crash log, but that spam is constant.