Guess I'll keep trying. I haven't been able to access it for a couple days
Posts by Monoxide
-
-
http://jenkins.ic2.player.to/ has been offline for a few days. Has it been moved, or is it just temporarily down?
-
Good to know. Thanks!
-
I'm programmatically adding an extractor recipe like so:
The recipe shows up in the extractor's recipe list, but the extractor refuses to accept the bucket/cell/whatever of water.
I've traced through the code, and it seems to be because of the following code in InvSlotProcessable:
In MachineRecipeHelper, if the input item is a container item, it checks to see if the input item's stack size is equal to that of the recipe. With the input item's stack size being adjusted to 2147483647, this is, of course, always false.
Am I doing something wrong here, or is this a bug in IC2?
-
-
-
-
-
-
Also has anyone been successful in loading Galacticraft and GT in 1.7.10?
Yes. -
Would I be correct in saying that 5.03i was released for 1.7.2, but not 1.7.10?
-
Downgrading IC2 fixed the fluid error. Now I'm getting this:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.Time: 09/08/14 11:27 PM
Description: Initializing gamejava.lang.NullPointerException: Initializing game
at gregtech.common.GT_ThaumcraftCompat.addResearch(GT_ThaumcraftCompat.java:107)
at gregtech.loaders.postload.GT_MachineRecipeLoader.run(GT_MachineRecipeLoader.java:741)
at gregtech.GT_Mod.onPostLoad(GT_Mod.java:413)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------------- Head --
Stacktrace:
at gregtech.common.GT_ThaumcraftCompat.addResearch(GT_ThaumcraftCompat.java:107)
at gregtech.loaders.postload.GT_MachineRecipeLoader.run(GT_MachineRecipeLoader.java:741)
at gregtech.GT_Mod.onPostLoad(GT_Mod.java:413)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -
Are you on 1.6 by any chance? It's been greatly optimised in 1.7, I only have a load time of 1 minute where it used to be 5.
Nope, I'm using the latest version of GT. Imagine how long it would have taken on 1.6... -
I think you can decrease number of mods, which dont fit to each other....for example, all RF mods and so...then you will have better times, more stability and maybe also some balance in gameplay
I could, but I would rather keep the mods. There are a lot, but they're fairly well-balanced and all used. Is there any way to relax the unification rules at all? -
I've got 83 mods running and the unification process is a bastard (takes 10-15 minutes to load on powerful computers). Are there any config options I can disable to decrease the loading time a bit?
-
Are you sure the autooutput is toggled (the button that is a box with an arrow is pressed)?
It isn't that it's not outputting the smelted result to other machines. It isn't getting smelted at all. The progress bar reaches full, but nothing happens (other than starting to smelt the next thing.)
It was working perfectly before I updated to the latest version. Nothing at all has changed since then other than updating. I can guarantee it because I haven't been playing, or even had my server turned on.
Edit: okay, here's something... If I disable the autooutput button, it works. But there's nothing around it to auto-output to, and it's never been a problem before.
-
Anyone else's automatic e-furnace not outputting anything? Smelting works in vanilla/IC2 smelters, other GT machines are working fine. The auto e-furnace is just eating items but outputting nothing.
-
It's not possible because we use host names and default port
Report: Spawnx is saying tungsten dust can be used in a normal furnace.... I never touched the settings so what gives? Bug or?
It is possible. A host name isn't tied to a port, xxx.stonelegion.com:8080 is perfectly valid. All you'd have to do is forward port 8080 to port 25565. Also, HTTPS uses 443 by default, not 8080. -
I had some problems of machines disconnecting when there is a loop in the wire network (aka 2 equal routes for the same machine).
There's only a single, straight wire on my main machine line. I'm also having a thermal gen disconnecting from a batbox it's directly up against. It's just every GT machine disconnecting from the enet whenever they unload -
After a few updates, Gregtech machines are still routinely disconnecting from the enet when their chunks are unloaded, and vanilla IC2 machines are still fine