[Addon v2.0.288+] Advanced Reactors is shutting down


  • Hey, did you ever manage to get Talonius to add planner support for your mod?


    No I did not. I contacted him, but got no reply, either he is inactive or he is did not receive the notification. I have considered building a new one from scratch (probably not that difficult), but with news that Reactors may be changing a lot in the near future, now is not a good time to start that.

  • Hello,

    I'm receiving the following crash when AFTER I added GT to my pack. I'm posting here because the crashlog mentions Advanced Reactors. I am using AR version 1.02, IC2 experimental build 239, and Gregtech 4.04i

    Spoiler has part of the error log. Check the pastebin link for the full log.

    pastbin: http://pastebin.com/UhJQSThG

    Display Spoiler


    ---- Minecraft Crash Report ----
    // You should try our sister game, Minceraft!

    Time: 10/3/13 10:15 AM
    Description: Initializing game

    java.lang.NullPointerException
    at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:27)
    at phero.mods.advancedreactors.util.ModItems.initRecipes(ModItems.java:169)
    at phero.mods.advancedreactors.AdvancedReactors.init(AdvancedReactors.java:126)
    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:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at ic2.core.BasicMachineRecipeManager.addRecipe(BasicMachineRecipeManager.java:27)
    at phero.mods.advancedreactors.util.ModItems.initRecipes(ModItems.java:169)
    at phero.mods.advancedreactors.AdvancedReactors.init(AdvancedReactors.java:126)
    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:540)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.7.0_21, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1275727448 bytes (1216 MB) / 2609250304 bytes (2488 MB) up to 3817799680 bytes (3640 MB)
    JVM Flags: 3 total; -Xms256M -Xmx4096M -XX:MaxPermSize=256M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 143 mods loaded, 143 mods active

  • I'm receiving the following crash when AFTER I added GT to my pack. I'm posting here because the crashlog mentions Advanced Reactors. I am using AR version 1.02, IC2 experimental build 239, and Gregtech 4.04i


    Indeed you were right, there was a problem with the lead plates (I still support my old obsolete lead plates just in case), the conflicting recipe has been removed and it loaded fine for me so you should be ok. Updated the downloads on the first page, 1.0.3 addresses the problem.


  • Indeed you were right, there was a problem with the lead plates (I still support my old obsolete lead plates just in case), the conflicting recipe has been removed and it loaded fine for me so you should be ok. Updated the downloads on the first page, 1.0.3 addresses the problem.

    Awesome. I'll download the update and let you know.

  • FYI this mod broke the production chain to the RTG (ic2 experimental). since the RTG requires a "ic2" reactor chamber and this mod disables the crafting of them, i suggest adding your "hightemp" reactor chamber in its place for the rtg recipe

  • FYI this mod broke the production chain to the RTG (ic2 experimental). since the RTG requires a "ic2" reactor chamber and this mod disables the crafting of them, i suggest adding your "hightemp" reactor chamber in its place for the rtg recipe


    1.0.4 updates the recipe for the RTGenerator if you disable classic reactors. It uses the basic reactor chamber now.

  • Getting this if the Ender Reactor gets Overheated no sure but look at my crash report.

    Display Spoiler

    ---- Minecraft Crash Report ----
    // Shall we play a game?

    Time: 08.10.13 16:32
    Description: Ticking tile entity

    java.lang.NoSuchMethodError: ic2.api.reactor.IReactor.addOutput(I)I
    at gregtechmod.api.items.GT_RadioactiveCellIC_Item.acceptUraniumPulse(GT_RadioactiveCellIC_Item.java:18)
    at ic2.core.item.reactor.ItemReactorUranium.checkPulseable(ItemReactorUranium.java:120)
    at ic2.core.item.reactor.ItemReactorUranium.processChamber(ItemReactorUranium.java:64)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactor.processChambers(TileEntityNuclearReactor.java:337)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactor.func_70316_g(TileEntityNuclearReactor.java:312)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactorElectric.func_70316_g(TileEntityNuclearReactorElectric.java:49)
    at net.minecraft.world.World.func_72939_s(World.java:2209)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at gregtechmod.api.items.GT_RadioactiveCellIC_Item.acceptUraniumPulse(GT_RadioactiveCellIC_Item.java:18)
    at ic2.core.item.reactor.ItemReactorUranium.checkPulseable(ItemReactorUranium.java:120)
    at ic2.core.item.reactor.ItemReactorUranium.processChamber(ItemReactorUranium.java:64)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactor.processChambers(TileEntityNuclearReactor.java:337)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactor.func_70316_g(TileEntityNuclearReactor.java:312)
    at phero.mods.advancedreactors.tileentity.TileEntityNuclearReactorElectric.func_70316_g(TileEntityNuclearReactorElectric.java:49)

    -- Tile entity being ticked --
    Details:
    Name: TileNuclearReactor // phero.mods.advancedreactors.tileentity.TileEntityNuclearReactorElectric
    Block type: ID #951 (tile.blockReactor // phero.mods.advancedreactors.blocks.BlockReactor)
    Block data value: 2 / 0x2 / 0b0010
    Block location: World: (20,82,264), Chunk: (at 4,5,8 in 1,16; contains blocks 16,0,256 to 31,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Actual block type: ID #951 (tile.blockReactor // phero.mods.advancedreactors.blocks.BlockReactor)
    Actual block data value: 2 / 0x2 / 0b0010
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:2209)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)

    -- Affected level --
    Details:
    Level name: Cubetown
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 639 Drop: 0
    Level seed: -5474704118668908283
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (56,64,305), Chunk: (at 8,4,1 in 3,19; contains blocks 48,0,304 to 63,255,319), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 1418648 game time, 6010048 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 56265 (now: false), thunder time: 37586 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

  • If it is an api compatibility problem and *should not* be happening, then you might want to delete the ic2 folder from the AdvancedReactors.jar. From what I'm guessing from what Greg said it won't fix the entire problem but it may prevent a crash (the latest jar was built with api v239).

  • I'd like to propose a little recipe change:
    Gregtech changes (changed? if so, this is unneccesary.) the recipe of the other multilayer ingot (mixed metal ingot i think) to each one plate of the layer -> 1 M.M.ingot
    you might want to consider to do this with your infernal ingot too.
    - Shadow

    Iff yu find misstaks, you may keep them! (Or tell me if neccessary...)

    Edited once, last by Shadowlife (November 25, 2013 at 3:32 PM).

  • Getting this crash using the latest (1.05) version of this mod when adding any kind of vent or cooling item into the reactors. Basically I can only cool my reactor with time or ender chambers right now.

    http://pastebin.com/PMLdC6Jm

    Minecraft Version 1.6.4
    IC2 exp build 299
    Forge version 9.11.1.933
    Lots of other mods, all of them are listed in the pastebin.

  • Wow, this mod is absolutely amazing looking.

    I was wondering why nobody had done an "extra reactors" mod in the style of "extra bees" and then someone pointed me to this.

    Have there been any major changes since alpha 8 that are important? I play 1.5.2 and am debating using the alpha 8 build in my world.

  • I was wondering why nobody had done an "extra reactors" mod in the style of "extra bees" and then someone pointed me to this.

    What we need to get way cooler than Extra Bees and Trees ... NUCLEAR TRANSMUTATION :D
    It's not really the case atm though, it's just some more components.


    Soon with Molten Salt Reactors, right ? :D
    NERF THA FUSION REACTOR!