Jump to content

java.lang.VerifyError: Inconsistent stackmap frames at branch target 47


WoolfyGor

Recommended Posts

Hello, need some advice with this crash report. Can someone help me with this? 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  DLFMLCorePlugin (DynamicLights_1.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks_1.64_dev.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  MMFMLCorePlugin (MultiMine_1.12.2.jar)
  RBLoadingPlugin (RealBench_1.12.2_1.3.3.jar)
  iceandfire (iceandfire_1.12.2_1.8.2.jar)
  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  McLib core mod (mclib-1.0.3-1.12.2.jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 11/19/19 12:20 PM
Description: Initializing game

java.lang.VerifyError: Inconsistent stackmap frames at branch target 47
Exception Details:
  Location:
    net/minecraft/world/World.func_175638_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/EnumSkyBlock;)I @32: goto
  Reason:
    Current frame's stack size doesn't match stackmap.
  Current Frame:
    bci: @32
    flags: { }
    locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' }
    stack: { integer }
  Stackmap Frame:
    bci: @47
    flags: { }
    locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' }
    stack: { top, integer }
  Bytecode:
    0x0000000: 2cb2 0290 a600 0e2a 2bb6 030a 9900 0610
    0x0000010: 0fac 2a2b b601 914e 2cb2 0290 a600 0703
    0x0000020: a700 0f2d b901 a101 002d 2a2b b808 6a36
    0x0000030: 042d b901 a101 002d 2a2b b603 0d36 0515
    0x0000040: 0504 a200 0604 3605 1505 100f a100 0615
    0x0000050: 04ac 1504 100e a100 0615 04ac b804 be3a
    0x0000060: 06b8 086e 3a07 1907 be36 0803 3609 1509
    0x0000070: 1508 a200 4a19 0715 0932 3a0a 1906 2bb6
    0x0000080: 0872 190a b608 7657 2a2c 1906 b603 4315
    0x0000090: 0564 360b 150b 1504 a400 0715 0b36 0415
    0x00000a0: 0410 0ea1 0013 1504 360c 150c 360d 1906
    0x00000b0: b604 c915 0dac 8409 01a7 ffb5 1504 3607
    0x00000c0: 1906 b604 c915 07ac 3a0e 1906 b604 c919
    0x00000d0: 0ebf                                   
  Exception Handler Table:
    bci [97, 174] => handler: 200
    bci [182, 192] => handler: 200
    bci [200, 202] => handler: 200
  Stackmap Table:
    same_frame(@18)
    append_frame(@35,Object[#413])
    full_frame(@47,{Object[#2],Object[#26],Object[#652],Object[#413]},{Top,Integer})
    full_frame(@72,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer},{Top})
    same_locals_1_stack_item_frame(@82,Top)
    same_locals_1_stack_item_frame(@92,Top)
    full_frame(@110,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer},{Top})
    full_frame(@159,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer,Object[#698],Integer},{Top})
    same_locals_1_stack_item_frame(@182,Top)
    full_frame(@188,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer},{Top})
    full_frame(@200,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24]},{Object[#286]})

    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at com.rwtema.extrautils2.ExtraUtils2.<clinit>(ExtraUtils2.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor9.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)


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at com.rwtema.extrautils2.ExtraUtils2.<clinit>(ExtraUtils2.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor9.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: 399299352 bytes (380 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2847 Optifine OptiFine_1.12.2_HD_U_E3 90 mods loaded, 89 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.2847.jar                      | None                                     |
    | LC    | forge                       | 14.23.5.2847                 | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LC    | bspkrscore                  | 7.6.0.1                      | 1.12bspkrsCore_universal_7.6.0.1.jar               | None                                     |
    | LC    | treecapitator               | 1.43.0                       | 1.12TreeCapitator_client_1.43.0.jar                | None                                     |
    | LC    | jei                         | 4.15.0.291                   | jei_1.12.2_4.15.0.291.jar                          | None                                     |
    | LC    | abyssalcraft                | 1.9.13.1                     | AbyssalCraft_1.12.2_1.9.13.1.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LC    | buildcraftlib               | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftcore              | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftfactory           | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcrafttransport         | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftsilicon           | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | additionalpipes             | 6.0.0.8                      | additional-pipes-mod-1_12_2.jar                    | None                                     |
    | LC    | ic2                         | 2.8.182-ex112                | industrialcraft_2_2.8.182_ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | advanced_solar_panels       | 4.3.0                        | AdvancedSolarPanels_1.12.2_4.3.0.jar               | None                                     |
    | LC    | orbis-lib                   | 0.2.0                        | orbis-lib-1.12.2-0.2.0+build118.jar                | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC    | aether                      | 0.2.4                        | aether_ii_1.12.2_0.2.4build118_universal.jar       | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC    | betteranimationscollection2 | 1.0.2                        | BetterAnimationsCollection2_v1.0.2_1.12.2.jar      | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
    | LC    | biomesoplenty               | 7.0.1.2443                   | BiomesOPlenty_1.12.2_7.0.1.2443_universal.jar      | None                                     |
    | 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.15                       | BrandonsCore-1.12.2-2.4.15.206-universal.jar       | None                                     |
    | LC    | buildcraftbuilders          | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftenergy            | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | mantle                      | 1.12-1.3.3.55                | Mantle-1.12-1.3.3.55.jar                           | None                                     |
    | LC    | natura                      | 1.12.2-4.3.2.66              | natura-1.12.2-4.3.2.66.jar                         | None                                     |
    | LC    | forestry                    | 5.8.2.408                    | forestry_1.12.2_5.8.2.408.jar                      | None                                     |
    | LC    | buildcraftcompat            | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftrobotics          | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | carryon                     | 1.12.1                       | CarryOnMC1.12.2v1.12.1.jar                         | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LC    | ctm                         | MC1.12.2-1.0.0.29            | CTM-MC1.12.2-1.0.0.29.jar                          | None                                     |
    | LC    | chisel                      | MC1.12.2-1.0.1.44            | Chisel-MC1.12.2-1.0.1.44.jar                       | None                                     |
    | LC    | compactsolars               | 1.12.2-5.0.15.338            | compactsolars-mod-1_12_2.jar                       | None                                     |
    | LC    | cxlibrary                   | 1.6.1                        | cxlibrary-1.12.1-1.6.1.jar                         | None                                     |
    | LC    | disenchanter                | 1.5                          | disenchanter_1.121.5.jar                           | None                                     |
    | LC    | draconicevolution           | 2.3.23                       | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar | None                                     |
    | LC    | dynamiclights               | 1.4.8                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_onfire        | 1.0.7                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_creepers      | 1.0.6                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_dropitems     | 1.1.0                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_entityclasses | 1.0.1                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_mobequipment  | 1.1.0                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_flamearrows   | 1.0.1                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_floodlights   | 1.0.3                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_otherplayers  | 1.0.9                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_theplayer     | 1.1.3                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | endercompass                | 1.2.6.1                      | EnderCompass_1.12_1.2.6.1.jar                      | None                                     |
    | LC    | tconstruct                  | 1.12.2-2.13.0.171            | TConstruct-1.12.2-2.13.0.171.jar                   | None                                     |
    | L     | extrautils2                 | 1.0                          | extrautils2_1.12_1.9.8.jar                         | None                                     |
    | L     | fairylights                 | 2.1.9                        | fairylights_2.1.9_1.12.2.jar                       | None                                     |
    | L     | cfm                         | 6.3.0                        | furniture_6.3.0_1.12.2 (1).jar                     | None                                     |
    | L     | headcrumbs                  | 2.0.4                        | Headcrumbs_1.12.2_2.0.4.16.jar                     | None                                     |
    | L     | waila                       | 1.8.26                       | Hwyla_1.8.26_B41_1.12.2.jar                        | None                                     |
    | L     | llibrary                    | 1.7.19                       | llibrary_1.7.19_1.12.2.jar                         | None                                     |
    | L     | iceandfire                  | 1.8.2                        | iceandfire_1.12.2_1.8.2.jar                        | None                                     |
    | L     | inventorytweaks             | 1.64-dev+release.123.f374f4b | InventoryTweaks_1.64_dev.jar                       | None                                     |
    | L     | ironchest                   | 1.12.2-7.0.67.844            | ironchest_1.12.2_7.0.67.844.jar                    | None                                     |
    | L     | joypadsplitscreenmod        | 1.12.0-0.22                  | JoypadMod_1.12.2.jar                               | None                                     |
    | L     | libraryex                   | 1.0.11                       | LibraryEx-1.12.2-1.0.11.jar                        | None                                     |
    | L     | lucky                       | 7.5.0                        | LuckyBlock_1_12_v7_5_0.zip                         | None                                     |
    | L     | magicmirror                 | 1.0                          | magicmirror1.11.12.jar                             | None                                     |
    | L     | mclib                       | 1.0.3                        | mclib-1.0.3-1.12.2.jar                             | None                                     |
    | L     | metamorph                   | 1.1.9                        | metamorph-1.1.9-1.12.2.jar                         | None                                     |
    | L     | morefurnaces                | 1.10.4                       | MoreFurnaces-1.12.2-1.10.4.jar                     | None                                     |
    | L     | mowziesmobs                 | 1.5.4                        | mowziesmobs_1.12.2_1.5.4.jar                       | None                                     |
    | L     | multimine                   | 1.6.0                        | MultiMine_1.12.2.jar                               | None                                     |
    | L     | naturescompass              | 1.6.0                        | NaturesCompass_1.12.2_1.6.0.jar                    | None                                     |
    | L     | netherex                    | 2.0.13                       | NetherEx-1.12.2-2.0.13.jar                         | None                                     |
    | L     | recipehandler               | 0.9                          | NoMoreRecipeConflict_1.12_0.9.jar                  | None                                     |
    | L     | nei                         | 2.4.2                        | NotEnoughItems_1.12.2_2.4.2.240_universal.jar      | None                                     |
    | L     | obsidiantools               | 1.8.2                        | ObsidianTools-1.8.2.jar                            | None                                     |
    | L     | oreexcavation               | 1.4.140                      | OreExcavation_1.12.2_1.4.140.jar                   | None                                     |
    | L     | harvestcraft                | 1.12.2zb                     | PamsHarvestCraft1.12.2zf.jar                       | None                                     |
    | L     | roguelike                   | 1.7.2                        | RoguelikeDungeons_1.12.2_1.7.2.jar                 | None                                     |
    | L     | ruins                       | 17.1                         | Ruins_1.12.2.jar                                   | None                                     |
    | L     | simpleportals               | 1.12.2-1.5.1.1               | simpleportals_1.12.2_1.5.1.1.jar                   | None                                     |
    | L     | spartanweaponry             | beta 1.3.3                   | SpartanWeaponry_1.12.2_beta_1.3.3.jar              | None                                     |
    | L     | spawnercraft                | 4.0.0                        | SpawnerCraft1.12_4.0.0.jar                         | None                                     |
    | L     | torohealthmod               | 1.12.2-11                    | torohealth_1.12.2_11 (1).jar                       | None                                     |
    | L     | veinminer                   | 0.38.1                       | VeinMiner_1.11_0.38.1.635.jar                      | None                                     |
    | L     | veinminermodsupport         | 0.38.1                       | VeinMiner_1.11_0.38.1.635.jar                      | None                                     |
    | L     | wailaharvestability         | 1.1.12                       | WailaHarvestability_mc1.12_1.1.12.jar              | None                                     |
    | L     | wawla                       | 2.5.269                      | Wawla_1.12.2_2.5.269.jar                           | None                                     |
    | L     | xaerominimap                | 1.18.6                       | Xaeros_Minimap_1.18.6_Forge_1.12.jar               | None                                     |
    | L     | xaeroworldmap               | 1.5                          | XaerosWorldMap_1.5_Forge_1.12.jar                  | None                                     |
    | L     | xlfoodmod                   | 1.12.2-1.9.2                 | XL_Food_Mod_1.12.2_1.9.2.jar                       | None                                     |
    | L     | phosphor-lighting           | 1.12.2-0.2.6                 | phosphor-1.12.2-0.2.6+build50.jar                  | None                                     |
    | L     | jurassicraft                | 2.1.21                       | JurassiCraft_1.12.2_2.1.21.jar                     | None                                     |
    | UD    | mclib_core                  | 1.0.3                        | minecraft.jar                                      | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DLFMLCorePlugin (DynamicLights_1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
Inventory Tweaks Coremod (InventoryTweaks_1.64_dev.jar)
  invtweaks.forge.asm.ContainerTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  team.chisel.ctm.client.asm.CTMTransformer
MMFMLCorePlugin (MultiMine_1.12.2.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
RBLoadingPlugin (RealBench_1.12.2_1.3.3.jar)
  pw.prok.realbench.asm.RBTransformer
iceandfire (iceandfire_1.12.2_1.8.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  cubex2.cxlibrary.CoreModTransformer
McLib core mod (mclib-1.0.3-1.12.2.jar)
  mchorse.mclib.core.McLibCMClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.18' Renderer: 'GeForce GTX 660/PCIe/SSE2'
    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)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.18, 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: Yes
    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: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_E3
    OptiFine Build: 20181210-121000
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 431.18
    OpenGlRenderer: GeForce GTX 660/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8

Link to comment
Share on other sites

6 hours ago, diesieben07 said:

The version of Optifine you are using is not compatible with your Forge version. Please refer to the Optifine changelog for compatibility information.

 

I tried to delete optifine, but minecraft still crashed

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  DLFMLCorePlugin (DynamicLights_1.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks_1.64_dev.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  MMFMLCorePlugin (MultiMine_1.12.2.jar)
  RBLoadingPlugin (RealBench_1.12.2_1.3.3.jar)
  iceandfire (iceandfire_1.12.2_1.8.2.jar)
  McLib core mod (mclib-1.0.3-1.12.2.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 11/19/19 7:34 PM
Description: Initializing game

java.lang.VerifyError: Inconsistent stackmap frames at branch target 47
Exception Details:
  Location:
    net/minecraft/world/World.func_175638_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/EnumSkyBlock;)I @32: goto
  Reason:
    Current frame's stack size doesn't match stackmap.
  Current Frame:
    bci: @32
    flags: { }
    locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' }
    stack: { integer }
  Stackmap Frame:
    bci: @47
    flags: { }
    locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' }
    stack: { top, integer }
  Bytecode:
    0x0000000: 2cb2 0290 a600 0e2a 2bb6 030a 9900 0610
    0x0000010: 0fac 2a2b b601 914e 2cb2 0290 a600 0703
    0x0000020: a700 0f2d b901 a101 002d 2a2b b808 6a36
    0x0000030: 042d b901 a101 002d 2a2b b603 0d36 0515
    0x0000040: 0504 a200 0604 3605 1505 100f a100 0615
    0x0000050: 04ac 1504 100e a100 0615 04ac b804 be3a
    0x0000060: 06b8 086e 3a07 1907 be36 0803 3609 1509
    0x0000070: 1508 a200 4a19 0715 0932 3a0a 1906 2bb6
    0x0000080: 0872 190a b608 7657 2a2c 1906 b603 4315
    0x0000090: 0564 360b 150b 1504 a400 0715 0b36 0415
    0x00000a0: 0410 0ea1 0013 1504 360c 150c 360d 1906
    0x00000b0: b604 c915 0dac 8409 01a7 ffb5 1504 3607
    0x00000c0: 1906 b604 c915 07ac 3a0e 1906 b604 c919
    0x00000d0: 0ebf                                   
  Exception Handler Table:
    bci [97, 174] => handler: 200
    bci [182, 192] => handler: 200
    bci [200, 202] => handler: 200
  Stackmap Table:
    same_frame(@18)
    append_frame(@35,Object[#413])
    full_frame(@47,{Object[#2],Object[#26],Object[#652],Object[#413]},{Top,Integer})
    full_frame(@72,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer},{Top})
    same_locals_1_stack_item_frame(@82,Top)
    same_locals_1_stack_item_frame(@92,Top)
    full_frame(@110,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer},{Top})
    full_frame(@159,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer,Object[#698],Integer},{Top})
    same_locals_1_stack_item_frame(@182,Top)
    full_frame(@188,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24],Object[#2169],Integer,Integer},{Top})
    full_frame(@200,{Object[#2],Object[#26],Object[#652],Object[#413],Integer,Integer,Object[#24]},{Object[#286]})

    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at com.rwtema.extrautils2.ExtraUtils2.<clinit>(ExtraUtils2.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor9.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)


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
    at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
    at java.lang.Class.getMethod0(Class.java:3018)
    at java.lang.Class.getMethod(Class.java:1784)
    at com.rwtema.extrautils2.ExtraUtils2.<clinit>(ExtraUtils2.java:82)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor9.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: 363648256 bytes (346 MB) / 872415232 bytes (832 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -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.2847 88 mods loaded, 87 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.2847.jar                      | None                                     |
    | LC    | forge                       | 14.23.5.2847                 | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LC    | bspkrscore                  | 7.6.0.1                      | 1.12bspkrsCore_universal_7.6.0.1.jar               | None                                     |
    | LC    | treecapitator               | 1.43.0                       | 1.12TreeCapitator_client_1.43.0.jar                | None                                     |
    | LC    | jei                         | 4.15.0.291                   | jei_1.12.2_4.15.0.291.jar                          | None                                     |
    | LC    | abyssalcraft                | 1.9.13.1                     | AbyssalCraft_1.12.2_1.9.13.1.jar                   | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LC    | buildcraftlib               | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftcore              | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftfactory           | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcrafttransport         | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftsilicon           | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | additionalpipes             | 6.0.0.8                      | additional-pipes-mod-1_12_2.jar                    | None                                     |
    | LC    | ic2                         | 2.8.182-ex112                | industrialcraft_2_2.8.182_ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
    | LC    | advanced_solar_panels       | 4.3.0                        | AdvancedSolarPanels_1.12.2_4.3.0.jar               | None                                     |
    | LC    | orbis-lib                   | 0.2.0                        | orbis-lib-1.12.2-0.2.0+build118.jar                | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC    | aether                      | 0.2.4                        | aether_ii_1.12.2_0.2.4build118_universal.jar       | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LC    | betteranimationscollection2 | 1.0.2                        | BetterAnimationsCollection2_v1.0.2_1.12.2.jar      | 12d137bcc36051a1c2c8ea7211cfc1da1c6e9dea |
    | LC    | biomesoplenty               | 7.0.1.2443                   | BiomesOPlenty_1.12.2_7.0.1.2443_universal.jar      | None                                     |
    | 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.15                       | BrandonsCore-1.12.2-2.4.15.206-universal.jar       | None                                     |
    | LC    | buildcraftbuilders          | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftenergy            | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | mantle                      | 1.12-1.3.3.55                | Mantle-1.12-1.3.3.55.jar                           | None                                     |
    | LC    | natura                      | 1.12.2-4.3.2.66              | natura-1.12.2-4.3.2.66.jar                         | None                                     |
    | LC    | forestry                    | 5.8.2.408                    | forestry_1.12.2_5.8.2.408.jar                      | None                                     |
    | LC    | buildcraftcompat            | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | buildcraftrobotics          | 7.99.24.1                    | buildcraft_all_1.12.2_7.99.24.1.jar                | None                                     |
    | LC    | carryon                     | 1.12.1                       | CarryOnMC1.12.2v1.12.1.jar                         | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LC    | ctm                         | MC1.12.2-1.0.0.29            | CTM-MC1.12.2-1.0.0.29.jar                          | None                                     |
    | LC    | chisel                      | MC1.12.2-1.0.1.44            | Chisel-MC1.12.2-1.0.1.44.jar                       | None                                     |
    | LC    | compactsolars               | 1.12.2-5.0.15.338            | compactsolars-mod-1_12_2.jar                       | None                                     |
    | LC    | disenchanter                | 1.5                          | disenchanter_1.121.5.jar                           | None                                     |
    | LC    | draconicevolution           | 2.3.23                       | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar | None                                     |
    | LC    | dynamiclights               | 1.4.8                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_onfire        | 1.0.7                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_creepers      | 1.0.6                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_dropitems     | 1.1.0                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_entityclasses | 1.0.1                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_mobequipment  | 1.1.0                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_flamearrows   | 1.0.1                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_floodlights   | 1.0.3                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_otherplayers  | 1.0.9                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | dynamiclights_theplayer     | 1.1.3                        | DynamicLights_1.12.2.jar                           | None                                     |
    | LC    | endercompass                | 1.2.6.1                      | EnderCompass_1.12_1.2.6.1.jar                      | None                                     |
    | LC    | tconstruct                  | 1.12.2-2.13.0.171            | TConstruct-1.12.2-2.13.0.171.jar                   | None                                     |
    | L     | extrautils2                 | 1.0                          | extrautils2_1.12_1.9.8.jar                         | None                                     |
    | L     | fairylights                 | 2.1.9                        | fairylights_2.1.9_1.12.2.jar                       | None                                     |
    | L     | cfm                         | 6.3.0                        | furniture_6.3.0_1.12.2 (1).jar                     | None                                     |
    | L     | headcrumbs                  | 2.0.4                        | Headcrumbs_1.12.2_2.0.4.16.jar                     | None                                     |
    | L     | waila                       | 1.8.26                       | Hwyla_1.8.26_B41_1.12.2.jar                        | None                                     |
    | L     | llibrary                    | 1.7.19                       | llibrary_1.7.19_1.12.2.jar                         | None                                     |
    | L     | iceandfire                  | 1.8.2                        | iceandfire_1.12.2_1.8.2.jar                        | None                                     |
    | L     | inventorytweaks             | 1.64-dev+release.123.f374f4b | InventoryTweaks_1.64_dev.jar                       | None                                     |
    | L     | ironchest                   | 1.12.2-7.0.67.844            | ironchest_1.12.2_7.0.67.844.jar                    | None                                     |
    | L     | joypadsplitscreenmod        | 1.12.0-0.22                  | JoypadMod_1.12.2.jar                               | None                                     |
    | L     | libraryex                   | 1.0.11                       | LibraryEx-1.12.2-1.0.11.jar                        | None                                     |
    | L     | lucky                       | 7.5.0                        | LuckyBlock_1_12_v7_5_0.zip                         | None                                     |
    | L     | magicmirror                 | 1.0                          | magicmirror1.11.12.jar                             | None                                     |
    | L     | mclib                       | 1.0.3                        | mclib-1.0.3-1.12.2.jar                             | None                                     |
    | L     | metamorph                   | 1.1.9                        | metamorph-1.1.9-1.12.2.jar                         | None                                     |
    | L     | mowziesmobs                 | 1.5.4                        | mowziesmobs_1.12.2_1.5.4.jar                       | None                                     |
    | L     | multimine                   | 1.6.0                        | MultiMine_1.12.2.jar                               | None                                     |
    | L     | naturescompass              | 1.6.0                        | NaturesCompass_1.12.2_1.6.0.jar                    | None                                     |
    | L     | netherex                    | 2.0.13                       | NetherEx-1.12.2-2.0.13.jar                         | None                                     |
    | L     | recipehandler               | 0.9                          | NoMoreRecipeConflict_1.12_0.9.jar                  | None                                     |
    | L     | nei                         | 2.4.2                        | NotEnoughItems_1.12.2_2.4.2.240_universal.jar      | None                                     |
    | L     | obsidiantools               | 1.8.2                        | ObsidianTools-1.8.2.jar                            | None                                     |
    | L     | oreexcavation               | 1.4.140                      | OreExcavation_1.12.2_1.4.140.jar                   | None                                     |
    | L     | harvestcraft                | 1.12.2zb                     | PamsHarvestCraft1.12.2zf.jar                       | None                                     |
    | L     | roguelike                   | 1.7.2                        | RoguelikeDungeons_1.12.2_1.7.2.jar                 | None                                     |
    | L     | ruins                       | 17.1                         | Ruins_1.12.2.jar                                   | None                                     |
    | L     | simpleportals               | 1.12.2-1.5.1.1               | simpleportals_1.12.2_1.5.1.1.jar                   | None                                     |
    | L     | spartanweaponry             | beta 1.3.3                   | SpartanWeaponry_1.12.2_beta_1.3.3.jar              | None                                     |
    | L     | spawnercraft                | 4.0.0                        | SpawnerCraft1.12_4.0.0.jar                         | None                                     |
    | L     | torohealthmod               | 1.12.2-11                    | torohealth_1.12.2_11 (1).jar                       | None                                     |
    | L     | veinminer                   | 0.38.1                       | VeinMiner_1.11_0.38.1.635.jar                      | None                                     |
    | L     | veinminermodsupport         | 0.38.1                       | VeinMiner_1.11_0.38.1.635.jar                      | None                                     |
    | L     | wailaharvestability         | 1.1.12                       | WailaHarvestability_mc1.12_1.1.12.jar              | None                                     |
    | L     | wawla                       | 2.5.269                      | Wawla_1.12.2_2.5.269.jar                           | None                                     |
    | L     | xaerominimap                | 1.18.6                       | Xaeros_Minimap_1.18.6_Forge_1.12.jar               | None                                     |
    | L     | xaeroworldmap               | 1.5                          | XaerosWorldMap_1.5_Forge_1.12.jar                  | None                                     |
    | L     | xlfoodmod                   | 1.12.2-1.9.2                 | XL_Food_Mod_1.12.2_1.9.2.jar                       | None                                     |
    | L     | phosphor-lighting           | 1.12.2-0.2.6                 | phosphor-1.12.2-0.2.6+build50.jar                  | None                                     |
    | L     | jurassicraft                | 2.1.21                       | JurassiCraft_1.12.2_2.1.21.jar                     | None                                     |
    | UD    | mclib_core                  | 1.0.3                        | minecraft.jar                                      | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
DLFMLCorePlugin (DynamicLights_1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
Inventory Tweaks Coremod (InventoryTweaks_1.64_dev.jar)
  invtweaks.forge.asm.ContainerTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  
CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  team.chisel.ctm.client.asm.CTMTransformer
MMFMLCorePlugin (MultiMine_1.12.2.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
RBLoadingPlugin (RealBench_1.12.2_1.3.3.jar)
  pw.prok.realbench.asm.RBTransformer
iceandfire (iceandfire_1.12.2_1.8.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
McLib core mod (mclib-1.0.3-1.12.2.jar)
  mchorse.mclib.core.McLibCMClassTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 431.18' Renderer: 'GeForce GTX 660/PCIe/SSE2'
    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)

    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: GeForce GTX 660/PCIe/SSE2 GL version 4.6.0 NVIDIA 431.18, 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: Yes
    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: 8x Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
    • Let me try and help you with love spells, traditional healing, native healing, fortune telling, witchcraft, psychic readings, black magic, voodoo, herbalist healing, or any other service your may desire within the realm of african native healing, the spirits and the ancestors. I am a sangoma and healer. I could help you to connect with the ancestors , interpret dreams, diagnose illness through divination with bones, and help you heal both physical and spiritual illness. We facilitate the deepening of your relationship to the spirit world and the ancestors. Working in partnership with one\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\’s ancestors is a gift representing a close link with the spirit realm as a mediator between the worlds.*   Witchdoctors, or sorcerers, are often purveyors of mutis and charms that cause harm to people. we believe that we are here for only one purpose, to heal through love and compassion.*   African people share a common understanding of the importance of ancestors in daily life. When they have lost touch with their ancestors, illness may result or bad luck. Then a traditional healer, or sangoma, is sought out who may prescribe herbs, changes in lifestyle, a career change, or changes in relationships. The client may also be told to perform a ceremony or purification ritual to appease the ancestors.*   Let us solve your problems using powerful African traditional methods. We believe that our ancestors and spirits give us enlightenment, wisdom, divine guidance, enabling us to overcome obstacles holding your life back. Our knowledge has been passed down through centuries, being refined along the way from generation to generation. We believe in the occult, the paranormal, the spirit world, the mystic world.*   The services here are based on the African Tradition Value system/religion,where we believe the ancestors and spirits play a very important role in society. The ancestors and spirits give guidance and counsel in society. They could enable us to see into the future and give solutions to the problems affecting us. We use rituals, divination, spells, chants and prayers to enable us tackle the task before us.*   I have experience in helping and guiding many people from all over the world. My psychic abilities may help you answer and resolve many unanswered questions
  • Topics

×
×
  • Create New...

Important Information

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