McJtyMods / RFTools

A set of blocks and items to help with RF in general. Currently contains a Dimension Builder, Teleportation System, Shield System, RF monitor, an RF network debug tool and an automatic crafter
MIT License
227 stars 88 forks source link

Powercell 0/0 Energy upon game load #1782

Closed jubilante closed 6 years ago

jubilante commented 6 years ago

Issue description:

Recently when logging into my single player world, the powercells all have energy 0/0. I can fix this by taking out the cell link card and replacing it (it will fix all cells on the same link ID, but I have to do this for each link ID I have).

Also, I play LAN with my husband, and my game will crash when I take out the link card from his powercells while I'm trying to fix this. The crash log says it's due to FTB player block permissions, so it might not be this mod, however I figured I'd mention that.

Steps to reproduce:

Unfortunately I don't know how or why it started. I have several linked networks, the largest one is around 50-100m RF (about 30 or so mixed powercell and advanced powercells). I don't think I updated or did anything different recently. Sorry that's not much help...

FWIW, I did mention I play single player LAN, so perhaps the issue is related to block permissions, as when I login it's not open to LAN yet... best guess really , even though this hasn't happened before.

Versions: This is using the latest Direwolf20 modpack for 1.12.

---- Minecraft Crash Report ----

WARNING: coremods are present: CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar) AstralCore (astralsorcery-1.12.2-1.8.10.jar) FMLPlugin (elulib-0.1.12.jar) IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar) ForgelinPlugin (Forgelin-1.6.0.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 6/10/18 11:44 AM Description: Ticking block entity

java.lang.ArrayIndexOutOfBoundsException: 0 at net.minecraft.server.management.PlayerList.func_152596_g(PlayerList.java:901) at com.feed_the_beast.ftblib.lib.util.ServerUtils.isOP(ServerUtils.java:203) at com.feed_the_beast.ftbutilities.ranks.Ranks.getRank(Ranks.java:98) at com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler.hasPermission(FTBUtilitiesPermissionHandler.java:62) at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:84) at com.feed_the_beast.ftbutilities.FTBUtilitiesPermissions.canModifyBlock(FTBUtilitiesPermissions.java:174) at com.feed_the_beast.ftbutilities.data.ClaimedChunks.canPlayerInteract(ClaimedChunks.java:227) at com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesPlayerEventHandler.onBlockBreak(FTBUtilitiesPlayerEventHandler.java:147) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_217_FTBUtilitiesPlayerEventHandler_onBlockBreak_BreakEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at de.ellpeck.actuallyadditions.mod.util.WorldUtil.fireFakeHarvestEventsForDropChance(WorldUtil.java:368) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker.doWork(TileEntityBreaker.java:87) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker.updateEntity(TileEntityBreaker.java:64) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBase.func_73660_a(TileEntityBase.java:222) at net.minecraft.world.World.func_72939_s(World.java:1832) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745)

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

-- Head -- Thread: Server thread Stacktrace: at net.minecraft.server.management.PlayerList.func_152596_g(PlayerList.java:901) at com.feed_the_beast.ftblib.lib.util.ServerUtils.isOP(ServerUtils.java:203) at com.feed_the_beast.ftbutilities.ranks.Ranks.getRank(Ranks.java:98) at com.feed_the_beast.ftbutilities.ranks.FTBUtilitiesPermissionHandler.hasPermission(FTBUtilitiesPermissionHandler.java:62) at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:84) at com.feed_the_beast.ftbutilities.FTBUtilitiesPermissions.canModifyBlock(FTBUtilitiesPermissions.java:174) at com.feed_the_beast.ftbutilities.data.ClaimedChunks.canPlayerInteract(ClaimedChunks.java:227) at com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesPlayerEventHandler.onBlockBreak(FTBUtilitiesPlayerEventHandler.java:147) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_217_FTBUtilitiesPlayerEventHandler_onBlockBreak_BreakEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at de.ellpeck.actuallyadditions.mod.util.WorldUtil.fireFakeHarvestEventsForDropChance(WorldUtil.java:368) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker.doWork(TileEntityBreaker.java:87) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker.updateEntity(TileEntityBreaker.java:64) at de.ellpeck.actuallyadditions.mod.tile.TileEntityBase.func_73660_a(TileEntityBase.java:222)

