Minecraft Crash after removing OpenComputers mod
DanielGRamos opened this issue ยท 4 comments
So I was building a minecraft modpack in 1.12.2 . After finishing, when I entered minecraft the game was to slow so I removed OpenComputers since I dont like it that much and its kinda heavy. After removing it my minecraft crashes on the loading screen.
--Minecraft Version: 1.12.2
--Forge Version: 14.23.4.2739 (Latest)
Quick note: minecraft didnt crash before removing open computers. And I think its weird minecraft crashing because you dont have a mod.
Here is the crash report:
---- Minecraft Crash Report ----
WARNING: coremods are present:
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
Contact their authors BEFORE contacting forge
// You're mean.
Time: 7/29/18 11:24 AM
Description: Initializing game
java.lang.NoClassDefFoundError: li/cil/oc/api/driver/DriverBlock
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
at sun.reflect.GeneratedMethodAccessor9.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:226)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: li.cil.oc.api.driver.DriverBlock
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Client thread
Stacktrace:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:529)
at sun.reflect.GeneratedMethodAccessor9.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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:135)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:226)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_161, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 5641528352 bytes (5380 MB) / 6823608320 bytes (6507 MB) up to 6823608320 bytes (6507 MB)
JVM Flags: 3 total; -Xmx7168M -Xms6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2739 168 mods loaded, 168 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 |
|:----- |:--------------------------------- |:---------------------------- |:-------------------------------------------------- |:---------------------------------------- |
| UC | minecraft | 1.12.2 | minecraft.jar | None |
| UC | mcp | 9.42 | minecraft.jar | None |
| UC | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | forge | 14.23.4.2739 | forge-1.12.2-14.23.4.2739.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UC | openmodscore | 0.11.5 | minecraft.jar | None |
| UC | actuallyadditions | 1.12.2-r138 | ActuallyAdditions-1.12.2-r138.jar | None |
| UC | akashictome | 1.2-10 | AkashicTome-1.2-10.jar | None |
| UC | applecore | 3.1.3 | AppleCore-mc1.12.2-3.1.3.jar | None |
| UC | jei | 4.11.0.206 | jei_1.12.2-4.11.0.206.jar | None |
| UC | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UC | appliedenergistics2 | rv6-alpha-3 | appliedenergistics2-rv6-alpha-3.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| UC | psi | r1.1-59 | Psi-r1.1-59.jar | None |
| UC | autoreglib | 1.3-18 | AutoRegLib-1.3-18.jar | None |
| UC | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None |
| UC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UC | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UC | betteradvancements | 0.0.8.50 | BetterAdvancements-1.12.2-0.0.8.50.jar | None |
| UC | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None |
| UC | ic2 | 2.8.94-ex112 | industrialcraft-2-2.8.94-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UC | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
| UC | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None |
| UC | forestry | 5.8.0.291 | forestry_1.12.2-5.8.0.291.jar | None |
| UC | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None |
| UC | biomesoplenty | 7.0.1.2395 | BiomesOPlenty-1.12.2-7.0.1.2395-universal.jar | None |
| UC | bookshelf | 2.3.553 | Bookshelf-1.12.2-2.3.553.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | thaumcraft | 6.1.BETA19 | Thaumcraft-1.12.2-6.1.BETA19.jar | None |
| UC | botania | r1.10-354 | Botania r1.10-354.jar | None |
| UC | codechickenlib | 3.2.0.345 | CodeChickenLib-1.12.2-3.2.0.345-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | brandonscore | 2.4.3 | BrandonsCore-1.12.2-2.4.3.168-universal.jar | None |
| UC | buildcraftlib | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftcore | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftbuilders | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftenergy | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftfactory | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftrobotics | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcrafttransport | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | buildcraftsilicon | 7.99.17 | buildcraft-7.99.17.jar | None |
| UC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UC | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None |
| UC | chisel | MC1.12.2-0.2.0.31 | Chisel-MC1.12.2-0.2.0.31.jar | None |
| UC | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
| UC | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
| UC | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | cyclopscore | 0.11.8 | CyclopsCore-1.12.2-0.11.8.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC | commoncapabilities | 1.4.0 | CommonCapabilities-1.12-1.4.0.jar | None |
| UC | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
| UC | compactdrawers | 1.12.2-1.0.3.86 | CompactDrawers-1.12.2-1.0.3.86.jar | None |
| UC | refinedstorage | 1.6 | refinedstorage-1.6.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UC | compactmachines3 | 3.0.12 | compactmachines3-1.12.2-3.0.12-b215.jar | None |
| UC | compactsolars | 1.12.2-5.0.17.340 | CompactSolars-1.12.2-5.0.17.340-universal.jar | None |
| UC | endercore | 1.12.2-0.5.35 | EnderCore-1.12.2-0.5.35.jar | None |
| UC | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | draconicevolution | 2.3.12 | Draconic-Evolution-1.12.2-2.3.12.297-universal.jar | None |
| UC | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | enderio | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderiointegrationtic | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
| UC | conarm | 1.0.2 | conarm-1.12.2-1.0.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UC | cookingforblockheads | 6.4.44 | CookingForBlockheads_1.12.2-6.4.44.jar | None |
| UC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UC | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | eleccore | 1.8.434 | ElecCore-1.12.2-1.8.434.jar | None |
| UC | mcjtylib_ng | 3.0.3 | mcjtylib-1.12-3.0.3.jar | None |
| UC | deepresonance | 1.7.1 | deepresonance-1.12-1.7.1.jar | None |
| UC | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UC | defaultoptions | 9.2.7 | DefaultOptions_1.12.2-9.2.7.jar | None |
| UC | diethopper | 1.1 | diethopper-1.1.jar | None |
| UC | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
| UC | enderiobase | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderioconduits | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderioconduitsappliedenergistics | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderioconduitsopencomputers | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderioconduitsrefinedstorage | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderiointegrationforestry | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderiointegrationticlate | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UC | ftblib | 5.2.0.28 | FTBLib-5.2.0.28.jar | None |
| UC | enderiomachines | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderiopowertools | 5.0.29 | EnderIO-1.12.2-5.0.29.jar | None |
| UC | enderstorage | 2.4.4.132 | EnderStorage-1.12.2-2.4.4.132-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | valkyrielib | 1.12.2-2.0.13a | valkyrielib-1.12.2-2.0.13a.jar | None |
| UC | environmentaltech | 1.12.2-2.0.13a | environmentaltech-1.12.2-2.0.13a.jar | None |
| UC | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| UC | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
| UC | immersiveengineering | 0.12-84 | ImmersiveEngineering-0.12-84.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UC | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UC | extrautils2 | 1.0 | extrautils2-1.12-1.8.1.jar | None |
| UC | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| UC | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
| UC | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None |
| UC | ftbutilities | 5.2.0.33 | FTBUtilities-5.2.0.33.jar | None |
| UC | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UC | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
| UC | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
| UC | immersivecables | 1.3.1 | ImmersiveCables-1.12.2-1.3.1.jar | None |
| UC | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
| UC | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
| UC | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UC | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.10.7-204.jar | None |
| UC | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
| UC | integrateddynamics | 0.11.14 | IntegratedDynamics-1.12.2-0.11.14.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-0.11.14.jar | None |
| UC | integratedtunnels | 1.5.6 | IntegratedTunnels-1.12.2-1.5.6.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| UC | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.5.6.jar | None |
| UC | harvestcraft | 1.12.2u | Pam's+HarvestCraft+1.12.2u.jar | None |
| UC | rftools | 7.55 | rftools-1.12-7.55.jar | None |
| UC | integrationforegoing | 1.12.2-1.7.3 | IntegrationForegoing-1.12.2-1.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| UC | inventorysorter | 1.13.3+57 | inventorysorter-1.12.2-1.13.3+57.jar | None |
| UC | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| UC | ironchest | 1.12.2-7.0.44.829 | ironchest-1.12.2-7.0.44.829.jar | None |
| UC | jehc | 1.12.2 | JEHC-1.12.2-1.6.1.0.jar | None |
| UC | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
| UC | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| UC | justenoughreactors | 1.1.1.47 | JustEnoughReactors-1.12.2-1.1.1.47.jar | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| UC | jeresources | 0.8.8.47 | JustEnoughResources-1.12.2-0.8.8.47.jar | None |
| UC | llor | 1.1.6-mc1.12.2 | LLOverlayReloaded-1.1.6-mc1.12.2.jar | None |
| UC | lostcities | 2.0.10 | lostcities-1.12-2.0.10.jar | None |
| UC | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
| UC | meecreeps | 1.2.1 | meecreeps-1.12-1.2.1.jar | None |
| UC | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| UC | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| UC | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
| UC | mob_grinding_utils | 0.3.8 | MobGrindingUtils-0.3.8.jar | None |
| UC | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| UC | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UC | nonvflash | 1.2.0 | NoNVFlash-1.12.2-1.2.0.3-universal.jar | None |
| UC | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| UC | placebo | 1.4.0 | Placebo-1.12.2-1.4.0.jar | None |
| UC | twilightforest | 3.7.424 | twilightforest-1.12.2-3.7.424-universal.jar | None |
| UC | plustic | 6.5.2.0 | plustic-6.5.2.0.jar | None |
| UC | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
| UC | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
| UC | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| UC | reborncore | 3.9.2.319 | RebornCore-1.12.2-3.9.2.319-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UC | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.2.0.60.jar | None |
| UC | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | refinedstorageaddons | 0.4 | refinedstorageaddons-0.4.jar | None |
| UC | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
| UC | rftoolsdim | 5.60 | rftoolsdim-1.12-5.60.jar | None |
| UC | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None |
| U | rftpwroc | 0.1 | rftpwr_oc-0.2.jar | None |
| U | simplegenerators | 1.12.2-2.0.13a | simplegenerators-1.12.2-2.0.13a.jar | None |
| U | thaumicjei | 1.2.1 | ThaumicJEI-1.12.2-1.4.0-14.jar | None |
| U | thaumictinkerer | 1.12.2-5.0-51a5074 | thaumictinkerer-1.12.2-5.0-51a5074.jar | None |
| U | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | None |
| U | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | None |
| U | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | None |
| U | tinker_io | release 2.6.1 | tinker_io-1.12.2-release+2.6.1.jar | None |
| U | tinkersaddons | 1.0.7 | Tinkers'+Addons-1.12.1-1.0.7.jar | None |
| U | tcomplement | ${version} | TinkersComplement-1.12.2-0.2.3b.jar | None |
| U | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
| U | topaddons | 1.12.2-1.8.0 | topaddons-1.12.2-1.8.0.jar | None |
| U | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.13a.jar | None |
| U | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| U | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
| U | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
| U | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
| U | unidict | 1.12.2-2.5f | UniDict-1.12.2-2.5f.jar | None |
Loaded coremods (and transformers):
AppleCore (AppleCore-mc1.12.2-3.1.3.jar)
squeek.applecore.asm.TransformerModuleHandler
EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.7.4.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
openmods.core.OpenModsClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-84.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 398.11' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
AE2 Version: alpha rv6-alpha-3 for Forge 14.23.3.2655
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)
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)
- wailaIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.4.2739
LWJGL: 2.9.4
OpenGL: GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.11, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x AMD Ryzen 3 1200 Quad-Core Processor
though it's closed, i'm adding the comment incase others actually hit this post though it's not related to mekanism.
| U | rftpwroc | 0.1 | rftpwr_oc-0.2.jar
this rftools mod requires computercraft. and is the sinner causing that error.
though it's closed, i'm adding the comment incase others actually hit this post though it's not related to mekanism.
| U | rftpwroc | 0.1 | rftpwr_oc-0.2.jar
this rftools mod requires computercraft. and is the sinner causing that error.
thank you this helped me find an error in my pack