The server now runs on a dedicated box. As a result, we have more slots for players, as well as increased memory. A few plugins have been added as well (such as SwornRPG). Backups will now be made around every 8 hours or so. Three 3.4GHz CPU cores also are dedicated to the server now. One other core is reserved for the OS and external commands to the server.
Posts by Erycus
-
-
Server and pack update to 1.5.2
Minefactory reloaded is back, as well as factorization with a few new mods like Galacticraft.
Redpower is taking way too long to update, so we will now be using RedLogic and likely staying with it as a replacement for a long while. There are potential replacements for redpower frames as well, but currently I will not add them to the server.
-
-
-
-
-
This happens for
Is the bad reference still in the latest posted version? I just tried adding IC2AdvGenerators²_Universal-3.3.0 (and F4113nC0r3_Universal-4.0.5) my server (Forge 534, industrialcraft-2_1.115.207-lf) but I get this NPE:
This occurs for me as well.
Last line of ForgeModLoader-server-0.log
2013-03-15 11:17:21 [FINEST] [AGCore] Sending event FMLConstructionEvent to mod AGCoreThen crash report
---- Minecraft Crash Report ----
// Ooh. Shiny.Time: 3/15/13 11:17 AM
Description: Exception in server tick loopjava.lang.NoClassDefFoundError: bdg
-
I've got two turbine solars, same block from your mod both taking up two different block ids with the same meta data tag '2'.
Can anybody else confirm this happens to them as well?
Some reason it seems the block is somehow being registered twice.Also this is my config file.
# Configuration file####################
# block
####################block {
I:blockAdvGenerators=805
I:"blockAdvanced Tier"=818
I:blockCables=819
I:"blockIron Tier"=820
I:"blockPlasma Tier"=821
I:"blockStone Tier"=822
}####################
# blockadvgenerators
####################blockadvgenerators {
I:block=805
}####################
# general
####################general {
# Amount the box the Ocean Current Generator checks for determining output extends in each direction from the gen.
# Increasing makes it require wider spots, decreasing vice versa.
# Warning: setting to really large quantities will increase lag!
S:"Ocean Current Gen Area"=15# Height of the box the Ocean Current Generator checks for determining output.
# Increasing makes it require deeper spots, decreasing vice versa.
# Warning: setting to really large quantities will increase lag!
S:"Ocean Current Gen Depth"=15# Multiplier for the Ocean Current Generator's Output
S:"Ocean Current Gen Output"=1.0# Maximum Energy for the PESU
S:"PESU Max Storage"=1000000000# Loss per block for Plasma Cables.
S:"Plasma Cable Loss"=3.0# The amount of plasma cables you get from the crafting recipe.
S:"Plasma Cable per Craft"=4# The amount of eu consumed per tick in the plasmafier.
S:"Plasmafier Eu Per Tick"=512# The amount of uum consumed in a plasmafier per plasma produced.
S:"Plasmafier UU Per Plasma"=10.0# Amount of rare earth you get from items.
# A piece of rare earth requires 1000
# Format is *ID*:*AMOUNT*-
# Item ids are the id + 256!
S:"Rare Earth Amounts"=4:3.125-49:100-87:7.8125-88:100-337:20.84-# Slag Generator's Output in Eu per tick
S:"Slag Gen Output"=8# Average time between scrap in a Slag Generator
S:"Slag Gen Scrap Chance"=160# Multiplier for the EU consume rate of the Slow Grinder
S:"Slow Grinder Eu"=1.0# Multiplier for the scrap chance of the Slow Grinder
S:"Slow Grinder Recycle Chance"=1.0# Multiplier for the speed of the Slow Grinder
S:"Slow Grinder Speed"=1.0# Multiplier for the active output of the Thermal Gen
S:"Thermal Gen Output"=0.9# Multiplier for the passive output of the Thermal Gen
S:"Thermal Gen Passive Output"=0.7# Multiplier for the output of the Turbine Solar
S:"Turbine Solar Output"=0.8# Number of blocks the Wave Generator counts for determining output.
# Increasing makes it require longer spots, decreasing vice versa.
# Warning: setting to really large quantities will increase lag!
S:"Wave Generator Max Dis"=200# Multiplier for the output of the Wave Generator
S:"Wave Generator Output"=1.0# Multiplier for the Eu consume of the Electric Wood Gasser
S:"Wood Gasser Elec Eu"=1.0
}####################
# item
####################item {
I:"dead Magnet"=25748
I:magnet=25747
I:pESD=25746
I:"plasma Cell"=25745
I:"plasma Core"=25744
I:"rare Earth Chuck"=25743
I:"rare Earth Dust"=25742
I:turbine=25741
I:"wood Gas Cell"=25740
}####################
# slag generator output
####################"slag generator output" {
S:general=0.7
}####################
# thermal generator output
####################"thermal generator output" {
S:general=0.6
}####################
# turbine
####################turbine {
I:item=25741
}####################
# turbine solar output
####################"turbine solar output" {
S:general=0.8
}####################
# wood gas cell
####################"wood gas cell" {
I:item=25740
} -
-
-
-
are you sure you have FallenCore installed? because the error looks like one that you would get if it were not installed/not installed correctly
Y'know, you should make a list at the front of your thread labled "Retards that have posted in this thread", and put me at the top.
Yep I was right and I fantastically derped. Had core client side, not server side @_@
-
Unfortunately, I'm still getting crashes with all the mods on my server...strangely, it doesnt' happen when I run the server from my desktop, only on my server in a datacenter does it happen.
I think, maybe, hopefully, I derped fantastically...
I'm going to try something and then I'll edit this post if it worked or not. -
Unfortunately, I'm still getting crashes with all the mods on my server...strangely, it doesnt' happen when I run the server from my desktop, only on my server in a datacenter does it happen.
-
well, I also got the error with ACore.
Would defense cause it to give an error with ACore?
I'll try that though.
-
Just figured I'd say, I absolutely love your version over thunderdark's. Idea of forcium is...well. I won't say. But I don't like it.
Thanks for continuing to work on this. -
Hm, this is interesting...but yes, too cheap of recipes, although logical ones.
-
This is happening with all of the add-ons for my dedicated server
I'm not sure, but isn't bbb a rendering class? And if it is then...yeah server shouldn't be trying to render things :p2013-01-15 17:27:17 [FINER] [ForgeModLoader] Sending event FMLConstructionEvent to mod DCore
2013-01-15 17:27:17 [INFO] [STDERR] java.lang.NoClassDefFoundError: bbb
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods(Class.java:1808)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:310)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:455)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-01-15 17:27:17 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-15 17:27:17 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
2013-01-15 17:27:17 [INFO] [STDERR] at ho.c(DedicatedServer.java:64)
2013-01-15 17:27:17 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-01-15 17:27:17 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-15 17:27:17 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: bbb
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-01-15 17:27:17 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-01-15 17:27:17 [INFO] [STDERR] ... 30 more
2013-01-15 17:27:17 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class bbb for invalid side SERVER
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
2013-01-15 17:27:17 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
2013-01-15 17:27:17 [INFO] [STDERR] ... 32 more
2013-01-15 17:27:17 [SEVERE] [Minecraft] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: bbb
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
at java.lang.Class.getDeclaredMethods(Class.java:1808)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:310)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:455)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: bbb
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 30 more
Caused by: java.lang.RuntimeException: Attempted to load class bbb for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
... 32 more
2013-01-15 17:27:17 [SEVERE] [Minecraft] This crash report has been saved to: /home/multicraft/server/servers/server14/./crash-reports/crash-2013-01-15_17.27.17-server.txt
2013-01-15 17:27:42 [INFO] [Minecraft] Saving...
2013-01-15 17:27:42 [INFO] [Minecraft] An unknown error occurred while attempting to perform this command
2013-01-15 17:27:42 [INFO] [STDERR] java.lang.NullPointerException
2013-01-15 17:27:42 [INFO] [STDERR] at hf.b(SourceFile:29)
2013-01-15 17:27:42 [INFO] [STDERR] at x.a(CommandHandler.java:82)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.al(DedicatedServer.java:309)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.a(DedicatedServer.java:236)
2013-01-15 17:27:42 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
2013-01-15 17:27:42 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-01-15 17:27:42 [INFO] [Minecraft] An unknown error occurred while attempting to perform this command
2013-01-15 17:27:42 [INFO] [STDERR] java.lang.NullPointerException
2013-01-15 17:27:42 [INFO] [STDERR] at hi.a(SourceFile:67)
2013-01-15 17:27:42 [INFO] [STDERR] at w.a(SourceFile:192)
2013-01-15 17:27:42 [INFO] [STDERR] at w.a(SourceFile:187)
2013-01-15 17:27:42 [INFO] [STDERR] at hk.b(SourceFile:18)
2013-01-15 17:27:42 [INFO] [STDERR] at x.a(CommandHandler.java:82)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.al(DedicatedServer.java:309)
2013-01-15 17:27:42 [INFO] [STDERR] at ho.a(DedicatedServer.java:236)
2013-01-15 17:27:42 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:540)
2013-01-15 17:27:42 [INFO] [STDERR] at fy.run(SourceFile:849) -
Hi, may I have permission to include your addon in a private server modpack for my server, distributed through the FTB client (feed-the-beast.com)?
Thanks for all of your work. -
Hi, as per your request on the website I'm letting you know that I am including your great mod in a private modpack for my server to be distributed via FTB.
Thanks for all your work.