View Issue Details

IDProjectCategoryView StatusLast Update
0002651Industrial-Craft²general / otherpublic2020-04-28 02:26
ReporterzISKo Assigned ToChocohead  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Fixed in VersionBuilds for MC 1.12.x 
Summary0002651: crash at server start
DescriptionAny Version higher than 2.8.194 is crashing my server at start.
Steps To Reproducestarting the server
TagsNo tags attached.
Minecraft Version1.12.2

Relationships

has duplicate 0002654 closed Crash on launch 
has duplicate 0002658 closed Server crash while using 2.8.196-ex112-dev 
has duplicate 0002664 closed Crash server 
has duplicate 0002667 closed LAST VERSION ERROR STARTING SERVER 
has duplicate 0002669 closed Server crashes upon startup [2-2.8.196] 
has duplicate 0002687 closedChocohead IC2 leads to server crash: NoClassDefFoundError: net/minecraft/client/gui/GuiScreen 

Activities

zISKo

2020-03-17 06:08

reporter  

crash-2020-03-16_19.10.12-server.txt (50,981 bytes)   
---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.12.2-1.64.150.jar)
  Plugin (NotEnoughIDs-1.12.2-1.5.4.4.jar)
  Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-1.1.17.jar)
  LittlePatchingLoader (LittleTiles-1.12.2-1.5.0.199.17.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  CreativePatchingLoader (CreativeCore-1.12.2-1.10.3.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  MalisisCorePlugin (MalisisCore-1.12.2-6.5.1.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.166.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  Quark Plugin (Quark-1.12.2-1.6.178.jar)
  ForgelinPlugin (ForgeLin-1.12.2-1.8.4.jar)
  LoadingPlugin (RandomThings-1.12.2-4.2.7.3.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
  AppleCore (AppleCore-1.12.2-3.2.0.jar)
  TransformerLoader (OpenComputers-1.12.2-1.7.5.192.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 16.03.20 19:10
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from IndustrialCraft 2 (ic2)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2699)
	at java.lang.Class.getConstructor0(Class.java:3103)
	at java.lang.Class.newInstance(Class.java:412)
	at ic2.core.ref.TeBlock.buildDummies(TeBlock.java:464)
	at ic2.core.IC2.init(IC2.java:335)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
	at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 41 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@6df3e44c from coremod FMLCorePlugin
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
	... 43 more
Caused by: java.lang.RuntimeException: Attempted to load class blk for invalid side SERVER
	at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
	... 45 more


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: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_232, Amazon.com Inc.
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Amazon.com Inc.
	Memory: 7444889560 bytes (7099 MB) / 10737418240 bytes (10240 MB) up to 10737418240 bytes (10240 MB)
	JVM Flags: 12 total; -Xms10G -Xmx10G -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:G1MixedGCLiveThresholdPercent=35 -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2847 191 mods loaded, 191 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                                |
	|:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
	| LCHI  | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
	| LCHI  | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
	| LCHI  | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2847-universal.jar            | None                                     |
	| LCHI  | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847-universal.jar            | None                                     |
	| LCHI  | creativecoredummy                 | 1.0.0                    | minecraft.jar                                      | None                                     |
	| LCHI  | littletilescore                   | 1.0.0                    | minecraft.jar                                      | None                                     |
	| LCHI  | openmodscore                      | 0.12.2                   | minecraft.jar                                      | None                                     |
	| LCHI  | opencomputers|core                | 1.7.5.192                | minecraft.jar                                      | None                                     |
	| LCHI  | actuallyadditions                 | 1.12.2-r151              | ActuallyAdditions-1.12.2-151.2.jar                 | None                                     |
	| LCHI  | baubles                           | 1.5.2                    | Baubles-1.12.2-1.5.2.jar                           | None                                     |
	| LCHI  | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12.2-1.1.jar                     | None                                     |
	| LCHI  | applecore                         | 3.2.0                    | AppleCore-1.12.2-3.2.0.jar                         | None                                     |
	| LCHI  | jei                               | 4.15.0.293               | JustEnoughItems-1.12.2-4.15.0.293.jar              | None                                     |
	| LCHI  | appleskin                         | 1.0.9                    | AppleSkin-1.12.2-1.0.9.jar                         | None                                     |
	| LCHI  | appliedenergistics2               | rv6-stable-7             | AppliedEnergistics2-1.12.2-rv6.s7.jar              | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LCHI  | aroma1997core                     | 2.0.0.2.b166             | Aroma1997Core-1.12.2-2.0.0.2.166.jar               | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHI  | aroma1997sdimension               | 2.0.0.2.b96              | Aroma1997sDimensionalWorld-1.12.2-2.0.0.2.96.jar   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHI  | aromabackup                       | 3.0.0.0.b130             | AromaBackup-1.12.2-3.0.0.0.130.jar                 | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHI  | aromabackuprecovery               | 3.0.0.0.b130             | AromaBackup-1.12.2-3.0.0.0.130.jar                 | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LCHI  | quark                             | r1.6-178                 | Quark-1.12.2-1.6.178.jar                           | None                                     |
	| LCHI  | autoreglib                        | 1.3-32                   | AutoRegLib-1.12.2-1.3.32.jar                       | None                                     |
	| LCHI  | mantle                            | 1.12-1.3.3.55            | Mantle-1.12.2-1.3.3.55.jar                         | None                                     |
	| LCHI  | chisel                            | MC1.12.2-1.0.1.44        | Chisel-1.12.2-1.0.1.44.jar                         | None                                     |
	| LCHI  | endercore                         | 1.12.2-0.5.74            | EnderIOCore-1.12.2-0.5.74.jar                      | None                                     |
	| LCHI  | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.beta26.hf1.jar               | None                                     |
	| LCHI  | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCHI  | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12.2-2.1.0.6.jar                    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHI  | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27.jar                       | None                                     |
	| LCHI  | brandonscore                      | 2.4.18                   | BrandonsCore-1.12.2-2.4.18.210.jar                 | None                                     |
	| LCHI  | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7.jar                       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHI  | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHI  | draconicevolution                 | 2.3.25                   | DraconicEvolution-1.12.2-2.3.25.351.jar            | None                                     |
	| LCHI  | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43.jar               | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCHI  | enderio                           | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCHI  | enderiointegrationtic             | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCHI  | twilightforest                    | 3.10.1013                | TheTwilightForest-1.12.2-3.10.1013.jar             | None                                     |
	| LCHI  | tconstruct                        | 1.12.2-2.13.0.183        | TinkersConstruct-1.12.2-2.13.0.183.jar             | None                                     |
	| LCHI  | bhc                               | 2.0.3                    | BaubleyHeartCanisters-1.12.2-2.0.3.jar             | None                                     |
	| LCHI  | bdlib                             | 1.14.3.12                | BDLib-1.12.2-1.14.3.12.jar                         | None                                     |
	| LCHI  | betterunderground                 | 1.1.6                    | BetterUnderground-1.12.2-1.1.6.jar                 | None                                     |
	| LCHI  | bibliocraft                       | 2.4.5                    | BiblioCraft-1.12.2-2.4.5.jar                       | None                                     |
	| LCHE  | ic2                               | 2.8.196-ex112            | IndustrialCraft2-1.12.2-2.8.196.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
	| LCH   | natura                            | 1.12.2-4.3.2.69          | Natura-1.12.2-4.3.2.69.jar                         | None                                     |
	| LCH   | forestry                          | 5.8.2.418                | Forestry-1.12.2-5.8.2.418.jar                      | None                                     |
	| LCH   | binniecore                        | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | binniedesign                      | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | genetics                          | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | botany                            | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | extrabees                         | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | extratrees                        | 2.5.1.200                | BinniesMods-1.12.2-2.5.1.200.jar                   | None                                     |
	| LCH   | biomesoplenty                     | 7.0.1.2444               | BiomesOPlenty-1.12.2-7.0.1.2444.jar                | None                                     |
	| LCH   | blockcraftery                     | 1.12.2-1.3.1             | BlockCraftery-1.12.2-1.3.1.jar                     | None                                     |
	| LCH   | cyclicmagic                       | 1.19.19                  | Cyclic-1.12.2-1.19.19.jar                          | None                                     |
	| LCH   | guideapi                          | 1.12-2.1.8-63            | GuideAPI-1.12.2-2.1.8-63.jar                       | None                                     |
	| LCH   | bloodmagic                        | 1.12.2-2.4.3-105         | BloodMagic-1.12.2-2.4.3.105.jar                    | None                                     |
	| LCH   | bookshelf                         | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | botania                           | r1.10-363                | Botania-1.12.2-1.10.363.jar                        | None                                     |
	| LCH   | forgelin                          | 1.8.4                    | ForgeLin-1.12.2-1.8.4.jar                          | None                                     |
	| LCH   | bushmastercore                    | 1.0.3                    | BushMasterCore-1.12.2-1.0.3.13.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | carryon                           | 1.12.3                   | CarryOn-1.12.2-1.12.3.jar                          | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
	| LCH   | cavern                            | 2.2.0                    | Cavern2-1.12.2-2.2.0.jar                           | b78e30ad27c82f3e348f76edf497058678207299 |
	| LCH   | cd4017be_lib                      | 6.4.17                   | CD4017BELibrary-1.12.2-6.4.17.1.jar                | None                                     |
	| LCH   | chameleon                         | 1.12-4.1.3               | Chameleon-1.12.2-4.1.3.jar                         | None                                     |
	| LCH   | chickenchunks                     | 2.4.2.74                 | ChickenChunks-1.12.2-2.4.2.74.jar                  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | chiselsandbits                    | 14.33                    | ChiselsAndBits-1.12.2-14.33.jar                    | None                                     |
	| LCH   | cyclopscore                       | 1.6.1                    | CyclopsCore-1.12.2-1.6.1.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCH   | commoncapabilities                | 2.4.5                    | CommonCapabilities-1.12.2-2.4.5.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCH   | storagedrawers                    | 1.12.2-5.4.1             | StorageDrawers-1.12.2-5.4.1.jar                    | None                                     |
	| LCH   | compactdrawers                    | 1.12.2-1.0.5.125         | CompactDrawers-1.12.2-1.0.5.125.jar                | None                                     |
	| LCH   | compactmachines3                  | 3.0.18                   | CompactMachines3-1.12.2-3.0.18.278.jar             | None                                     |
	| LCH   | cctweaked                         | 1.86.2                   | ComputerCraftTweaked-1.12.2-1.86.2.jar             | None                                     |
	| LCH   | computercraft                     | 1.86.2                   | ComputerCraftTweaked-1.12.2-1.86.2.jar             | None                                     |
	| LCH   | cookingforblockheads              | 6.5.0                    | CookingForBlockheads-1.12.2-6.5.0.jar              | None                                     |
	| LCH   | craftingtweaks                    | 8.1.9                    | CraftingTweaks-1.12.2-8.1.9.jar                    | None                                     |
	| LCH   | creativecore                      | 1.10.0                   | CreativeCore-1.12.2-1.10.3.jar                     | None                                     |
	| LCH   | waila                             | 1.8.26                   | Hwyla-1.12.2-1.8.26-B41.jar                        | None                                     |
	| LCH   | darkutils                         | 1.8.230                  | DarkUtilities-1.12.2-1.8.230.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | dirt2path                         | 1.7.1                    | Dirt2Path-1.12.2-1.8.0.jar                         | None                                     |
	| LCH   | orelib                            | 3.6.0.1                  | OreLib-1.12.2-3.6.0.1.jar                          | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCH   | dsurround                         | 3.6.0.2                  | DynamicSurroundings-1.12.2-3.6.0.2.jar             | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
	| LCH   | enderiobase                       | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderioconduits                   | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderioconduitsappliedenergistics | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | opencomputers                     | 1.7.5.192                | OpenComputers-1.12.2-1.7.5.192.jar                 | None                                     |
	| LCH   | enderioconduitsopencomputers      | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderioconduitsrefinedstorage     | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderiointegrationforestry        | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderiointegrationticlate         | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderiomachines                   | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderiopowertools                 | 5.1.55                   | EnderIO-1.12.2-5.1.55.jar                          | None                                     |
	| LCH   | enderioendergy                    | 5.1.55                   | EnderIOEndergy-1.12.2-5.1.55.jar                   | None                                     |
	| LCH   | enderiozoo                        | 5.1.55                   | EnderIOZoo-1.12.2-5.1.55.jar                       | None                                     |
	| LCH   | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137.jar                  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | enderutilities                    | 0.7.14                   | Enderutilities-1.12.2-0.7.14.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
	| LCH   | energysynergy                     | 1.1.4                    | EnergySynergy-1.12.2-1.1.4.jar                     | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
	| LCH   | engineersdecor                    | 1.0.19                   | EngineersDecor-1.12.2-1.0.19.jar                   | ed58ed655893ced6280650866985abcae2bf7559 |
	| LCH   | tesla                             | 1.0.63                   | Tesla-1.12.2-1.0.63.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | theoneprobe                       | 1.4.28                   | TheOneProbe-1.12.2-1.4.28.jar                      | None                                     |
	| LCH   | immersiveengineering              | 0.12-92                  | ImmersiveEngineering-1.12.2-0.12.92.jar            | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCH   | engineersdoors                    | 0.8.0                    | EngineersDoors-1.12.2-0.8.0.jar                    | None                                     |
	| LCH   | mcmultipart                       | 2.5.3                    | MCMultiPart-1.12.2-2.5.3.jar                       | None                                     |
	| LCH   | mekanism                          | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
	| LCH   | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCH   | extrabitmanipulation              | 1.12.2-3.4.1             | ExtraBitManipulation-1.12.2-3.4.1.jar              | None                                     |
	| LCH   | extrautils2                       | 1.0                      | ExtraUtilities2-1.12.2-1.9.9.jar                   | None                                     |
	| LCH   | factorytech                       | 1.5                      | FactoryTech-1.12.2-1.6.9.jar                       | None                                     |
	| LCH   | faufil                            | 1.0.2                    | FaucetsAndFilters-1.12.2-1.0.2.jar                 | None                                     |
	| LCH   | fenceoverhaul                     | 1.3.4                    | FenceOverhaul-1.12.2-1.3.4.jar                     | None                                     |
	| LCH   | forgemultipartcbe                 | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83.jar                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | microblockcbe                     | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83.jar                 | None                                     |
	| LCH   | minecraftmultipartcbe             | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83.jar                 | None                                     |
	| LCH   | gendustry                         | 1.6.5.8                  | Gendustry-1.12.2-1.6.5.8.jar                       | None                                     |
	| LCH   | gravestone                        | 1.10.3                   | GraveStone Mod-1.12.2-1.10.3.jar                   | None                                     |
	| LCH   | ichunutil                         | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCH   | gravitygun                        | 7.1.0                    | GravityGun-1.12.2-7.1.0.jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCH   | immersivecables                   | 1.3.2                    | ImmersiveCables-1.12.2-1.3.2.jar                   | None                                     |
	| LCH   | immersive_energy                  | 0.3.3                    | ImmersiveEnergy-1.12.2-0.3.3.jar                   | None                                     |
	| LCH   | teslacorelib                      | 1.0.17                   | TeslaCoreLib-1.12.2-1.0.17.25.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | industrialforegoing               | 1.12.2-1.12.2            | IndustrialForegoing-1.12.2-1.12.13.237.jar         | None                                     |
	| LCH   | nuclearcraft                      | 2.18o                    | NuclearCraft-1.12.2-2.18o.jar                      | None                                     |
	| LCH   | mcjtylib_ng                       | 3.5.4                    | McJtyLib-1.12.2-3.5.4.jar                          | None                                     |
	| LCH   | rftools                           | 7.73                     | RFTools-1.12.2-7.73.jar                            | None                                     |
	| LCH   | integrationforegoing              | 1.12.2-1.9               | IntegrationForegoing-1.12.2-1.9.jar                | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
	| LCH   | inventorysorter                   | 1.13.3+57                | InventorySorter-1.12.2-1.13.3.57.jar               | None                                     |
	| LCH   | inventorytweaks                   | 1.64+dev.150.7168e7a     | InventoryTweaks-1.12.2-1.64.150.jar                | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LCH   | ironchest                         | 1.12.2-7.0.67.844        | IronChests-1.12.2-7.0.72.847.jar                   | None                                     |
	| LCH   | journeymap                        | 1.12.2-5.7.0             | JourneyMap-1.12.2-5.7.0.jar                        | None                                     |
	| LCH   | jeibees                           | 0.9.0.5                  | JustEnoughItemsBees-1.12.2-0.9.0.5.jar             | None                                     |
	| LCH   | littletiles                       | 1.5.0                    | LittleTiles-1.12.2-1.5.0.199.17.jar                | None                                     |
	| LCH   | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT    | MalisisCore-1.12.2-6.5.1.jar                       | None                                     |
	| LCH   | malisisdoors                      | 1.12.2-7.3.0             | MalisisDoors-1.12.2-7.3.0.jar                      | None                                     |
	| LCH   | mekanismgenerators                | 1.12.2-9.8.3.390         | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
	| LCH   | mekanismtools                     | 1.12.2-9.8.3.390         | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
	| LCH   | mobamputation                     | 7.0.0                    | MobAmputation-1.12.2-7.0.0.jar                     | None                                     |
	| LCH   | mob_grinding_utils                | 0.3.13                   | MobGrindingUtils-1.12.2-0.3.13.jar                 | None                                     |
	| LCH   | morpheus                          | 1.12.2-3.5.106           | Morpheus-1.12.2-3.5.106.jar                        | None                                     |
	| LCH   | mrtjpcore                         | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43.jar                      | None                                     |
	| LCH   | nei                               | 2.4.3                    | NEI-1.12.2-2.4.3.245.jar                           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | netherportalfix                   | 5.3.17                   | NetherPortalFix-1.12.2-5.3.17.jar                  | None                                     |
	| LCH   | recipehandler                     | 0.13                     | NoMoreRecipeConflict-1.12.2-0.13.jar               | None                                     |
	| LCH   | neid                              | 1.5.4.4                  | NotEnoughIDs-1.12.2-1.5.4.4.jar                    | None                                     |
	| LCH   | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCH   | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                        | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
	| LCH   | patchouli                         | 1.0-20                   | Patchouli-1.12.2-1.0.20.jar                        | None                                     |
	| LCH   | plethora-core                     | 1.2.3                    | PlethoraPeripherals-1.12.2-1.2.3.jar               | None                                     |
	| LCH   | plethora                          | 1.2.3                    | PlethoraPeripherals-1.12.2-1.2.3.jar               | None                                     |
	| LCH   | pneumaticcraft                    | 1.12.2-0.11.11-390       | PneumaticCraftRepressurized-1.12.2-0.11.11.390.jar | None                                     |
	| LCH   | portalgun                         | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
	| LCH   | projectred-core                   | 4.9.4.120                | ProjectRedBase-1.12.2-4.9.4.120.jar                | None                                     |
	| LCH   | projectred-compat                 | 1.0                      | ProjectRedCompat-1.12.2-4.9.4.120.jar              | None                                     |
	| LCH   | projectred-integration            | 4.9.4.120                | ProjectRedIntegration-1.12.2-4.9.4.120.jar         | None                                     |
	| LCH   | projectred-transmission           | 4.9.4.120                | ProjectRedIntegration-1.12.2-4.9.4.120.jar         | None                                     |
	| LCH   | projectred-fabrication            | 4.9.4.120                | ProjectRedFabrication-1.12.2-4.9.4.120.jar         | None                                     |
	| LCH   | projectred-illumination           | 4.9.4.120                | ProjectRedLighting-1.12.2-4.9.4.120.jar            | None                                     |
	| LCH   | projectred-expansion              | 4.9.4.120                | ProjectRedMechanical-1.12.2-4.9.4.120.jar          | None                                     |
	| LCH   | projectred-relocation             | 4.9.4.120                | ProjectRedMechanical-1.12.2-4.9.4.120.jar          | None                                     |
	| LCH   | projectred-transportation         | 4.9.4.120                | ProjectRedMechanical-1.12.2-4.9.4.120.jar          | None                                     |
	| LCH   | projectred-exploration            | 4.9.4.120                | ProjectRedWorld-1.12.2-4.9.4.120.jar               | None                                     |
	| LCH   | quickleafdecay                    | 1.2.4                    | QuickLeafDecay-1.12.2-1.2.4.jar                    | None                                     |
	| LCH   | randomthings                      | 4.2.7.3                  | RandomThings-1.12.2-4.2.7.3.jar                    | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| LCH   | reborncore                        | 3.19.2.522               | RebornCore-1.12.2-3.19.2.522.jar                   | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| LCH   | redstonearsenal                   | 2.6.3                    | RedstoneArsenal-1.12.2-2.6.3.18.jar                | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCH   | rs_ctr                            | 0.2.6                    | RedstoneControl-1.12.2-0.2.6.1.jar                 | None                                     |
	| LCH   | rsgauges                          | 1.2.2-b1                 | RedstoneGaugesAndSwitches-1.12.2-1.2.2-b1.jar      | ed58ed655893ced6280650866985abcae2bf7559 |
	| LCH   | xreliquary                        | 1.12.2-1.3.4.796         | Reliquary-1.12.2-1.3.4.796.jar                     | None                                     |
	| LCH   | rflux                             | 0.4.0                    | RFLux-1.12.2-0.4.0.jar                             | None                                     |
	| LCH   | rftoolscontrol                    | 2.0.2                    | RFToolsControl-1.12.2-2.0.2.jar                    | None                                     |
	| LCH   | rftoolsdim                        | 5.71                     | RFToolsDimensions-1.12.2-5.71.jar                  | None                                     |
	| LCH   | rftoolspower                      | 1.2.0                    | RFToolsPower-1.12.2-1.2.0.jar                      | None                                     |
	| LCH   | roguelike                         | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
	| LCH   | teslathingies                     | 1.0.15                   | TeslaPoweredThingies-1.12.2-1.0.15.25.jar          | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | thaumicaugmentation               | 1.12.2-1.1.17            | ThaumicAugmentation-1.12.2-1.1.17.jar              | 8f678591ba6f78d579e553a8aa94b4c4766cb13d |
	| LCH   | lostcities                        | 2.0.22                   | TheLostCities-1.12.2-2.0.22.jar                    | None                                     |
	| LCH   | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCH   | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21.jar                | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LCH   | thutcore                          | 5.21.0                   | ThutCore-1.12.2-5.21.0.jar                         | None                                     |
	| LCH   | thutcore_compat                   | 1.0                      | ThutCore-1.12.2-5.21.0.jar                         | None                                     |
	| LCH   | thuttech                          | 6.1.6                    | ThutTech-1.12.2-6.1.6.jar                          | None                                     |
	| LCH   | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkersToolLeveling-1.12.2-1.1.0.jar               | None                                     |
	| LCH   | topaddons                         | 1.12.2-1.13.0            | TOPAddons-1.12.2-1.13.0.jar                        | None                                     |
	| LCH   | translocators                     | 2.5.1.79                 | Translocators-1.12.2-2.5.2.81.jar                  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | wawla                             | 2.6.274                  | Wawla-1.12.2-2.6.274.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LCH   | whoosh                            | 0.1.10                   | Whoosh-1.12.2-0.1.12.1.jar                         | None                                     |
	| LCH   | wrcbe                             | 2.3.2                    | WirelessRedstoneCBE-1.12.2-2.3.2.33.jar            | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LCH   | worldcontrol                      | 1.0.18                   | WorldControl-1.12.2-1.0.18.jar                     | None                                     |
	| LCH   | xnet                              | 1.8.2                    | XNet-1.12.2-1.8.2.jar                              | None                                     |
	| LCH   | xtones                            | 1.12-1.0.8-11            | XTones-1.12.2-1.0.8-11.jar                         | None                                     |
	| LCH   | gbook                             | 2.9.2                    | Guidebook-1.12.2-2.9.2.jar                         | None                                     |
	| LCH   | shetiphiancore                    | 3.5.9                    | ShetiphianCore-1.12.2-3.5.9.jar                    | None                                     |
	| LCH   | mysticallib                       | 1.12.2-1.6.0             | MysticalLib-1.12.2-1.6.0.jar                       | None                                     |
	| LCH   | teslacorelib_registries           | 1.0.17                   | TeslaCoreLib-1.12.2-1.0.17.25.jar                  | None                                     |

	Loaded coremods (and transformers): 
Inventory Tweaks Coremod (InventoryTweaks-1.12.2-1.64.150.jar)
  invtweaks.forge.asm.ContainerTransformer
Plugin (NotEnoughIDs-1.12.2-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
Thaumic Augmentation Core Plugin (ThaumicAugmentation-1.12.2-1.1.17.jar)
  thecodex6824.thaumicaugmentation.core.TATransformer
LittlePatchingLoader (LittleTiles-1.12.2-1.5.0.199.17.jar)
  com.creativemd.littletiles.LittleTilesTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
CreativePatchingLoader (CreativeCore-1.12.2-1.10.3.jar)
  
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
  
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
MalisisCorePlugin (MalisisCore-1.12.2-6.5.1.jar)
  
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.166.jar)
  
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
Quark Plugin (Quark-1.12.2-1.6.178.jar)
  vazkii.quark.base.asm.ClassTransformer
ForgelinPlugin (ForgeLin-1.12.2-1.8.4.jar)
  
LoadingPlugin (RandomThings-1.12.2-4.2.7.3.jar)
  lumien.randomthings.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.74-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
AppleCore (AppleCore-1.12.2-3.2.0.jar)
  squeek.applecore.asm.TransformerModuleHandler
TransformerLoader (OpenComputers-1.12.2-1.7.5.192.jar)
  li.cil.oc.common.asm.ClassTransformer
	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 rv6-stable-7 for Forge 14.23.5.2768
	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)
		- craftingtweaksIntegration (Enabled/Not Forced)
		- wailaIntegration (Enabled/Not Forced)
		- theoneprobeIntegration (Enabled/Not Forced)
		- quarkIntegration (Enabled/Not Forced)

	Pulsar/natura loaded Pulses: 
		- NaturaCommons (Enabled/Forced)
		- NaturaOverworld (Enabled/Not Forced)
		- NaturaNether (Enabled/Not Forced)
		- NaturaDecorative (Enabled/Not Forced)
		- NaturaTools (Enabled/Not Forced)
		- NaturaEntities (Enabled/Not Forced)
		- NaturaOredict (Enabled/Forced)
		- NaturaWorld (Enabled/Not Forced)
		- craftingtweaksIntegration (Enabled/Not Forced)

	List of loaded APIs: 
		* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-151.2.jar
		* AppleCoreAPI (3.2.0) from AppleCore-1.12.2-3.2.0.jar
		* appliedenergistics2|API (rv6) from AppliedEnergistics2-1.12.2-rv6.s7.jar
		* Baubles|API (1.4.0.2) from Baubles-1.12.2-1.5.2.jar
		* BetterWithModsAPI (Beta 0.6) from AppleSkin-1.12.2-1.0.9.jar
		* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3.105.jar
		* BotaniaAPI (93) from Botania-1.12.2-1.10.363.jar
		* cavern.api (2.1.4) from Cavern2-1.12.2-2.2.0.jar
		* cavern.api.event (2.1.4) from Cavern2-1.12.2-2.2.0.jar
		* Chisel-API (0.0.1) from Chisel-1.12.2-1.0.1.44.jar
		* ChiselAPI|Carving (0.0.1) from Chisel-1.12.2-1.0.1.44.jar
		* ChiselsAndBitsAPI (14.25.0) from ChiselsAndBits-1.12.2-14.33.jar
		* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27.jar
		* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.5.jar
		* ComputerCraft|API (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|FileSystem (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Lua (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Media (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Network (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Network|Wired (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Peripheral (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Permissions (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Redstone (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Turtle (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* ComputerCraft|API|Turtle|Event (1.86.2) from ComputerCraftTweaked-1.12.2-1.86.2.jar
		* CraftingTweaks|API (4.1) from CraftingTweaks-1.12.2-8.1.9.jar
		* DraconicEvolution|API (1.3) from DraconicEvolution-1.12.2-2.3.25.351.jar
		* enderioapi (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.1.55.jar
		* ForestryAPI|apiculture (5.0.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|arboriculture (4.3.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|book (5.8.1) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|circuits (3.1.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|climate (5.0.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|core (5.7.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|farming (5.8.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|food (1.1.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|fuels (3.0.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|genetics (5.7.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|gui (5.8.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|hives (4.1.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|lepidopterology (1.4.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|mail (3.1.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|modules (5.7.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|multiblock (3.0.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|recipes (5.4.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|storage (5.0.0) from Forestry-1.12.2-5.8.2.418.jar
		* ForestryAPI|world (2.1.0) from Forestry-1.12.2-5.8.2.418.jar
		* gendustryAPI (2.3.0) from Gendustry-1.12.2-1.6.5.8.jar
		* GraphApi (1.3.0) from GraphLib-1.3.0.jar
		* Guide-API|API (2.0.0) from GuideAPI-1.12.2-2.1.8-63.jar
		* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-1.12.2-0.12.92.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-1.12.2-0.12.92.jar
		* industrialforegoingapi (5) from IndustrialForegoing-1.12.2-1.12.13.237.jar
		* journeymap|client-api (1.4) from JourneyMap-1.12.2-5.7.0.jar
		* journeymap|client-api-display (1.4) from JourneyMap-1.12.2-5.7.0.jar
		* journeymap|client-api-event (1.4) from JourneyMap-1.12.2-5.7.0.jar
		* journeymap|client-api-model (1.4) from JourneyMap-1.12.2-5.7.0.jar
		* journeymap|client-api-util (1.4) from JourneyMap-1.12.2-5.7.0.jar
		* JustEnoughItemsAPI (4.13.0) from JustEnoughItems-1.12.2-4.15.0.293.jar
		* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
		* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
		* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
		* opencomputersapi|component (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|core (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|event (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|network (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-1.12.2-1.7.5.192.jar
		* PatchouliAPI (6) from Patchouli-1.12.2-1.0.20.jar
		* PneumaticCraftApi (1.1) from PneumaticCraftRepressurized-1.12.2-0.11.11.390.jar
		* projectred|api (2.1) from ProjectRedBase-1.12.2-4.9.4.120.jar
		* QuarkAPI (4) from Quark-1.12.2-1.6.178.jar
		* reborncoreAPI (3.19.2.522) from RebornCore-1.12.2-3.19.2.522.jar
		* reborncoreAPI|Power (3.19.2.522) from RebornCore-1.12.2-3.19.2.522.jar
		* reborncoreAPI|Recipe (3.19.2.522) from RebornCore-1.12.2-3.19.2.522.jar
		* reborncoreAPI|Tile (3.19.2.522) from RebornCore-1.12.2-3.19.2.522.jar
		* redstonefluxapi (2.1.0) from RedstoneFlux-1.12.2-2.1.0.6.jar
		* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.1.jar
		* team_reborn|Praescriptum (3.19.2.522) from RebornCore-1.12.2-3.19.2.522.jar
		* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.beta26.hf1.jar
		* thaumicaugmentationapi (1.1.17) from ThaumicAugmentation-1.12.2-1.1.17.jar
		* theoneprobe_api (1.4.4) from TheOneProbe-1.12.2-1.4.28.jar
		* thut|API (1.0.0) from ThutCore-1.12.2-5.21.0.jar
		* WailaAPI (1.3) from Hwyla-1.12.2-1.8.26-B41.jar
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 3.19.2.522
		Runtime Debofucsation 1
	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 ----'!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)

Sekra

2020-03-19 16:22

reporter   ~0006188

We face the same issue on our server, guiscreen makes the server crash every time

Slendermang

2020-03-21 18:17

reporter   ~0006189

Likewise, I have the same error on server launch.

Chocohead

2020-03-22 18:26

developer   ~0006191

Missed a SideOnly annotation, will be a quick fix.

Chocohead

2020-04-08 13:47

developer   ~0006209

Fixed in IC2 2.8.197

Issue History

Date Modified Username Field Change
2020-03-17 06:08 zISKo New Issue
2020-03-17 06:08 zISKo File Added: crash-2020-03-16_19.10.12-server.txt
2020-03-19 16:22 Sekra Note Added: 0006188
2020-03-21 18:17 Slendermang Note Added: 0006189
2020-03-22 18:25 Chocohead Relationship added has duplicate 0002654
2020-03-22 18:26 Chocohead Assigned To => Chocohead
2020-03-22 18:26 Chocohead Status new => assigned
2020-03-22 18:26 Chocohead Note Added: 0006191
2020-04-08 11:42 Chocohead Relationship added has duplicate 0002658
2020-04-08 11:42 Chocohead Relationship added has duplicate 0002663
2020-04-08 11:42 Chocohead Relationship added has duplicate 0002664
2020-04-08 11:42 Chocohead Relationship added has duplicate 0002667
2020-04-08 11:42 Chocohead Relationship added has duplicate 0002669
2020-04-08 11:43 Chocohead Relationship deleted has duplicate 0002663
2020-04-08 13:47 Chocohead Status assigned => resolved
2020-04-08 13:47 Chocohead Resolution open => fixed
2020-04-08 13:47 Chocohead Fixed in Version => Builds for MC 1.12.x
2020-04-08 13:47 Chocohead Note Added: 0006209
2020-04-28 02:26 Chocohead Relationship added has duplicate 0002687