LoaderExceptionModCrash server crash at boot with Optifine...2nd attempt to get this fixed
Rumpelstiltskinny opened this issue · 13 comments
Yes, this is a copy/pasted duplicated issue, ban me if you care more about rules than accommodating a loyal mod user. I'd really like to update to the latest version but my current setup will not run w/o Optifine and a shared mods/config folder. That being said...
Version: minecolonies-1.12.2-0.10.177-ALPHA-universal
Expected behavior
Server & client running from the same mods/config folders that respect sided loading.
I maintain a server that uses the same mods and config folders as a client running on the same machine. Removing Optifine and/or running from separate folders is not an acceptable solution. When a client only mod is detected by the server at load time it should refrain from calling client only methods.
Actual behaviour
Server crashing when the structurize module attempts to initialize as found at #13 (comment).
- Start a 1.12.2 server using minecolonies-1.12.2-0.10.177-ALPHA-universal, forge-1.12.2-14.23.5.2796 & OptiFine_1.12.2_HD_U_E3
- crash
- ... Profit
As for Optifine, it goes in the server mods folder when that mods folder is the same one used by the client. Optifine devs fixed Optifine so that it stopped attempting to call client methods server-side.
Crashlog:
---- Minecraft Crash Report ----
WARNING: coremods are present:
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.3.jar)
RandomPatches (randompatches-1.12.2-1.12.1.0.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
LoadingPlugin (Quark-r1.5-145.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
AstralCore (astralsorcery-1.12.2-1.10.10.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
Wizardry Plugin (wizardry-0.9.9.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-127-universal.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// Everything's going to plan. No, really, that was supposed to happen.
Time: 2/16/19 4:29 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Structurize (structurize)
Caused by: java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.structurize.compat.optifine.OptifineCompat.setupReflectedMethodReferences(OptifineCompat.java:86)
at com.structurize.compat.optifine.OptifineCompat.intialize(OptifineCompat.java:55)
at com.structurize.coremod.Structurize.init(Structurize.java:122)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:744)
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(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 40 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_201, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 291643624 bytes (278 MB) / 1456484352 bytes (1389 MB) up to 6372720640 bytes (6077 MB)
JVM Flags: 9 total; -Xmx6G -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2796 242 mods loaded, 242 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.2796-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | forge | 14.23.5.2796 | forge-1.12.2-14.23.5.2796-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHI | advancedrocketrycore | 1 | minecraft.jar | None |
| LCHI | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCHI | openmodscore | 0.12.1 | minecraft.jar | None |
| LCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHI | opencomputers|core | 1.7.3.146 | minecraft.jar | None |
| LCHI | randompatches | 1.12.2-1.12.1.0 | randompatches-1.12.2-1.12.1.0.jar | None |
| LCHI | fastbench | 1.6.0 | FastWorkbench-1.12.2-1.6.0.jar | None |
| LCHI | actuallyadditions | 1.12.2-r144 | ActuallyAdditions-1.12.2-r144.jar | None |
| LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHI | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCHI | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
| LCHI | ic2 | 2.8.109-ex112 | industrialcraft-2-2.8.109-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHI | libvulpes | 0.4.0.-2 | LibVulpes-1.12.2-0.4.0-2-universal.jar | None |
| LCHI | advancedrocketry | 1.5.0.-127 | AdvancedRocketry-1.12.2-1.5.0-127-universal.jar | None |
| LCHI | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHI | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LCHI | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LCHI | endercore | 1.12.2-0.5.45 | EnderCore-1.12.2-0.5.45.jar | None |
| LCHI | crafttweaker | 4.1.14 | CraftTweaker2-1.12-4.1.14.jar | None |
| LCHI | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
| LCHI | modtweaker | 4.0.16 | modtweaker-4.0.16.jar | None |
| LCHI | jei | 4.14.4.264 | jei_1.12.2-4.14.4.264.jar | None |
| LCHI | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LCHI | biomesoplenty | 7.0.1.2425 | BiomesOPlenty-1.12.2-7.0.1.2425-universal.jar | None |
| LCHI | botania | r1.10-358 | Botania r1.10-358.jar | None |
| LCHI | craftstudioapi | 1.0.0 | CraftStudio-1.0.0.93-mc1.12-alpha.jar | None |
| LCHI | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| LCHI | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
| LCHI | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zb.jar | None |
| LCHI | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
| LCHI | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
| LCHI | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | brandonscore | 2.4.9 | BrandonsCore-1.12.2-2.4.9.195-universal.jar | None |
| LCHI | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | draconicevolution | 2.3.18 | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar | None |
| LCHI | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | enderio | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
| LCHI | enderiointegrationtic | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | tconstruct | 1.12.2-2.12.0.115 | TConstruct-1.12.2-2.12.0.115.jar | None |
| LCHI | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
| LCHI | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
| LCHI | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| LCHI | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
| LCHI | ancientwarfare | 1.12.2-2.7.0.559 | ancientwarfare-1.12.2-2.7.0.559.jar | None |
| LCHI | ancientwarfarestructure | @VERSION@ | ancientwarfare-1.12.2-2.7.0.559.jar | None |
| LCHI | ancientwarfarevehicle | 1.12.2-2.7.0.559 | ancientwarfare-1.12.2-2.7.0.559.jar | None |
| LCHI | ancientwarfarenpc | 1.12.2-2.7.0.559 | ancientwarfare-1.12.2-2.7.0.559.jar | None |
| LCHI | ancientwarfareautomation | 1.12.2-2.7.0.559 | ancientwarfare-1.12.2-2.7.0.559.jar | None |
| LCHI | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None |
| LCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LCHI | architecturecraft | @VERSION@ | architecturecraft-1.12-3.80.jar | None |
| LCHI | astralsorcery | 1.10.10 | astralsorcery-1.12.2-1.10.10.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHI | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
| LCHI | quark | r1.5-145 | Quark-r1.5-145.jar | None |
| LCHI | autoreglib | 1.3-24 | AutoRegLib-1.3-24.jar | None |
| LCHI | backpack | 3.0.2 | backpack-3.0.2-1.12.2.jar | None |
| LCHI | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
| LCHI | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
| LCHI | betterbuilderswands | 0.12.1 | BetterBuildersWands-1.12.2-0.12.1.254+27f21b9.jar | None |
| LCHI | bettermobgriefinggamerule | 1.12.2-7.0.1 | bettermobgriefinggamerule-1.12.2-7.0.1.jar | None |
| LCHI | betterquesting | 3.5.288 | BetterQuesting-3.5.288.jar | None |
| LCHI | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LCHI | forestry | 5.8.2.382 | forestry_1.12.2-5.8.2.382.jar | None |
| LCHI | binniecore | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | binniedesign | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | genetics | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | botany | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | extrabees | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | extratrees | 2.5.1.186 | binnie-mods-1.12.2-2.5.1.186.jar | None |
| LCHI | blockcraftery | 1.12.2-1.1.0 | blockcraftery-1.12.2-1.1.0.jar | None |
| LCHI | cyclicmagic | 1.17.15 | Cyclic-1.12.2-1.17.15.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHI | modularrouters | 1.12.2-3.2.1 | modular-routers-1.12.2-3.2.1.jar | None |
| LCHI | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LCHI | bloodmagic | 1.12.2-2.3.3-101 | BloodMagic-1.12.2-2.3.3-101.jar | None |
| LCHI | bookshelf | 2.3.573 | Bookshelf-1.12.2-2.3.573.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | buildinggadgets | 2.5.0 | BuildingGadgets-2.5.0.jar | None |
| LCHI | rf-capability-adapter | 1.0 | capabilityadapter-1.0.1.jar | None |
| LCHI | careerbees | 1.0 | careerbees-0.4.0.jar | None |
| LCHI | carryon | 1.12.1 | CarryOn MC1.12.2 v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCHI | computercraft | 1.80pr1.14 | cc-tweaked-1.80pr1.14.jar | None |
| LCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHI | chiselsandbits | 14.30 | chiselsandbits-14.30.jar | None |
| LCHI | chunkpregenerator | 1.9 | Chunk Pregenerator V1.12-1.9.2.jar | None |
| LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHI | colytra | 1.1.0.3 | colytra-1.12.2-1.1.0.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHI | cyclopscore | 1.0.2 | CyclopsCore-1.12.2-1.0.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHI | commoncapabilities | 2.0.0 | CommonCapabilities-1.12.2-2.0.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHI | compactmachines3 | 3.0.13 | compactmachines3-1.12.2-3.0.13-b236.jar | None |
| LCHI | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| LCHI | cookingforblockheads | 6.4.69 | CookingForBlockheads_1.12.2-6.4.69.jar | None |
| LCHI | cosmeticarmorreworked | 1.12.2-v4 | CosmeticArmorReworked-1.12.2-v4.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHI | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| LCHI | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4 | CosmeticArmorReworked-1.12.2-v4.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
| LCHI | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.14.jar | None |
| LCHI | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LCHI | danknull | 1.4.43 | DankNull-1.12-1.4.43.jar | None |
| LCHI | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | demagnetize | 1.12.2-1.0.1 | demagnetize-1.12.2-1.0.1.jar | None |
| LCHI | diethopper | 1.1 | diethopper-1.1.jar | None |
| LCHI | dirt2path | 1.7.1 | dirt2path-1.8.0.jar | None |
| LCHI | embers | 1.12 | EmbersRekindled-1.12.jar | None |
| LCHI | enderiobase | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderioconduits | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderioconduitsappliedenergistics | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | opencomputers | 1.7.3.146 | OpenComputers-MC1.12.2-1.7.3.146.jar | None |
| LCHI | enderioconduitsopencomputers | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderioconduitsrefinedstorage | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderiointegrationforestry | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderiointegrationticlate | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | ftblib | 5.4.1.76 | FTBLib-5.4.1.76.jar | None |
| LCHI | enderiomachines | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderiopowertools | 5.0.39 | EnderIO-1.12.2-5.0.39.jar | None |
| LCHI | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | immersiveengineering | 0.12-88 | ImmersiveEngineering-0.12-88.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHI | engineersdoors | 0.8.0 | engineers_doors-1.12.2-0.8.0.jar | None |
| LCHI | valkyrielib | 1.12.2-2.0.19.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| LCHI | environmentalmaterials | @EM_VERSION@ | environmentalmaterials-1.12.2-1.0.19.1.jar | None |
| LCHI | environmentaltech | 1.12.2-2.0.19.1 | environmentaltech-1.12.2-2.0.19.1.jar | None |
| LCHI | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
| LCHI | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| LCHI | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHI | extrabitmanipulation | 1.12.2-3.4.1 | ExtraBitManipulation-1.12.2-3.4.1.jar | None |
| LCHI | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
| LCHI | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LCHI | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
| LCHI | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
| LCHI | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
| LCHI | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
| LCHI | farmingforblockheads | 3.1.26 | FarmingForBlockheads_1.12.2-3.1.26.jar | None |
| LCHI | farseek | 2.3.1 | Farseek-1.12-2.3.1.jar | None |
| LCHI | fastfurnace | 1.2.1 | FastFurnace-1.12.2-1.2.1.jar | None |
| LCHI | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
| LCHI | flatcoloredblocks | mc1.12-6.7 | flatcoloredblocks-mc1.12-6.7.jar | None |
| LCHI | foamfix | 0.10.3-1.12.2 | foamfix-0.10.3-1.12.2.jar | None |
| LCHI | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| LCHI | ftbutilities | 5.3.0.73 | FTBUtilities-5.3.0.73.jar | None |
| LCHI | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
| LCHI | gardenstuff | 1.12-2.1.1 | GardenStuff-1.12-2.1.1.jar | None |
| LCHI | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| LCHI | gendustryjei | 1.0.2 | gendustryjei-1.0.2.jar | None |
| LCHI | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| LCHI | grassburner | 0.1.0 | grassburner-0.1.0.jar | None |
| LCHI | horsetweaks | 1.0.4 | HorseTweaks_1.12.2-1.0.4.jar | None |
| LCHI | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| LCHI | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| LCHI | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.4-228.jar | None |
| LCHI | integrateddynamics | 1.0.2 | IntegratedDynamics-1.12.2-1.0.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHI | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.2.jar | None |
| LCHI | integratedtunnels | 1.6.2 | IntegratedTunnels-1.12.2-1.6.2.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHI | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.2.jar | None |
| LCHI | mcjtylib_ng | 3.0.7 | mcjtylib-1.12-3.0.7.jar | None |
| LCHI | rftools | 7.59 | rftools-1.12-7.59.jar | None |
| LCHI | rustic | 1.0.15 | rustic-1.0.15.jar | None |
| LCHI | integrationforegoing | 1.12.2-1.8.2 | IntegrationForegoing-1.12.2-1.8.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHI | inventorytweaks | 1.64+dev.145.16d98f2 | InventoryTweaks-1.64+dev.145.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHI | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCHI | ironchest | 1.12.2-7.0.58.841 | ironchest-1.12.2-7.0.58.841.jar | None |
| LCHI | jaopca | 1.12.2-2.2.8.100 | JAOPCA-1.12.2-2.2.8.100.jar | None |
| LCHI | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.100.jar | None |
| LCHI | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| LCHI | jepb | 1.2.1 | jepb-1.12-1.2.1.jar | None |
| LCHI | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None |
| LCHI | jee | 1.0.6 | JustEnoughEnergistics-1.12.2-1.0.6.jar | None |
| LCHI | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LCHI | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
| LCHI | librarianlib | 4.15 | librarianlib-1.12.2-4.15.jar | None |
| LCHI | lostcities | 2.0.12 | lostcities-1.12-2.0.12.jar | None |
| LCHI | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| LCHI | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| LCHI | malisiscore | 1.12.2-6.4.0 | malisiscore-1.12.2-6.4.0.jar | None |
| LCHI | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
| LCHI | mclib | 1.0 | mclib-1.0-1.12.2.jar | None |
| LCHI | meecreeps | 1.2.2 | meecreeps-1.12-1.2.2.jar | None |
| LCHI | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| LCHI | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| LCHI | metamorph | 1.1.7 | metamorph-1.1.7-1.12.2.jar | None |
| LCHI | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| LCHI | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LCHI | neid | 1.5.4.3 | NotEnoughIDs-1.5.4.3.jar | None |
| LCHI | notenoughwands | 1.7.1 | notenoughwands-1.12-1.7.1.jar | None |
| LCHI | nuclearcraft | 2.13e | NuclearCraft-2.13e--1.12.2.jar | None |
| LCHI | nutrition | 4.0.0 | Nutrition-1.12.2-4.0.0.jar | None |
| LCHI | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHI | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHI | oreexcavation | 1.4.133 | OreExcavation-1.4.133.jar | None |
| LCHI | patchouli | 1.0-16 | Patchouli-1.0-16.jar | None |
| LCHI | placebo | 1.5.1 | Placebo-1.12.2-1.5.1.jar | None |
| LCHI | playersdropheads | 1.1.0 | playersdropheads-1.12.x-1.1.0.jar | None |
| LCHI | psi | r1.1-70 | Psi-r1.1-70.jar | None |
| LCHI | plustic | 7.0.0.0 | plustic-7.0.0.0.jar | None |
| LCHI | pneumaticcraft | 1.12.2-0.9.1-317 | pneumaticcraft-repressurized-1.12.2-0.9.1-317.jar | None |
| LCHI | prettybeaches | 1.0.4 | PrettyBeaches_1.12.2-1.0.4.jar | None |
| LCHI | projectintelligence | 1.0.2 | ProjectIntelligence-1.12.2-1.0.2.13-universal.jar | None |
| LCHI | questbook | 3.1.EXP_NET2-1.12 | questbook-3.1.EXP_NET2-1.12.jar | None |
| LCHI | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| LCHI | reccomplex | 1.4.7 | RecurrentComplex-1.4.7.jar | None |
| LCHI | redstonearsenal | 2.6.1 | RedstoneArsenal-1.12.2-2.6.1.15-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | rftoolscontrol | 1.9.2 | rftoolsctrl-1.12-1.9.2.jar | None |
| LCHI | rftoolsdim | 5.63 | rftoolsdim-1.12-5.63.jar | None |
| LCHI | roots | 0.104 | roots-2-0.104.jar | None |
| LCHI | scannable | 1.6.3.24 | Scannable-MC1.12.2-1.6.3.24.jar | None |
| LCHI | schematica | 1.8.0.169 | Schematica-1.12.2-1.8.0.169-universal.jar | None |
| LCHI | shootit | 0.1 | shootit-1.12.2-0.2.jar | None |
| LCHI | solcarrot | 1.3.1 | solcarrot-1.12.2-1.3.3.jar | None |
| LCHI | bq_standard | 3.4.149 | StandardExpansion-3.4.149.jar | None |
| LCHI | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
| LCHI | streams | 0.4.4 | Streams-1.12-0.4.4.jar | None |
| LCHI | supersoundmuffler | 1.0.2.9 | supersoundmuffler-1.12.1-1.0.2.9.jar | None |
| LCHI | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
| LCHI | thaumictinkerer | 1.12.2-5.0-353c71c | thaumictinkerer-1.12.2-5.0-353c71c.jar | None |
| LCHI | thermalcultivation | 0.3.1 | ThermalCultivation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | thermalinnovation | 0.3.1 | ThermalInnovation-1.12.2-0.3.1.8-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHI | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCHI | torchmaster | 1.7.1.74 | torchmaster_1.12.2-1.7.1.74.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHI | unlimitedchiselworks | 0.2.0 | UnlimitedChiselWorks-0.2.0.jar | None |
| LCHI | unloader | 1.2.0 | unloader-1.2.0.jar | None |
| LCHI | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.19.1.jar | None |
| LCHI | villagermarket | 1.0.0 | villager-market-1.12.2-1.0.0.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
| LCHI | wawla | 2.5.265 | Wawla-1.12.2-2.5.265.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
| LCHI | wizardry | 0.9.9 | wizardry-0.9.9.jar | None |
| LCHI | xnet | 1.7.5 | xnet-1.12-1.7.5.jar | None |
| LCHI | ynot | 0.2.3 | YNot-0.2.3.jar | None |
| LCHE | structurize | 1.12.2-0.10.47-ALPHA | structurize-1.12.2-0.10.47-ALPHA.jar | None |
| LCH | minecolonies | 1.12.2-0.10.177-ALPHA | minecolonies-1.12.2-0.10.177-ALPHA-universal.jar | None |
| LCH | librarianliblate | 4.15 | librarianlib-1.12.2-4.15.jar | None |
| LCH | mysticallib | 1.12.2-1.0.0 | mysticallib-1.12.2-1.0.0.jar | None |
| LCH | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| LCH | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
| LCH | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
farseek.core.FarseekClassTransformer
BedPatch (bedpatch-2.2-1.12.2.jar)
com.mordenkainen.bedpatch.BedPatchASM
Plugin (NotEnoughIDs-1.5.4.3.jar)
ru.fewizz.neid.asm.Transformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
ColytraLoadingPlugin (colytra-1.12.2-1.1.0.3.jar)
c4.colytra.asm.ElytraTransformer
RandomPatches (randompatches-1.12.2-1.12.1.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.5-145.jar)
vazkii.quark.base.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
invtweaks.forge.asm.ContainerTransformer
AstralCore (astralsorcery-1.12.2-1.10.10.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
squeek.applecore.asm.TransformerModuleHandler
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
li.cil.oc.common.asm.ClassTransformer
Wizardry Plugin (wizardry-0.9.9.jar)
com.teamwizardry.wizardry.asm.WizardryTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-127-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
openmods.core.OpenModsClassTransformer
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-6 for Forge 14.23.5.2768
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
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)
- wailaIntegration (Enabled/Not Forced)
List of loaded APIs:
* actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r144.jar
* ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.4.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.0.17.74) from BetterAdvancements-1.12.2-0.0.17.74.jar
* BetterQuesting|API (3.1) from BetterQuesting-3.5.288.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.288.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.50.jar
* bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.3.3-101.jar
* BotaniaAPI (92) from Botania r1.10-358.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.30.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.1.22-universal.jar
* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.0.0.jar
* ComputerCraft|API (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|FileSystem (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Lua (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Media (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Network (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Network|Wired (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Peripheral (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Permissions (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Redstone (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Turtle (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* ComputerCraft|API|Turtle|Event (1.80pr1.14) from cc-tweaked-1.80pr1.14.jar
* cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.18.329-universal.jar
* EmbersAPI (0.1) from EmbersRekindled-1.12.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.39.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.26.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.382.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.382.jar
* funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-88.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-88.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.4-228.jar
* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.2.jar
* jeresources|API (0.8.10.50) from JustEnoughResources-1.12.2-0.8.10.50.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.3.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.3.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.3.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.3.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.3.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.14.4.264.jar
* MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.4.13.349.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.9-mc1.12.2.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.3.146.jar
* PatchouliAPI (6) from Patchouli-1.0-16.jar
* PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.9.1-317.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36.jar
* PsiAPI (10) from Psi-r1.1-70.jar
* QuarkAPI (2) from Quark-r1.5-145.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* SchematicaAPI (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* SchematicaAPI|Events (1.1) from Schematica-1.12.2-1.8.0.169-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
* Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
* valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.19.1.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* Offline mode for dedicated servers is NOT supported by Ender IO.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
forestry : Modules have been disabled in the config: Ceramic, Crate, Carpentry
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I will try to fix this, no promises.
Due to the closed source of Optifine i have todo reflection, which needs to be setup.
Thanks @OrionDevelopment for not dismissing this outright. I am aware that double posting after the initial issue was closed is not acceptable behavior.
I haven't looked at the code in question but remain optimistic that a solution can be found for the code that gets inadvertently called prior to crashing.
Nope, it exists, that is the problem.
The problem is that even with reflection, i need to load the class, which crashes already.
The proper solution here is to dump this init call behind the proxy.
Confirms on this, but the class that was not found is net.minecraft.client.resources.IResourcePack
due to the fact that physical server don't implement client codes.
Obviously this is calling client side codes on physical server, iirc the resolution is simply an annotation.
@Pythonic-Rainbow. If it is that simple create a pr.....
I am just suggesting an annotation can fix this, don’t get me wrong.I appreciate all of yours effort, and would like to contribute by giving some info for issues.
See actually it can't.
The access is controlled via reflection and SideOnly does not cover that.
Been off the grid for a while. Any progress on this issue, or is my situation hopeless?
I have not have time to fix this….
But it is in the list, somewhere in the middle though.
Oh? Thanks for the update. There is a fix in mind, or no time to think about that yet? I would really love to update minecolonies-1.12.2-0.10.128-ALPHA-universal.jar to the latest v. but that is the latest i could find that behaves with Optifine before Structurize began crashing. Many minecolonies features are broken or missing that I'd love to utilize.
I can try to get it in tomorrow
The fix is relatively easy
But i had no time to make it yet, other things came in the way.