Okay. Hopefully the issue will solve itself.lol i tryed many times i even showed one of the modders a video and they cant exsplain it i guess ill just live with it for a while thanks anyways
Sent from my Barrel of Fun using Tapatalk
Okay. Hopefully the issue will solve itself.lol i tryed many times i even showed one of the modders a video and they cant exsplain it i guess ill just live with it for a while thanks anyways
I don't remember what they're called; it's been too long since I messed with ReactorCraft. They should be listed in the back of the ReC handbook somewhere, though.i dont seem to have radiation goggles...
I'm guessing you recently added mods?Hello, can someone help me?
I'm having this error when starting the server:
[16:30:05 INFO]: DRAGONAPI: Server Started.
[16:30:05 INFO]: DRAGONAPI: Total Crafting Recipes: 46879
[16:30:05 INFO]: DRAGONAPI: Dimensions Present: [-100, 60, -19, -42, -112, 7, 6, -1, 2, 1, 0]
[16:30:05 INFO]: DRAGONAPI: Mods Present: 185
[16:30:05 INFO]: DRAGONAPI: ASM Transformers Loaded: 53
[16:30:05 INFO]: DRAGONAPI: Commands Loaded: 139
[16:30:05 INFO]: CHROMATICRAFT: Reloading casting recipes.
[16:30:05 INFO]: CHROMATICRAFT: Finished reloading casting recipes.
[16:30:05 WARN]: [16:30:05][FINE][noppes.npcs.controllers.DialogController:32] Loading Dialogs
[16:30:05 WARN]: [16:30:05][FINE][noppes.npcs.controllers.DialogController:34] Done loading Dialogs
[16:30:05 INFO]: [4.0.0-beta-6] Loading world properties.
[16:30:22 WARN]: Exception in thread "Server console handler"
[16:30:22 WARN]: java.lang.NoClassDefFoundError: jline/console/ConsoleReader$3
[16:30:22 WARN]: at jline.console.ConsoleReader.readLine(ConsoleReader.java:1288)
[16:30:22 WARN]: at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:123)
[16:30:22 WARN]: Caused by: java.lang.ClassNotFoundException: jline.console.ConsoleReader$3
[16:30:22 WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:30:22 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
[16:30:22 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
[16:30:22 WARN]: ... 2 more
[16:30:22 WARN]: Caused by: java.lang.OutOfMemoryError: PermGen space
[16:30:22 WARN]: at java.lang.ClassLoader.defineClass1(Native Method)
[16:30:22 WARN]: at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
[16:30:22 WARN]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[16:30:22 WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[16:30:22 WARN]: ... 4 more
[16:30:45 WARN]: Exception in thread "Thread-32"
[16:30:45 WARN]: java.lang.OutOfMemoryError: PermGen space
[16:30:45 WARN]: Error occured during retriving version
java.lang.Throwable
at kcauldron.KLog.log(KLog.java:30) [KLog.class:1.7.10-1517.168]
at kcauldron.KLog.warning(KLog.java:41) [KLog.class:1.7.10-1517.168]
at kcauldron.updater.KVersionRetriever.uncaughtException(KVersionRetriever.java:114) [KVersionRetriever.class:1.7.10-1517.168]
at java.lang.Thread.dispatchUncaughtException(Thread.java:1986) [?:1.7.0_79]
Caused by: java.lang.OutOfMemoryError: PermGen space
[16:32:17 WARN]: Exception in thread "Query Listener #1"
[16:32:17 WARN]: java.lang.NoClassDefFoundError: net/minecraft/network/rcon/RConUtils
[16:32:17 WARN]: at net.minecraft.network.rcon.RConThreadQuery.func_72621_a(SourceFile:98)
[16:32:17 WARN]: at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:262)
[16:32:17 WARN]: at java.lang.Thread.run(Thread.java:745)
[16:32:17 WARN]: Caused by: java.lang.ClassNotFoundException: net.minecraft.network.rcon.RConUtils
[16:32:17 WARN]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:32:17 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
[16:32:17 WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
[16:32:17 WARN]: ... 3 more
[16:32:17 WARN]: Caused by: java.lang.OutOfMemoryError: PermGen space
[16:37:36 WARN]: Exception in thread "Spigot Metrics Thread"
[16:37:36 WARN]: java.lang.OutOfMemoryError: PermGen space
[16:39:08 ERROR]: Encountered an unexpected exception
java.lang.OutOfMemoryError: PermGen space
[16:39:12 INFO]: Stopping KCauldron World Saver thread...
[16:39:12 WARN]: Exception in thread "KCauldron World Save"
[16:39:12 WARN]: java.lang.OutOfMemoryError: PermGen space
[16:39:12 INFO]: Stopping server
[16:39:12 INFO]: [WorldBorder] Disabling WorldBorder v1.8.1
[16:39:24 INFO]: Applying holder lookups
[16:39:24 INFO]: Holder lookups applied
[16:39:29 WARN]: Exception in thread "Server thread"
[16:39:29 WARN]: java.lang.OutOfMemoryError: PermGen space
[16:47:20 WARN]: Exception in thread "Netty IO #0"
[16:47:20 WARN]: java.lang.OutOfMemoryError: PermGen space
I'm doing the command java -Xmx8192M -Xms8192M -jar KCauldron.jar nogui
Not sure what's going on since this always worked...
Thank you in advance
val CircuitPlate = <ProjRed|Core:projectred.core.part>;
val StoneSlab = <minecraft:stone_slab>;
val ThutDust = <thutcore:dustsItem>;
furnace.remove(CircuitPlate);
mods.thermalexpansion.Furnace.removeRecipe(CircuitPlate);
furnace.addRecipe(CircuitPlate, StoneSlab);
It is definitely a permgen problem.I don't need PermGen... I used that command before with the exact same mods (I didn't add any) and worked.
Now it's just being random -.-"
I couldn't find the solution on google.It is definitely a permgen problem.
Sent from my Barrel of Fun using Tapatalk
I have no idea. It should be a command line argumentI couldn't find the solution on google.
Can you explain how to do it for a dedicated linux server?
Thank you.
Gregtech has a problem with MFR having the recipe for Rubber bars. DON'T REPORT THAT ON THE IC2 FORUMS OR YOU'LL GET BANNED!(that's something in the message)Hello again. Just saw this weird text in my console:
[20:20:47 ERROR]: GT-ERR-01: @ item.mfr.rubber.bar Rubber Bar
[20:20:47 ERROR]: A Recipe used an OreDict Item as Output directly, without copying it before!!! This is a typical CallByReference/CallByValue Error
[20:20:47 ERROR]: Said Item will be renamed to make the invalid Recipe visible, so that you can report it properly.
[20:20:47 ERROR]: Please check all Recipes outputting this Item, and report the Recipes to their Owner.
[20:20:47 ERROR]: The Owner of the ==>RECIPE<==, NOT the Owner of the Item, which has been mentioned above!!!
[20:20:47 ERROR]: And ONLY Recipes which are ==>OUTPUTTING<== the Item, sorry but I don't want failed Bug Reports.
[20:20:47 ERROR]: GregTech just reports this Error to you, so you can report it to the Mod causing the Problem.
[20:20:47 ERROR]: Even though I make that Bug visible, I can not and will not fix that for you, that's for the causing Mod to fix.
[20:20:47 ERROR]: And speaking of failed Reports:
[20:20:47 ERROR]: Both IC2 and GregTech CANNOT be the CAUSE of this Problem, so don't report it to either of them.
[20:20:47 ERROR]: I REPEAT, BOTH, IC2 and GregTech CANNOT be the source of THIS BUG. NO MATTER WHAT.
[20:20:47 ERROR]: Asking in the IC2 Forums, which Mod is causing that, won't help anyone, since it is not possible to determine, which Mod it is.
[20:20:47 ERROR]: If it would be possible, then I would have had added the Mod which is causing it to the Message already. But it is not possible.
[20:20:47 ERROR]: Sorry, but this Error is serious enough to justify this Wall-O-Text and the partially allcapsed Language.
[20:20:47 ERROR]: Also it is a Ban Reason on the IC2-Forums to seriously post this Text. We all know about its existence.
Can someone explain what mod is causing this and what is it about?
Thank you!
I saw that. Is there even a way to fix it?Gregtech has a problem with MFR having the recipe for Rubber bars. DON'T REPORT THAT ON THE IC2 FORUMS OR YOU'LL GET BANNED!(that's something in the message)
Gregtech has a problem with MFR having the recipe for Rubber bars. DON'T REPORT THAT ON THE IC2 FORUMS OR YOU'LL GET BANNED!(that's something in the message)
That's something I don't know. Maybe take a look in the configs? I'll google it thou.I saw that. Is there even a way to fix it?
I saw that. Is there even a way to fix it?
That's something I don't know. Maybe take a look in the configs? I'll google it thou.
Anyway what pack is that? O believe MFR oredicts something made of leather in greggy-greg-something when GregTech is installed.