Jump to content

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


Recommended Posts

Posted

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

Posted
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

Posted
1 minute ago, diesieben07 said:

One of these is broken and / or not compatible with your version of Forge or not compatible with one of the other mods.

 

Is there any way to find out which one?

Posted
1 minute ago, diesieben07 said:

No. That is in the nature of coremods and why it is so highly discouraged to create and / or use them.

Is it possible to fix this by removal some of coremods and mods their using?

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

    • I am playing a modpack with the web displays mod and I tried it out and when I logged back into my world i decided to get rid of the display i placed to move it and it started playing the video from last session and crashed my game, when i tried to start the game again it said it could not start becasue it could not delete a debug file that has the link in it that is no longer being displayed but is trying to, here is the debug folder.   [0201/091808.660:WARNING:chrome_browser_cloud_management_controller.cc(88)] Could not create policy manager as CBCM is not enabled. [0201/091930.426:INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factors'.", source:  (0) [0201/091932.869:WARNING:browser_info.cc(309)] Returning a speculative frame for 25769803781 [6,5] [0201/091933.290:INFO:CONSOLE(5047)] "LegacyDataMixin will be applied to all legacy elements. Set `_legacyUndefinedCheck: true` on element class to enable.", source:  [0201/091933.529:WARNING:browser_info.cc(309)] Returning a speculative frame for 25769803781 [6,5] [0201/091933.529:WARNING:browser_info.cc(309)] Returning a speculative frame for 25769803781 [6,5] [0201/091933.530:WARNING:browser_info.cc(309)] Returning a speculative frame for 25769803781 [6,5] [0201/091933.530:WARNING:browser_info.cc(309)] Returning a speculative frame for 25769803781 [6,5] [0201/091933.557:INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factors'.", source:  (0) [0201/091934.376:WARNING:obfuscated_file_util.cc(1410)] Failed to get origin+type directory: { uri: filesystem:https://www.youtube.com/temporary/, storage key: { origin: https://www.youtube.com, top-level site: https://youtube.com, nonce: <null>, ancestor chain bit: Same-Site }, bucket id: 1 } error:-4 [0201/091935.216:INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factors'.", source:  (0) [0201/091935.241:INFO:CONSOLE(7990)] "Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.", source: https://www.youtube.com/s/desktop/3df27587/jsbin/desktop_polymer.vflset/desktop_polymer.js (7990) [0201/091936.766:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705669 [9,5] [0201/091936.767:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705669 [9,5] [0201/091936.767:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705669 [9,5] [0201/091936.767:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705669 [9,5] [0201/091937.243:INFO:CONSOLE(5047)] "LegacyDataMixin will be applied to all legacy elements. Set `_legacyUndefinedCheck: true` on element class to enable.", source: https://www.youtube.com/s/desktop/3df27587/jsbin/desktop_polymer.vflset/desktop_polymer.js (5047) [0201/091938.283:INFO:CONSOLE(7990)] "Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.", source: https://www.youtube.com/s/desktop/3df27587/jsbin/desktop_polymer.vflset/desktop_polymer.js (7990) [0201/091939.496:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705669 [9,5] [0201/091953.165:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705676 [9,12] [0201/091953.165:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705676 [9,12] [0201/091953.166:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705676 [9,12] [0201/091953.166:WARNING:browser_info.cc(309)] Returning a speculative frame for 38654705676 [9,12] [0201/091959.119:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/091959.119:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/091959.119:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092014.122:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092014.122:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092014.122:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092019.126:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092019.126:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092019.126:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092024.512:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092024.512:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092024.512:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092029.812:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092029.812:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092029.812:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092036.154:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092036.165:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092036.165:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092041.464:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092041.464:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092041.464:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092051.842:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092051.843:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092051.843:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092055.373:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092055.373:INFO:CONSOLE(0)] "The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0) [0201/092055.373:INFO:CONSOLE(0)] "The resource https://rr5---sn-o097znsr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.", source: https://www.youtube.com/watch?v=gaRSMacERUQ (0)
    • If you are searching for mods, I would not search here, this is more of a support forum for using/creating mods with minecraft Forge. Try https://www.curseforge.com/minecraft if you are looking for mods/modpacks to use.
    • I was trying to find a mod that added something specific, and was unable to find it with what limited memory I had of seeing it. I don't know why there isn't an option to include words in overviews of mods. I could see it being in the sort tab near filters on the app in my opinion. It might help someone trying to find something specific, only based off something from the overview tab, but idk
    • Please read the FAQ and post logs as described there.   Also, do not just add a post onto someone else's thread with your issue, create a new one please.
  • Topics

×
×
  • Create New...

Important Information

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