game crashes 1.12.2 help me look what caused it
deltaforcestronth opened this issue · 3 comments
---- Minecraft Crash Report ----
WARNING: coremods are present:
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar)
OTGCorePlugin (OTG-Core.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
Quark Plugin (Quark-r1.6-179.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
VanillaFixLoadingPlugin (_VanillaFix.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
McLib core mod (mclib-2.1.2-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.3.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6-build50-universal.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
Born in a Barn (Born-In-A-Barn-V1.8-1.12-1.1.jar)
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.55.jar)
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
LoadingPlugin (CrashToMainMenu-client-1.12.2-1.0.0.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
FutureMC (future-mc-1.12.2-0.2.4.1.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 1/13/21 11:54 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Bountiful (bountiful)
Caused by: java.lang.NoClassDefFoundError: kotlin/internal/jdk7/JDK7PlatformImplementations
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at kotlin.internal.PlatformImplementationsKt.<clinit>(PlatformImplementations.kt:41)
at kotlin.random.Random.<clinit>(Random.kt:242)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.getRandCount(PickableEntry.kt:29)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.pick(PickableEntry.kt:36)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.isValid(PickableEntry.kt:41)
at ejektaflex.bountiful.config.BountifulIO$hotReloadBounties$2.invoke(BountifulIO.kt:101)
at ejektaflex.bountiful.config.BountifulIO$hotReloadBounties$2.invoke(BountifulIO.kt:14)
at ejektaflex.bountiful.registry.ValueRegistry.replace(ValueRegistry.kt:36)
at ejektaflex.bountiful.config.BountifulIO.hotReload(BountifulIO.kt:96)
at ejektaflex.bountiful.config.BountifulIO.hotReloadBounties(BountifulIO.kt:100)
at ejektaflex.bountiful.proxy.CommonProxy.postInit(CommonProxy.kt:90)
at ejektaflex.bountiful.Bountiful.postInit(Bountiful.kt:53)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
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.initializeMods(Loader.java:754)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
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.wildbamaboy.crashtomainmenu.asm.ASMHooks.onMinecraftRun(ASMHooks.java:37)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: kotlin.internal.jdk7.JDK7PlatformImplementations
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 71 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 866837312 bytes (826 MB) / 5200936960 bytes (4960 MB) up to 10737418240 bytes (10240 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -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.2854 Optifine OptiFine_1.12.2_HD_U_G5_pre1 121 mods loaded, 120 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 |
|:----- |:--------------------------- |:---------------------------- |:-------------------------------------------------------------- |:---------------------------------------- |
| LCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJ | mcp | 9.42 | minecraft.jar | None |
| LCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJ | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJ | otgcore | 1.12.2-v9.3 | minecraft.jar | None |
| LCHIJ | smoothfontcore | mc1.12.2-2.1.2 | minecraft.jar | None |
| LCHIJ | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJ | passableleavescore | 1.0.0 | minecraft.jar | None |
| LCHIJ | smoothfont | mc1.12.2-2.1.2 | SmoothFont-mc1.12.2-2.1.2.jar | None |
| LCHIJ | vanillafix | 1.0.10-150 | _VanillaFix.jar | None |
| LCHIJ | aiimprovements | 0.0.1.3 | AIImprovements-1.12-0.0.1b3.jar | None |
| LCHIJ | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None |
| LCHIJ | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| LCHIJ | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJ | atum | 2.0.20 | Atum-1.12.2-2.0.20.jar | None |
| LCHIJ | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJ | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJ | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
| LCHIJ | betterfoliage | 2.3.1 | BetterFoliage-MC1.12-2.3.1.jar | None |
| LCHIJ | bettermineshafts | 1.12.2-2.1.1 | BetterMineshaftsForge-1.12.2-2.1.1.jar | None |
| LCHIJ | dynamictrees | 1.12.2-0.9.21 | DynamicTrees-1.12.2-0.9.21.jar | None |
| LCHIJ | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
| LCHIJ | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| LCHIJ | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |
| LCHIJ | bewitchment | 0.22.55 | bewitchment-1.12.2-0.0.22.55.jar | None |
| LCHIJ | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LCHIJ | openterraingenerator | v9.3 | OpenTerrainGenerator-1.12.2-v9.3.jar | None |
| LCHIJ | biomebundle | 5.1 | Biome_Bundle-1.12.2-v6.1.jar | None |
| LCHIJ | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
| LCHIJ | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
| LCHIE | bountiful | 2.2.0 | Bountiful-2.2.0.jar | None |
| LCHI | bspkrscore | 7.6.0.1 | bspkrsCore-universal-7.6.0.1.jar | None |
| LCHI | buildcraftlib | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftcore | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftbuilders | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcrafttransport | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftsilicon | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftcompat | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftenergy | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftfactory | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | buildcraftrobotics | 7.99.24.7 | buildcraft-all-7.99.24.7.jar | None |
| LCHI | carryon | 1.12.3 | carryon-1.12.2-1.12.3.15.jar | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
| LCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHI | chopdownupdated | 1.12.2-1.2.4 | chopdownupdated-1.12.2-1.2.4.jar | None |
| LCHI | chunkpregenerator | 2.4 | Chunk-Pregenerator-V1.12-2.4.jar | None |
| LCHI | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
| LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCHI | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| LCHI | conarm | 1.2.5.9 | conarm-1.12.2-1.2.5.9.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHI | corpse | 1.12.2-1.0.3 | corpse-1.12.2-1.0.3.jar | None |
| LCHI | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
| LCHI | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.zip | None |
| LCHI | ptrmodellib | 1.0.4 | PTRLib-1.0.4.jar | None |
| LCHI | props | 2.6.3 | Decocraft-2.6.3_1.12.2.jar | None |
| LCHI | doggytalents | 1.15.1.6 | DoggyTalents-1.12.2-1.15.1.6.jar | None |
| LCHI | mocreatures | 12.0.5 | DrZharks MoCreatures Mod-12.0.5.zip | None |
| LCHI | dummycore | 2.4.112.5. | DummyCoreUnofficial-2.4.112.5.jar | None |
| LCHI | dynamiclights | 1.4.9 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.2.jar | None |
| LCHI | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.2.jar | None |
| LCHI | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
| LCHI | orelib | 3.6.0.1 | OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHI | dsurround | 3.6.0.2 | DynamicSurroundings-1.12.2-3.6.0.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHI | dynamictreesbop | 1.12.2-1.4.4 | DynamicTreesBOP-1.12.2-1.4.4.jar | None |
| LCHI | mysticalworld | 1.12.2-1.8.4 | mysticalworld-1.12.2-1.8.4.jar | None |
| LCHI | dynamictreesmysticalworld | 1.12.2-1.0.1 | DynamicTreesMysticalWorld-1.12.2-1.0.1.jar | None |
| LCHI | dynamictreesquark | 1.12.2-1.0.6 | DynamicTreesQuark-1.12.2-1.0.6.jar | None |
| LCHI | dynamictreestc | 1.12.2-1.4.2 | DynamicTreesTC-1.12.2-1.4.2.jar | None |
| LCHI | thaumicbases | 3.3.500.6r | thaumicbases-3.3.500.6r.jar | None |
| LCHI | dynamictreesthaumicbases | 1.12.2-1.1.3 | DynamicTreesThaumcraftAddons-1.12.2-1.1.3.jar | None |
| LCHI | exoticbirds | 1.0 | Exotic-Birds-1.12.2-3.2.0.jar | None |
| LCHI | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHI | foamfix | 0.10.11-1.12.2 | foamfix-0.10.11-1.12.2.jar | None |
| LCHI | fpsreducer | mc1.12.2-1.12.4 | FpsReducer-mc1.12.2-1.12.4.jar | None |
| LCHI | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
| LCHI | futuremc | 0.2.4.1 | future-mc-1.12.2-0.2.4.1.jar | None |
| LCHI | grapplemod | 1.12.2-v11.1 | grapplemod-v11.1-1.12.2.jar | None |
| LCHI | waila | 1.8.25 | Hwyla-1.8.25-B40_1.12.jar | None |
| LCHI | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHI | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
| LCHI | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHI | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHI | jeresources | 0.9.2.60 | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
| LCHI | mclib | 2.1.2 | mclib-2.1.2-1.12.2.jar | None |
| LCHI | metamorph | 1.2.4 | metamorph-1.2.4-1.12.2.jar | None |
| LCHI | millenaire | Millénaire 8.1.0 | millenaire-8.1.0.jar | None |
| LCHI | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
| LCHI | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| LCHI | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LCHI | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
| LCHI | nei | 2.4.2 | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI | harvestcraft | 1.12.2zb | Pam's-HarvestCraft-1.12.2zg.jar | None |
| LCHI | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| LCHI | ropebridge | 2.0.5 | ropebridge-1.12-2.0.7.jar | None |
| LCHI | serenetweaks | 0.0.1 | SereneTweaks-1.0.jar | None |
| LCHI | simpledivegear | 1.1.1 | SimpleDivingGear-1.1.1+mc+1.12.2.jar | None |
| LCHI | stg | 1.11.2-1.1.2 | stg-1.11.2-1.1.2.jar | None |
| LCHI | storagedrawers | 1.12.2-5.4.0 | StorageDrawers-1.12.2-5.4.0.jar | None |
| LCHI | tellme | 0.5.6 | tellme-1.12.2-0.5.6.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHI | texfix | 4.0 | TexFix-V-1.12-4.0.jar | None |
| LCHI | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
| LCHI | tumbleweed | 1.12-0.4.7 | tumbleweed-1.12-0.4.7.jar | None |
| LCHI | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
| LCHI | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4.jar | None |
| LCHI | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
| LCHI | worldeditcuife2 | 2.1.2-mf-1.12.2-14.23.5.2768 | WorldEdit+CUI+Forge+Edition+2-2.1.2-mf-1.12.2-14.23.5.2768.jar | None |
| LCHI | bettercaves | 1.12.2 | YUNGs-Better-Caves-Mod-1.12.2.jar | None |
| LCHI | passableleaves | 2.0.0 | PassableLeaves-1.12.2-2.0.0.jar | None |
| LCHI | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6-build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LCHI | mysticallib | 1.12.2-1.7.0 | mysticallib-1.12.2-1.7.0.jar | None |
| UD | mclib_core | 2.1.2 | minecraft.jar | None |
Loaded coremods (and transformers):
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar)
bre.smoothfont.asm.Transformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.excluded.OTGClassTransformer
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
DummyCore.ASM.DCASMManager
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
VanillaFixLoadingPlugin (_VanillaFix.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
McLib core mod (mclib-2.1.2-1.12.2.jar)
mchorse.mclib.core.McLibCMClassTransformer
ForgelinPlugin (Forgelin-1.8.3.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6-build50-universal.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
Born in a Barn (Born-In-A-Barn-V1.8-1.12-1.1.jar)
com.chocohead.biab.BornInABarn
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.55.jar)
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
teamrtg.passableleaves.asm.PassableLeavesTransformer
LoadingPlugin (CrashToMainMenu-client-1.12.2-1.0.0.jar)
com.wildbamaboy.crashtomainmenu.asm.ClassTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
FutureMC (future-mc-1.12.2-0.2.4.1.jar)
thedarkcolour.futuremc.asm.CoreTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 460.89' Renderer: 'GeForce RTX 3070/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- wailaIntegration (Enabled/Not Forced)
- quarkIntegration (Enabled/Not Forced)
[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore''CodeChickenLib'
OptiFine Version: OptiFine_1.12.2_HD_U_G5_pre1
OptiFine Build: 20201206-232027
Render Distance Chunks: 16
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: ComplementaryShaders_3.10.zip
OpenGlVersion: 4.6.0 NVIDIA 460.89
OpenGlRenderer: GeForce RTX 3070/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
Reply to "Untitled" safest cryptocurrency exchange
Author
Title
Language
Your paste - Paste your paste here
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---- Minecraft Crash Report ----
WARNING: coremods are present:
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
CorePlugin (SmoothFont-mc1.12.2-2.1.2.jar)
OTGCorePlugin (OTG-Core.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar)
Quark Plugin (Quark-r1.6-179.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
VanillaFixLoadingPlugin (_VanillaFix.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
McLib core mod (mclib-2.1.2-1.12.2.jar)
ForgelinPlugin (Forgelin-1.8.3.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6-build50-universal.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
Born in a Barn (Born-In-A-Barn-V1.8-1.12-1.1.jar)
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.55.jar)
PassableLeavesCore (PassableLeavesCore-1.12.2-1.0.0.jar)
LoadingPlugin (CrashToMainMenu-client-1.12.2-1.0.0.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
FutureMC (future-mc-1.12.2-0.2.4.1.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// Don't do that.
Time: 1/13/21 11:54 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Bountiful (bountiful)
Caused by: java.lang.NoClassDefFoundError: kotlin/internal/jdk7/JDK7PlatformImplementations
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at kotlin.internal.PlatformImplementationsKt.<clinit>(PlatformImplementations.kt:41)
at kotlin.random.Random.<clinit>(Random.kt:242)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.getRandCount(PickableEntry.kt:29)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.pick(PickableEntry.kt:36)
at ejektaflex.bountiful.api.logic.pickable.PickableEntry.isValid(PickableEntry.kt:41)
at ejektaflex.bountiful.config.BountifulIO$hotReloadBounties$2.invoke(BountifulIO.kt:101)
at ejektaflex.bountiful.config.BountifulIO$hotReloadBounties$2.invoke(BountifulIO.kt:14)
at ejektaflex.bountiful.registry.ValueRegistry.replace(ValueRegistry.kt:36)
at ejektaflex.bountiful.config.BountifulIO.hotReload(BountifulIO.kt:96)
at ejektaflex.bountiful.config.BountifulIO.hotReloadBounties(BountifulIO.kt:100)
at ejektaflex.bountiful.proxy.CommonProxy.postInit(CommonProxy.kt:90)
at ejektaflex.bountiful.Bountiful.postInit(Bountiful.kt:53)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
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.initializeMods(Loader.java:754)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
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.wildbamaboy.crashtomainmenu.asm.ASMHooks.onMinecraftRun(ASMHooks.java:37)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: kotlin.internal.jdk7.JDK7PlatformImplementations
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 71 more
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Private - Private paste aren't shown in recent listings.
Delete After - When should we delete your paste?
Spam protection -
Powered by Stikked | Pastebin.pl 2014 - today
You're using a very old Java 8 version (Update 51). Try upgrade to the newest Java 8 version and try again.
You're using a very old Java 8 version (Update 51). Try upgrade to the newest Java 8 version and try again.
thank you i manage to fixed it myself day ago may i ask something please
so about Reward
why it given so much rewards on this ?
can i config the mod like give 5 reward for this type of quest ? if so how
been a great experience with your mod man all my friends love it
i hope i can fix this only problem so my game will be more balance and fun to play
btw that cutting log mission i typed
{
"content": "minecraft:log",
"amount": {
"min": 1,
"max": 128
},
"unitWorth": 500,
"weight": 100
},
and there are many reward that i set UnitWorth : 500
The 1.12 version of the mod tries to figure out what rewards to give you based on the worth of your objectives. As such, if you have big objectives, there is a chance that it finds a lot of small rewards to equal your one or two big objectives.
That was fixed in 1.14 and 1.15. In those versions, objectives are picked based on the worth of the reward instead to avoid this issue. I won't be fixing this in 1.12, because the purpose of the big update to 1.14/1.15 was to start over and redo everything with what I learned from my mistakes in the (still good) 1.12 version of the mod. :^)