I'm so close to figuring out this crash, I've noticed each crash report generates these same lines.
java.lang.ArrayIndexOutOfBoundsException: -6815488
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.set(ArrayList.java:446)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:81)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:64)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76549_c(SourceFile:110)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:82)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Here's the latest crash report, any input would be appreciated.
---- 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)
EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.174.jar)
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
Contact their authors BEFORE contacting forge
// I feel sad now
Time: 5/28/18 1:37 PM
Description: Exception in server tick loop
java.lang.ArrayIndexOutOfBoundsException: -6815488
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.set(ArrayList.java:446)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:81)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:64)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76549_c(SourceFile:110)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:82)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.10.0-693.21.1.el7.x86_64
Java Version: 1.8.0_141, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 7882838968 bytes (7517 MB) / 10440146944 bytes (9956 MB) up to 10440146944 bytes (9956 MB)
JVM Flags: 2 total; -Xmx10240M -Xms10240M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.3.2702 103 mods loaded, 103 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 0 / 100; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
I'm so close to figuring out this crash, I've noticed each crash report generates these same lines.
java.lang.ArrayIndexOutOfBoundsException: -6815488
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.set(ArrayList.java:446)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:81)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:64)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76549_c(SourceFile:110)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:82)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Here's the latest crash report, any input would be appreciated.
---- 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)
EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.174.jar)
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
Contact their authors BEFORE contacting forge
// I feel sad now
Time: 5/28/18 1:37 PM
Description: Exception in server tick loop
java.lang.ArrayIndexOutOfBoundsException: -6815488
at java.util.ArrayList.elementData(ArrayList.java:418)
at java.util.ArrayList.set(ArrayList.java:446)
at net.minecraft.world.chunk.storage.RegionFile.<init>(RegionFile.java:81)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76550_a(SourceFile:64)
at net.minecraft.world.chunk.storage.RegionFileCache.func_76549_c(SourceFile:110)
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:82)
at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:69)
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:92)
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)
at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)
at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:344)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 3.10.0-693.21.1.el7.x86_64
Java Version: 1.8.0_141, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 7882838968 bytes (7517 MB) / 10440146944 bytes (9956 MB) up to 10440146944 bytes (9956 MB)
JVM Flags: 2 total; -Xmx10240M -Xms10240M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.3.2702 103 mods loaded, 103 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 |
|:------- |:-------------------------------------------- |:----------------- |:---------------------------------------------------- |:---------------------------------------- |
| UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAA | FML | 8.0.99.99 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAA | forge | 14.23.3.2702 | custom.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| UCHIJAA | micdoodlecore | | minecraft.jar | None |
| UCHIJAA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCHIJAA | openmodscore | 0.11.5 | minecraft.jar | None |
| UCHIJAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAA | srm-hooks | 1.12.2-1.0.0 | minecraft.jar | None |
| UCHIJAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHIJAA | csb_armorstand | 1.0.4 | ArmorStandGUI-1.12-1.0.4.jar | None |
| UCHIJAA | aroma1997core | 2.0.0.0.b150 | Aroma1997Core-1.12.2-2.0.0.0.b150.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAA | aroma1997sdimension | 2.0.0.2.b69 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b69.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAA | aromabackup | 2.1.1.3.b98 | AromaBackup-1.12.2-2.1.1.3.b98.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAA | aromabackuprecovery | 2.1.1.3.b98 | AromaBackup-1.12.2-2.1.1.3.b98.jar | None |
| UCHIJAA | astralsorcery | 1.8.5 | astralsorcery-1.12.2-1.8.5.jar | None |
| UCHIJAA | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UCHIJAA | autoreglib | 1.3-16 | AutoRegLib-1.3-16.jar | None |
| UCHIJAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHIJAA | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UCHIJAA | endercore | 1.12.2-0.5.20 | EnderCore-1.12.2-0.5.20.jar | None |
| UCHIJAA | jei | 4.9.1.185 | jei_1.12.2-4.9.1.185.jar | None |
| UCHIJAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAA | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
| UCHIJAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAA | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.12.10-universal.jar | None |
| UCHIJAA | enderio | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | enderiointegrationtic | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None |
| UCHIJAA | bhc | 1.1.0b | baubley-heart-canisters-1.12.2-1.1.0b.jar | 7b14aaee2dd17b12a140baecab28948fff3a263f |
| UCHIJAA | betterchests | 3.0.0.0.b83 | BetterChests-1.12.2-3.0.0.0.b83.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAA | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCHIJAA | biomesoplenty | 7.0.1.2387 | BiomesOPlenty-1.12.2-7.0.1.2387-universal.jar | None |
| UCHIJAA | chiselsandbits | 14.16 | chiselsandbits-14.16.jar | None |
| UCHIJAA | codechickenlib | 3.1.8.341 | CodeChickenLib-1.12.2-3.1.8.341-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAA | potioncore | 1.6_for_1.12.2 | PotionCore-1.6_for_1.12.2.jar | None |
| UCHIJAA | compot | 1.1 | CombinedPotions-1.12-1.1.jar | None |
| UCHIJAA | conarm | 0.0.16-a | conarm-1.12.2-0.0.16-a.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAA | cookingforblockheads | 6.3.26 | CookingForBlockheads_1.12.2-6.3.26.jar | None |
| UCHIJAA | creativecore | 1.9.9 | CreativeCore_v1.9.22_mc1.12.2.jar | None |
| UCHIJAA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
| UCHIJAA | davincisvessels | @[email protected] | davincisvessels-1.12-6.340-full.jar | None |
| UCHIJAA | orespawn | 3.3.0 | OreSpawn-1.12-3.3.0.136.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAA | densemetals | 1.2.0 | DenseMetals-1.12-1.2.0.20.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAA | cdm | 0.3.1 | device-mod-0.3.1-1.12.2.jar | None |
| UCHIJAA | ebwizardry | 4.1.0 | Electroblob's+Wizardry+-+4.1.0+-+MC+1.12.2.jar | None |
| UCHIJAA | enderiobase | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | enderioconduits | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | forestry | 5.8.0.270 | forestry_1.12.2-5.8.0.270.jar | None |
| UCHIJAA | enderiointegrationforestry | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | enderiointegrationticlate | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | enderiomachines | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | enderiopowertools | 5.0.22 | EnderIO-1.12.2-5.0.22.jar | None |
| UCHIJAA | extraalchemy | 0.3.8.1-release | extraalchemy-0.3.8.1-release.jar | None |
| UCHIJAA | galacticraftcore | 4.0.1.174 | GalacticraftCore-1.12.2-4.0.1.174.jar | None |
| UCHIJAA | galacticraftplanets | 4.0.1.174 | Galacticraft-Planets-1.12.2-4.0.1.174.jar | None |
| UCHIJAA | mjrlegendslib | 1.12.2-1.1.3 | MJRLegendsLib-1.12.2-1.1.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCHIJAA | extraplanets | 1.12.2-0.3.3 | ExtraPlanets-1.12.2-0.3.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| UCHIJAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
| UCHIJAA | fairylights | 2.1.2 | fairylights-2.1.2-1.12.x.jar | None |
| UCHIJAA | familiarfauna | 1.0.7 | FamiliarFauna-1.12.2-1.0.7.jar | None |
| UCHIJAA | foamfix | 0.9.4-1.12.2 | FoamFix-1.12.2-0.9.4-Anarchy.jar | None |
| UCHIJAA | cfm | 4.2.0 | furniture-4.2.0-1.12.2.jar | None |
| UCHIJAA | gargoyles | 1 | Gargoyles+mod+1.12.2+patch+1.jar | None |
| UCHIJAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAA | generallaymansaestheticspyingscreen | 7.0.0 | GeneralLaymansAestheticSpyingScreen-1.12.2-7.0.0.jar | None |
| UCHIJAA | geographicraft | 0.8.7 | GeographiCraft-1.12-0.8.9b.jar | None |
| UCHIJAA | globe | 0.0.1 | Globe-1.12.2-0.0.1.jar | None |
| UCHIJAA | overlord | 2.4.10 | Overlord-1.12.2-2.4.10.jar | None |
| UCHIJAA | runesofwizardry | 1.12.2-0.8.9 | Runes-of-Wizardry-1.12.2-0.8.9.jar | None |
| UCHIJAA | guideapi | 1.12-2.1.5-60 | Guide-API-1.12-2.1.5-60.jar | None |
| UCHIJAA | hardcoredarkness | 2.0 | HardcoreDarkness-MC1.12.2-2.0.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAA | hats | 7.0.0 | Hats-1.12.2-7.0.2.jar | None |
| UCHIJAA | hatstand | 7.0.0 | HatStand-1.12.2-7.0.1.jar | None |
| UCHIJAA | immersiveengineering | 0.12-82 | ImmersiveEngineering-0.12-82.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAA | immersivepetroleum | @[email protected] | immersivepetroleum-1.12.2-1.1.6.jar | None |
| UCHIJAA | immersivetech | 1.3.8 | immersivetech-1.12-1.3.8.jar | None |
| UCHIJAA | llibrary | 1.7.9 | llibrary-1.7.9-1.12.jar | None |
| UCHIJAA | lootbags | 2.5.4b | LootBags-1.12.2-2.5.4b.jar | None |
| UCHIJAA | mcmultipart | 2.5.1 | MCMultiPart-2.5.1.jar | None |
| UCHIJAA | thaumcraft | 6.1.BETA13 | Thaumcraft-1.12.2-6.1.BETA13.jar | None |
| UCHIJAA | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.12.17-universal.jar | None |
| UCHIJAA | omlib | 3.0.0-143 | omlib-1.12.2-3.0.0-143.jar | None |
| UCHIJAA | ompd | 3.0.0-35 | ompd-1.12.2-3.0.0-35.jar | None |
| UCHIJAA | opframe | 1.4.0 | OnlinePicFrame_v1.4.18_mc1.12.2.jar | None |
| UCHIJAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UCHIJAA | openmodularturrets | 3.0.0-248 | openmodularturrets-1.12.2-3.0.0-248.jar | None |
| UCHIJAA | harvestcraft | 1.12.2t | Pam's+HarvestCraft+1.12.2t.jar | None |
| UCHIJAA | plustic | 6.4.0.0 | plustic-6.4.0.0.jar | None |
| UCHIJAA | rotd | 1.7 | Realm+Of+The+Dragons+1.12+version+-+1.7.jar | None |
| UCHIJAA | runesofwizardry_classics | 1.12.2-0.5.7 | RunesofWizardry-Classics-1.12.2-0.5.7.jar | None |
| UCHIJAA | secretroomsmod | 5.6.4 | secretroomsmod-1.12.2-5.6.4.jar | None |
| UCHIJAA | shipwrecks_winslow | 2.0.0 | shipwrecks-mc1.12.2-2.0.0.jar | None |
| UCHIJAA | storageboats | 3.1 | StorageBoats-3.2.1.jar | None |
| UCHIJAA | tcinventoryscan | 2.0.8 | ThaumicInventoryScanning_1.12.2-2.0.8.jar | None |
| UCHIJAA | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
| UCHIJAA | totemic | 1.12.2-0.11.1 | Totemic-1.12.2-0.11.1.jar | 21d11d7bf4d97b465382a1f95428029aac6daaea |
| UCHIJAA | vampirism | 1.3.7 | Vampirism-1.12-1.3.7.jar | None |
| UCHIJAA | teamlapen-lib | 1.3.7 | Vampirism-1.12-1.3.7.jar | None |
| UCHIJAA | waystones | 4.0.43 | Waystones_1.12.2-4.0.43.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)
EnderCorePlugin (EnderCore-1.12.2-0.5.20.jar)
com.enderio.core.common.transform.EnderCoreTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix-1.12.2-0.9.4-Anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-82.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.174.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
lumien.hardcoredarkness.asm.ClassTransformer
MovingWorldCore (movingworld-1.12-6.342-full.jar)
CreativePatchingLoader (CreativeCore_v1.9.22_mc1.12.2.jar)
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 0 / 100; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMy Mods:
- Happy Coding
-