Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  ForgelinPlugin (Forgelin_1.8.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks_1.12.2_1.64dev.151.jar)
  TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.5build30-universal.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 11/5/21 12:25 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/indemnity83/irontanks/common/blocks/TankBlock
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    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:497)
    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.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.indemnity83.irontanks.common.blocks.TankBlock
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 39 more
Caused by: java.lang.NoClassDefFoundError: buildcraft/factory/block/ITankBlockConnector
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 41 more
Caused by: java.lang.ClassNotFoundException: buildcraft.factory.block.ITankBlockConnector
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 45 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(Class.java:348)
    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:85)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:611)
    at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    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:497)
    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.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    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:497)
    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_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4981078968 bytes (4750 MB) / 5838471168 bytes (5568 MB) up to 5905580032 bytes (5632 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx5624M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2855 Optifine OptiFine_1.12.2_HD_U_F4 111 mods loaded, 111 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                                |
    |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft                         | 1.12.2                   | minecraft.jar                                      | None                                     |
    | LC    | mcp                               | 9.42                     | minecraft.jar                                      | None                                     |
    | LC    | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                             | 14.23.5.2855             | forge-1.12.2-14.23.5.2855.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | ivtoolkit                         | 1.3.3-1.12               | minecraft.jar                                      | None                                     |
    | LC    | voxelmap                          | 1.9.25                   | forgemod_voxelmap-1.9.26b_for_1.12.2.jar           | None                                     |
    | LC    | actuallyadditions                 | 1.12.2-r151              | ActuallyAdditions_1.12.2_r151_2.jar                | None                                     |
    | LC    | ic2                               | 2.8.178-ex112            | industrialcraft-2-2.8.178-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | advanced_machines                 | 61.0.1                   | Advanced+Machines-61.0.1.jar                       | None                                     |
    | LC    | advanced_solar_panels             | 4.3.0                    | Advanced+Solar+Panels-4.3.0.jar                    | None                                     |
    | LC    | appliedenergistics2               | rv6-stable-7             | appliedenergistics2_rv6_stable_7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | LC    | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
    | LC    | ambientsounds                     | 3.0                      | AmbientSounds_v3.0.9_mc1.12.2.jar                  | None                                     |
    | LC    | jei                               | 4.15.0.296               | jei_1.12.2_4.15.0.296.jar                          | None                                     |
    | LC    | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                         | None                                     |
    | LC    | bookshelf                         | 2.3.585                  | Bookshelf-1.12.2-2.3.585.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | codechickenlib                    | 3.2.3.358                | CodeChickenLib_1.12.2_3.2.3.358_universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | brandonscore                      | 2.4.19                   | BrandonsCore-1.12.2-2.4.19.214-universal.jar       | None                                     |
    | LC    | carryon                           | 1.12.1                   | CarryOnMC1.12.2v1.12.1.jar                         | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LC    | cleanview                         | 1.12.2-v1                | CleanView_1.12.2_v1.jar                            | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LC    | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
    | LC    | cofhworld                         | 1.4.0                    | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
    | LC    | cyclopscore                       | 1.6.4                    | CyclopsCore-1.12.2-1.6.4.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | commoncapabilities                | 2.4.6                    | CommonCapabilities-1.12.2-2.4.6.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | thermalfoundation                 | 2.6.7                    | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
    | LC    | draconicevolution                 | 2.3.27                   | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None                                     |
    | LC    | eplus                             | 5.0.176                  | EnchantingPlus-1.12.2-5.0.176.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | endercore                         | 1.12.2-0.5.76            | EnderCore-1.12.2-0.5.76.jar                        | None                                     |
    | LC    | thermalexpansion                  | 5.5.7                    | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
    | LC    | enderio                           | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderiointegrationtic             | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderiobase                       | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderioconduits                   | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderioconduitsappliedenergistics | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderioconduitsopencomputers      | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderioconduitsrefinedstorage     | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderiointegrationforestry        | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
    | LC    | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
    | LC    | enderiointegrationticlate         | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderiomachines                   | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | enderiopowertools                 | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                          | None                                     |
    | LC    | environmentalcreepers             | 1.5.0                    | environmentalcreepers-1.12.2-1.5.0.jar             | 2b03e1423915a189b8094816baa18f239d576dff |
    | LC    | extrautils2                       | 1.0                      | extrautils2_1.12_1.9.8.jar                         | None                                     |
    | LC    | fastleafdecay                     | v14                      | FastLeafDecay_1.12.2_v14.jar                       | None                                     |
    | LC    | fencejumper                       | 1.0.5                    | fencejumper-1.12-1.0.5.jar                         | None                                     |
    | LC    | forgelin                          | 1.8.2                    | Forgelin_1.8.2.jar                                 | None                                     |
    | LC    | forgemultipartcbe                 | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | microblockcbe                     | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
    | LC    | minecraftmultipartcbe             | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar       | None                                     |
    | LC    | friendlyfire                      | 1.5.8                    | FriendlyFire_1.12.2_1.5.8.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | gravisuite                        | 3.1.1                    | GravitationSuite_1.12.2_3.1.1.jar                  | None                                     |
    | LC    | hardcorerevival                   | 1.0.6                    | Hardcore_Revival_Mod_1.12.2.jar                    | None                                     |
    | LC    | waila                             | 1.8.26                   | Hwyla_1.8.26_B41_1.12.2.jar                        | None                                     |
    | LC    | immersiveengineering              | 0.12-98                  | ImmersiveEngineering_0.12_98.jar                   | None                                     |
    | LC    | immersivepetroleum                | @VERSION@                | immersivepetroleum_1.12.2_1.1.5.jar                | None                                     |
    | LC    | industrialwires                   | 1.6-23                   | IndustrialWires_1.12.2_1.6_23.jar                  | 7e11c175d1e24007afec7498a1616bef0000027d |
    | LC    | integrateddynamics                | 1.1.6                    | IntegratedDynamics-1.12.2-1.1.6.jar                | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | integrateddynamicscompat          | 1.0.0                    | IntegratedDynamics-1.12.2-1.1.6.jar                | None                                     |
    | LC    | inventorysorter                   | 1.12.0+49                | inventorysorter_1.12.2_1.12.049.jar                | None                                     |
    | LC    | inventorytweaks                   | 1.64+dev.151.822d839     | InventoryTweaks_1.12.2_1.64dev.151.jar             | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LC    | ironchest                         | 1.12.2-7.0.67.844        | ironchest_1.12.2_7.0.67.844.jar                    | None                                     |
    | L     | irontanks                         | 2.1.0-beta.4             | irontanks_1.12.2_2.1.0_beta.4.jar                  | None                                     |
    | L     | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
    | L     | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                            | None                                     |
    | L     | mcmultipart                       | 2.5.3                    | MCMultiPart-1.12.2-2.5.3.jar                       | None                                     |
    | L     | immersivetech                     | 1.7.53                   | MCTImmersiveTechnology-1.12.2-1.7.53.jar           | None                                     |
    | L     | mekanism                          | 1.12.2-9.6.4.356         | Mekanism-1.12.2-9.6.4.356.jar                      | None                                     |
    | L     | mobends                           | 0.24                     | mobends_0.24_for_MC_1.12.jar                       | None                                     |
    | L     | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
    | L     | mrtjpcore                         | 2.1.4.43                 | MrTJPCore-1.12.2-2.1.4.43-universal.jar            | None                                     |
    | L     | mtlib                             | 3.0.6                    | MTLib-3.0.6.jar                                    | None                                     |
    | L     | recipehandler                     | 0.13                     | NoMoreRecipeConflict-0.13(1.12.2).jar              | None                                     |
    | L     | neid                              | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                           | None                                     |
    | L     | nei                               | 2.4.3                    | NotEnoughItems_1.12.2_2.4.3.245_universal.jar      | None                                     |
    | L     | omlib                             | 3.1.3-246                | omlib-1.12.2-3.1.3-246.jar                         | None                                     |
    | L     | sonarcore                         | 5.0.16                   | sonarcore-1.12.2-5.0.16-16.jar                     | None                                     |
    | L     | practicallogistics2               | 3.0.5                    | practicallogistics2-1.12.2-3.0.5-8.jar             | None                                     |
    | L     | projectred-core                   | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-Base.jar               | None                                     |
    | L     | projectred-illumination           | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-lighting.jar           | None                                     |
    | L     | projectred-expansion              | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
    | L     | projectred-relocation             | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
    | L     | projectred-transportation         | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
    | L     | projectred-exploration            | 4.9.4.120                | ProjectRed-1.12.2-4.9.4.120-world.jar              | None                                     |
    | L     | quantumflux                       | 2.0.14                   | quantumflux-1.12.2-2.0.14.jar                      | None                                     |
    | L     | quickhomes                        | 1.2.2                    | QuickHomes-1.2.2.jar                               | None                                     |
    | L     | reborncore                        | 3.19.1.521               | RebornCore-1.12.2-3.19.1.521-universal.jar         | None                                     |
    | L     | shouldersurfing                   | 1.16                     | ShoulderSurfing-1.12.2-1.15.1.jar                  | None                                     |
    | L     | shulkertooltip                    | 1.5.2                    | ShulkerTooltip_1.12.2_1.5.2.jar                    | None                                     |
    | L     | sit                               | v1.1.1                   | sit_1.12.x_v1.1.1.jar                              | None                                     |
    | L     | solargeneration                   | 1.3.0                    | SolarGeneration_1.12.2_1.3.0.jar                   | None                                     |
    | L     | stg                               | 1.12-1.2.1               | stg-1.12-1.2.1.jar                                 | None                                     |
    | L     | techreborn                        | 2.27.1.1076              | TechReborn-1.12.2-2.27.1.1076-universal.jar        | None                                     |
    | L     | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
    | L     | tlauncher_custom_cape_skin        | 1.4                      | tlskincape_1.12.2-1.4.jar                          | None                                     |
    | L     | torcherino                        | 7.6                      | torcherino-7.6.jar                                 | None                                     |
    | L     | torohealthmod                     | 1.12.2-11                | torohealth-1.12.2-11.jar                           | None                                     |
    | L     | treechopper                       | 1.2.4                    | TreeChopper_1.12.2_1.2.4.jar                       | None                                     |
    | L     | treechoppin                       | 1.0.0                    | TreeChoppin_1.12.2_1.0.0.jar                       | None                                     |
    | L     | uteamcore                         | 2.2.4.107                | u_team_core-1.12.2-2.2.4.107.jar                   | None                                     |
    | L     | upsizer                           | 4.0                      | upsizer_mc1.12.1_4.0.jar                           | None                                     |
    | L     | usefulbackpacks                   | 1.5.0.23                 | useful_backpacks-1.12.2-1.5.0.23.jar               | None                                     |
    | L     | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar              | None                                     |
    | L     | wanionlib                         | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
    | L     | xaerominimap                      | 1.19.4                   | Xaeros_Minimap_1.19.4_Forge_1.12.jar               | None                                     |
    | L     | xaeroworldmap                     | 1.5.2                    | XaerosWorldMap_1.5.2_Forge_1.12.jar                | None                                     |
    | L     | phosphor-lighting                 | 1.12.2-0.1.5             | phosphor-1.12.2-0.1.5build30-universal.jar         | None                                     |
    | L     | techreborn_compat                 | 1.0.0                    | TechReborn-ModCompatibility-1.12.2-1.4.0.73.jar    | None                                     |
    | L     | unidict                           | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                           | None                                     |

    Loaded coremods (and transformers): 
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.1.jar)
  com.teamderpy.shouldersurfing.asm.ShoulderTransformations
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
ForgelinPlugin (Forgelin_1.8.2.jar)
  
Inventory Tweaks Coremod (InventoryTweaks_1.12.2_1.64dev.151.jar)
  invtweaks.forge.asm.ContainerTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.1.5build30-universal.jar)
  
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.14757 Compatibility Profile Context 20.11.3 27.20.14501.24001' Renderer: 'Radeon RX550/550 Series'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    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.):
                  * Optifine is installed. This is NOT supported.
                 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.
    Authlib is : /C:/Users/%d0%9c%d0%b8%d1%85%d0%b0%d0%b8%d0%bb/AppData/Roaming/.minecraft/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!You are looking at the diagnostics information, not at the crash.       !!!
    !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    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)
        - wailaIntegration (Enabled/Not Forced)

    Launched Version: ForgeOptiFine 1.12.2
    LWJGL: 2.9.4
    OpenGL: Radeon RX550/550 Series GL version 4.6.14757 Compatibility Profile Context 20.11.3 27.20.14501.24001, ATI Technologies Inc.
    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: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: Русский (Россия)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_F4
    OptiFine Build: 20191023-234904
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.14757 Compatibility Profile Context 20.11.3 27.20.14501.24001
    OpenGlRenderer: Radeon RX550/550 Series
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 4

Guest
This topic is now closed to further replies.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.