-- Block entity being ticked -- Details: Name: actuallyadditions:breaker // de.ellpeck.actuallyadditions.mod.tile.TileEntityBreaker Block type: ID #2350 (tile.actuallyadditions.block_breaker // de.ellpeck.actuallyadditions.mod.blocks.BlockBreaker) Block data value: 0 / 0x0 / 0b0000 Block location: World: (240,73,201), Chunk: (at 0,4,9 in 15,12; contains blocks 240,0,192 to 255,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Actual block type: ID #2350 (tile.actuallyadditions.block_breaker // de.ellpeck.actuallyadditions.mod.blocks.BlockBreaker) Actual block data value: 0 / 0x0 / 0b0000 Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1832) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level -- Details: Level name: StartingOver All players: 1 total; [EntityPlayerMP['jubilante'/230286, l='StartingOver', x=277.70, y=56.00, z=182.38]] Chunk stats: ServerChunkCache: 703 Drop: 0 Level seed: -1101059240 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (-84,64,256), Chunk: (at 12,4,0 in -6,16; contains blocks -96,0,256 to -81,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 24009445 game time, 294865 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 66792 (now: false), thunder time: 74144 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true Stacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) at java.lang.Thread.run(Thread.java:745)

-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2342624248 bytes (2234 MB) / 4758437888 bytes (4538 MB) up to 6203899904 bytes (5916 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6656m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.3.2691 153 mods loaded, 153 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State          | ID                        | Version           | Source                                            | Signature                                |
|:-------------- |:------------------------- |:----------------- |:------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAAAAAAA | minecraft                 | 1.12.2            | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | mcp                       | 9.42              | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | FML                       | 8.0.99.99         | forge-1.12.2-14.23.3.2691.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | forge                     | 14.23.3.2691      | forge-1.12.2-14.23.3.2691.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAAAAAAA | foamfixcore               | 7.7.4             | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | opencomputers|core        | 1.7.2.67          | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | elucore                   | 1.0               | minecraft.jar                                     | None                                     |
| UCHIJAAAAAAAAA | fastbench                 | 1.3.2             | FastWorkbench-1.12.2-1.3.2.jar                    | None                                     |
| UCHIJAAAAAAAAA | actuallyadditions         | 1.12.2-r135       | ActuallyAdditions-1.12.2-r135.jar                 | None                                     |
| UCHIJAAAAAAAAA | akashictome               | 1.2-10            | AkashicTome-1.2-10.jar                            | None                                     |
| UCHIJAAAAAAAAA | crafttweaker              | 4.1.8             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | mtlib                     | 3.0.4             | MTLib-3.0.4.jar                                   | None                                     |
| UCHIJAAAAAAAAA | modtweaker                | 4.0.12            | modtweaker-4.0.12.jar                             | None                                     |
| UCHIJAAAAAAAAA | jei                       | 4.9.1.179         | jei_1.12.2-4.9.1.179.jar                          | None                                     |
| UCHIJAAAAAAAAA | appleskin                 | 1.0.9             | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
| UCHIJAAAAAAAAA | appliedenergistics2       | rv5-stable-11     | appliedenergistics2-rv5-stable-11.jar             | None                                     |
| UCHIJAAAAAAAAA | aroma1997core             | 2.0.0.0.b150      | Aroma1997Core-1.12.2-2.0.0.0.b150.jar             | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAAAAAAA | aroma1997sdimension       | 1.3.0.0.b37       | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
| UCHIJAAAAAAAAA | baubles                   | 1.5.2             | Baubles-1.12-1.5.2.jar                            | None                                     |
| UCHIJAAAAAAAAA | astralsorcery             | 1.8.10            | astralsorcery-1.12.2-1.8.10.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAAAAAAA | morphtool                 | 1.2-16            | Morph-o-Tool-1.2-16.jar                           | None                                     |
| UCHIJAAAAAAAAA | psi                       | r1.1-59           | Psi-r1.1-59.jar                                   | None                                     |
| UCHIJAAAAAAAAA | autoreglib                | 1.3-17            | AutoRegLib-1.3-17.jar                             | None                                     |
| UCHIJAAAAAAAAA | badwithernocookiereloaded | 1.12.2-2.12       | badwithernocookiereloaded-1.12.2-2.12.jar         | None                                     |
| UCHIJAAAAAAAAA | bdlib                     | 1.14.3.12         | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
| UCHIJAAAAAAAAA | betteradvancements        | 0.0.5.17          | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
| UCHIJAAAAAAAAA | betterbuilderswands       | 0.11.1            | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
| UCHIJAAAAAAAAA | ic2                       | 2.8.73-ex112      | industrialcraft-2-2.8.73-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAAAAAAA | forestry                  | 5.8.0.290         | forestry_1.12.2-5.8.0.290.jar                     | None                                     |
| UCHIJAAAAAAAAA | binniecore                | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | binniedesign              | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | genetics                  | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | botany                    | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | extrabees                 | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | extratrees                | 2.5.0.165         | binnie-mods-1.12.2-2.5.0.165.jar                  | None                                     |
| UCHIJAAAAAAAAA | biomesoplenty             | 7.0.1.2389        | BiomesOPlenty-1.12.2-7.0.1.2389-universal.jar     | None                                     |
| UCHIJAAAAAAAAA | blockcraftery             | 0.1.3             | blockcraftery-0.1.3.jar                           | None                                     |
| UCHIJAAAAAAAAA | bookshelf                 | 2.3.544           | Bookshelf-1.12.2-2.3.544.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | botania                   | r1.10-354         | Botania r1.10-354.jar                             | None                                     |
| UCHIJAAAAAAAAA | codechickenlib            | 3.1.8.341         | CodeChickenLib-1.12.2-3.1.8.341-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | redstoneflux              | 2.0.1             | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAAAAAAA | brandonscore              | 2.4.2             | BrandonsCore-1.12-2.4.2.157-universal.jar         | None                                     |
| UCHIJAAAAAAAAA | chameleon                 | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                          | None                                     |
| UCHIJAAAAAAAAA | chickenchunks             | 2.4.1.71          | ChickenChunks-1.12.2-2.4.1.71-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | ctm                       | MC1.12-0.2.3.12   | CTM-MC1.12-0.2.3.12.jar                           | None                                     |
| UCHIJAAAAAAAAA | chisel                    | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar                      | None                                     |
| UCHIJAAAAAAAAA | chiselsandbits            | 14.16             | chiselsandbits-14.16.jar                          | None                                     |
| UCHIJAAAAAAAAA | cofhcore                  | 4.4.1             | CoFHCore-1.12.2-4.4.1.12-universal.jar            | None                                     |
| UCHIJAAAAAAAAA | cofhworld                 | 1.1.1             | CoFHWorld-1.12.2-1.1.1.12-universal.jar           | None                                     |
| UCHIJAAAAAAAAA | cyclopscore               | 0.11.5            | CyclopsCore-1.12.2-0.11.5.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | commoncapabilities        | 1.4.0             | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
| UCHIJAAAAAAAAA | mcmultipart               | 2.5.1             | MCMultiPart-2.5.1.jar                             | None                                     |
| UCHIJAAAAAAAAA | storagedrawers            | 1.12-5.3.5        | StorageDrawers-1.12.2-5.3.6.jar                   | None                                     |
| UCHIJAAAAAAAAA | refinedstorage            | 1.5.33            | refinedstorage-1.5.33.jar                         | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCHIJAAAAAAAAA | compactmachines3          | 3.0.11            | compactmachines3-1.12.2-3.0.11-b207.jar           | None                                     |
| UCHIJAAAAAAAAA | compactsolars             | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar     | None                                     |
| UCHIJAAAAAAAAA | controlling               | 3.0.6             | Controlling-3.0.6.jar                             | None                                     |
| UCHIJAAAAAAAAA | cookingforblockheads      | 6.3.26            | CookingForBlockheads_1.12.2-6.3.26.jar            | None                                     |
| UCHIJAAAAAAAAA | ctgui                     | 1.0.0             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | crafttweakerjei           | 2.0.2             | CraftTweaker2-1.12-4.1.8.jar                      | None                                     |
| UCHIJAAAAAAAAA | custommainmenu            | 2.0.8             | CustomMainMenu-MC1.12.2-2.0.8.jar                 | None                                     |
| UCHIJAAAAAAAAA | mantle                    | 1.12-1.3.2.24     | Mantle-1.12-1.3.2.24.jar                          | None                                     |
| UCHIJAAAAAAAAA | tconstruct                | 1.12.2-2.9.1.65   | TConstruct-1.12.2-2.9.1.65.jar                    | None                                     |
| UCHIJAAAAAAAAA | tesla                     | 1.0.63            | Tesla-1.12.2-1.0.63.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | p455w0rdslib              | 2.0.29            | p455w0rdslib-1.12-2.0.29.jar                      | None                                     |
| UCHIJAAAAAAAAA | stg                       | 1.12.2-1.2.3      | stg-1.12.2-1.2.3.jar                              | None                                     |
| UCHIJAAAAAAAAA | theoneprobe               | 1.4.22            | theoneprobe-1.12-1.4.22.jar                       | None                                     |
| UCHIJAAAAAAAAA | danknull                  | 1.4.33            | DankNull-1.12-1.4.33.jar                          | None                                     |
| UCHIJAAAAAAAAA | darkutils                 | 1.8.207           | DarkUtils-1.12.2-1.8.207.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | eleccore                  | 1.8.434           | ElecCore-1.12.2-1.8.434.jar                       | None                                     |
| UCHIJAAAAAAAAA | mcjtylib_ng               | 2.6.7             | mcjtylib-1.12-2.6.7.jar                           | None                                     |
| UCHIJAAAAAAAAA | opencomputers             | 1.7.2.67          | OpenComputers-MC1.12.2-1.7.2.67.jar               | None                                     |
| UCHIJAAAAAAAAA | deepresonance             | 1.6.0             | deepresonance-1.12-1.6.0.jar                      | None                                     |
| UCHIJAAAAAAAAA | journeymap                | 1.12.2-5.5.2      | journeymap-1.12.2-5.5.2.jar                       | None                                     |
| UCHIJAAAAAAAAA | defaultoptions            | 9.2.7             | DefaultOptions_1.12.2-9.2.7.jar                   | None                                     |
| UCHIJAAAAAAAAA | diethopper                | 1.1               | diethopper-1.1.jar                                | None                                     |
| UCHIJAAAAAAAAA | thermalfoundation         | 2.4.1             | ThermalFoundation-1.12.2-2.4.1.15-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | draconicevolution         | 2.3.11            | Draconic-Evolution-1.12-2.3.11.290-universal.jar  | None                                     |
| UCHIJAAAAAAAAA | elevatorid                | 1.3.6             | ElevatorMod-1.12.2-1.3.6.jar                      | None                                     |
| UCHIJAAAAAAAAA | enderstorage              | 2.4.2.126         | EnderStorage-1.12.2-2.4.2.126-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAAAAAAA | valkyrielib               | 1.12.2-2.0.10b    | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCHIJAAAAAAAAA | environmentaltech         | 1.12.2-2.0.10a    | environmentaltech-1.12.2-2.0.10a.jar              | None                                     |
| UCHIJAAAAAAAAA | thermalexpansion          | 5.4.2             | ThermalExpansion-1.12.2-5.4.2.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | immersiveengineering      | 0.12-82           | ImmersiveEngineering-0.12-82.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAAAAAAA | exchangers                | 1.12.2-2.7.2      | Exchangers-1.12.2-2.7.2.jar                       | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UCHIJAAAAAAAAA | extrautils2               | 1.0               | extrautils2-1.12-1.7.6.jar                        | None                                     |
| UCHIJAAAAAAAAA | zerocore                  | 1.12-0.1.2.1      | zerocore-1.12-0.1.2.1.jar                         | None                                     |
| UCHIJAAAAAAAAA | bigreactors               | 1.12.2-0.4.5.48   | ExtremeReactors-1.12.2-0.4.5.48.jar               | None                                     |
| UCHIJAAAAAAAAA | flatcoloredblocks         | mc1.12-6.6        | flatcoloredblocks-mc1.12-6.6.jar                  | None                                     |
| UCHIJAAAAAAAAA | foamfix                   | 0.9.9.1-1.12.2    | foamfix-0.9.9.1-1.12.2-anarchy.jar                | None                                     |
| UCHIJAAAAAAAAA | forgelin                  | 1.6.0             | Forgelin-1.6.0.jar                                | None                                     |
| UCHIJAAAAAAAAA | ichunutil                 | 7.1.4             | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
| UCHIJAAAAAAAAA | ftblib                    | 5.0.2.14          | FTBLib-5.0.2.14.jar                               | None                                     |
| UCHIJAAAAAAAAA | ftbutilities              | 5.0.2.14          | FTBUtilities-5.0.2.14.jar                         | None                                     |
| UCHIJAAAAAAAAA | funkylocomotion           | 1.0               | funky-locomotion-1.12.2-1.1.1.jar                 | None                                     |
| UCHIJAAAAAAAAA | gendustry                 | 1.6.5.8           | gendustry-1.6.5.8-mc1.12.2.jar                    | None                                     |
| UCHIJAAAAAAAAA | advgenerators             | 0.9.20.12         | generators-0.9.20.12-mc1.12.2.jar                 | None                                     |
| UCHIJAAAAAAAAA | gravestone                | 1.10.1            | gravestone-1.10.1.jar                             | None                                     |
| UCHIJAAAAAAAAA | teslacorelib              | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAAAAAAA | industrialforegoing       | 1.12.2-1.12.2     | industrialforegoing-1.12.2-1.9.0-163.jar          | None                                     |
| UCHIJAAAAAAAAA | integrateddynamics        | 0.11.11           | IntegratedDynamics-1.12.2-0.11.11.jar             | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | integrateddynamicscompat  | 1.0.0             | IntegratedDynamics-1.12.2-0.11.11.jar             | None                                     |
| UCHIJAAAAAAAAA | integratedtunnels         | 1.5.5             | IntegratedTunnels-1.12.2-1.5.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UCHIJAAAAAAAAA | integratedtunnelscompat   | 1.0.0             | IntegratedTunnels-1.12.2-1.5.5.jar                | None                                     |
| UCHIJAAAAAAAAA | inventorysorter           | 1.13.3+57         | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
| UCHIJAAAAAAAAA | ironbackpacks             | 1.12.2-3.0.7-10   | IronBackpacks-1.12.2-3.0.7-10.jar                 | None                                     |
| UCHIJAAAAAAAAA | ironchest                 | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar                   | None                                     |
| UCHIJAAAAAAAAA | jeibees                   | 0.9.0.5           | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
| UCHIJAAAAAAAAA | jeiintegration            | 1.5.1.36          | jeiintegration_1.12.2-1.5.1.36.jar                | None                                     |
| UCHIJAAAAAAAAA | jeresources               | 0.8.6.28          | JustEnoughResources-1.12.2-0.8.6.28.jar           | None                                     |
| UCHIJAAAAAAAAA | llor                      | 1.1.4-mc1.12      | LLOverlayReloaded-1.1.4-mc1.12.jar                | None                                     |
| UCHIJAAAAAAAAA | lostcities                | 2.0.7             | lostcities-1.12-2.0.7.jar                         | None                                     |
| UCHIJAAAAAAAAA | magicbees                 | 1.0               | MagicBees-1.12.2-3.1.9.jar                        | None                                     |
| UCHIJAAAAAAAAA | meecreeps                 | 1.1.0             | meecreeps-1.12-1.1.0.jar                          | None                                     |
| UCHIJAAAAAAAAA | mercurius                 | 1.0.6             | Mercurius-1.12.2.jar                              | None                                     |
| UCHIJAAAAAAAAA | minetogether              | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCHIJAAAAAAAAA | minetogetherserver        | unspecified       | minetogether-1.10.2-1.8.7.jar                     | None                                     |
| UCHIJAAAAAAAAA | mob_grinding_utils        | 0.3.6             | MobGrindingUtils-0.3.6.jar                        | None                                     |
| UCHIJAAAAAAAAA | modnametooltip            | 1.10.0            | modnametooltip_1.12.2-1.10.0.jar                  | None                                     |
| UCHIJAAAAAAAAA | morph                     | 7.1.2             | Morph-1.12.2-7.1.2.jar                            | None                                     |
| UCHIJAAAAAAAAA | morpheus                  | 1.12-3.3.2        | Morpheus-1.12-3.3.2.jar                           | None                                     |
| UCHIJAAAAAAAAA | mousetweaks               | 2.8               | MouseTweaks-2.8-mc1.12.1.jar                      | None                                     |
| UCHIJAAAAAAAAA | netherportalfix           | 5.3.13            | NetherPortalFix_1.12.1-5.3.13.jar                 | None                                     |
| UCHIJAAAAAAAAA | notenoughwands            | 1.6.1             | notenoughwands-1.12-1.6.1.jar                     | None                                     |
| UCHIJAAAAAAAAA | harvestcraft              | 1.12.2u           | Pam's HarvestCraft 1.12.2u.jar                    | None                                     |
| UCHIJAAAAAAAAA | placebo                   | 1.3.4             | Placebo-1.12.2-1.3.4.jar                          | None                                     |
| UCHIJAAAAAAAAA | portalgun                 | 7.0.2             | PortalGun-1.12.2-7.0.2.jar                        | None                                     |
| UCHIJAAAAAAAAA | quickleafdecay            | 1.2.4             | QuickLeafDecay-MC1.12.1-1.2.4.jar                 | None                                     |
| UCHIJAAAAAAAAA | rangedpumps               | 0.5               | rangedpumps-0.5.jar                               | None                                     |
| UCHIJAAAAAAAAA | reborncore                | 3.8.1.271         | RebornCore-1.12.2-3.8.1.271-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAAAAAAA | rebornstorage             | 1.0.0             | RebornStorage-1.12.2-3.0.6.43.jar                 | None                                     |
| UCHIJAAAAAAAAA | redstonearsenal           | 2.4.2             | RedstoneArsenal-1.12.2-2.4.2.9-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | refinedstorageaddons      | 0.3               | refinedstorageaddons-0.3.jar                      | None                                     |
| UCHIJAAAAAAAAA | resourceloader            | 1.5.3             | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAAAAAAA | rftools                   | 7.33              | rftools-1.12-7.33.jar                             | None                                     |
| UCHIJAAAAAAAAA | rftoolscontrol            | 1.8.1             | rftoolsctrl-1.12-1.8.1.jar                        | None                                     |
| UCHIJAAAAAAAAA | rftoolsdim                | 5.53              | rftoolsdim-1.12-5.53.jar                          | None                                     |
| UCHIJAAAAAAAAA | simplyjetpacks            | 2.2.4.34          | SimplyJetpacks2-1.12.2-2.2.4.34.jar               | None                                     |
| UCHIJAAAAAAAAA | storagedrawersextra       | @VERSION@         | StorageDrawersExtras-1.12-3.1.0.jar               | None                                     |
| UCHIJAAAAAAAAA | thermalcultivation        | 0.2.0             | ThermalCultivation-1.12.2-0.2.0.6-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | thermaldynamics           | 2.4.1             | ThermalDynamics-1.12.2-2.4.1.10-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAAAAAAA | tipthescales              | 1.0.1             | TipTheScales-1.12.2-1.0.1.jar                     | None                                     |
| UCHIJAAAAAAAAA | toastcontrol              | 1.6.0             | Toast Control-1.12.2-1.6.0.jar                    | None                                     |
| UCHIJAAAAAAAAA | topaddons                 | 1.12.2-1.6.0      | topaddons-1.12.2-1.6.0.jar                        | None                                     |
| UCHIJAAAAAAAAA | twilightforest            | 3.7.424           | twilightforest-1.12.2-3.7.424-universal.jar       | None                                     |
| UCHIJAAAAAAAAA | universalmodifiers        | 1.12.2-1.0.9a     | valkyrielib-1.12.2-2.0.10b.jar                    | None                                     |
| UCHIJAAAAAAAAA | wanionlib                 | 1.12.2-1.5        | WanionLib-1.12.2-1.5.jar                          | None                                     |
| UCHIJAAAAAAAAA | wct                       | 3.9.64            | WirelessCraftingTerminal-1.12.2-3.9.64.jar        | None                                     |
| UCHIJAAAAAAAAA | xnet                      | 1.6.9             | xnet-1.12-1.6.9.jar                               | None                                     |
| UCHIJAAAAAAAAA | reauth                    | 3.6.0             | reauth-3.6.0.jar                                  | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJAAAAAAAAA | elulib                    | 0.1.12            | elulib-0.1.12.jar                                 | None                                     |
| UCHIJAAAAAAAAA | teslacorelib_registries   | 1.0.14            | tesla-core-lib-1.12.2-1.0.14.jar                  | None                                     |
| UCHIJAAAAAAAAA | unidict                   | 1.12.2-2.5b       | UniDict-1.12.2-2.5b.jar                           | None                                     |

Loaded coremods (and transformers): 

CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) team.chisel.ctm.client.asm.CTMTransformer CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)

AstralCore (astralsorcery-1.12.2-1.8.10.jar)

FMLPlugin (elulib-0.1.12.jar) elucent.elulib.asm.ASMTransformer IELoadingPlugin (ImmersiveEngineering-0.12-77-core.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer ForgelinPlugin (Forgelin-1.6.0.jar)

IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.9.1-1.12.2-anarchy.jar) pl.asie.foamfix.coremod.FoamFixTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer GL info: ERROR RuntimeException: No OpenGL context found in the current thread. AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554 Pulsar/tconstruct loaded Pulses:

McJty commented 6 years ago

This could be a combination bug with FTB Utilities and RFTools. Updating FTB Utilities might fix it. Updating both FTB Utilities and RFTools too. Can you try any of these?

jubilante commented 6 years ago

Hi, thank you for the prompt response, sorry I've been slow!

It does appear to work now! I updated Forge to 14.23.4.2705, FTBUtilities to 5.1.0.27 and FTBLib to 5.1.0.22.

Thanks for the help! 👍