I just downloaded mods and wanna play minecraft but this happens when I get into singleplayer.
---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.9.54_mc1.12.2.jar)
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
MMFMLCorePlugin (MultiMine-1.12.2.jar)
OTGCorePlugin (OTG-Core.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.jar)
ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 7/10/19 8:54 PM
Description: Ticking entity
java.lang.NoClassDefFoundError: com/pg85/otg/forge/dimensions/WorldProviderOTG
at com.pg85.otg.forge.asm.OTGHooks.getGravityFactor(OTGHooks.java:26)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1977)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at com.animania.common.entities.amphibians.EntityAmphibian.func_70636_d(EntityAmphibian.java:263)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.pg85.otg.forge.dimensions.WorldProviderOTG
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 19 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at com.pg85.otg.forge.asm.OTGHooks.getGravityFactor(OTGHooks.java:26)
at net.minecraft.entity.EntityLivingBase.func_191986_a(EntityLivingBase.java:1977)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2393)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:678)
at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
at com.animania.common.entities.amphibians.EntityAmphibian.func_70636_d(EntityAmphibian.java:263)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:377)
at net.minecraft.world.World.func_72866_a(World.java:1993)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
at net.minecraft.world.World.func_72870_g(World.java:1955)
-- Entity being ticked --
Details:
Entity Type: animania:toad (com.animania.common.entities.amphibians.EntityToad)
Entity ID: 54
Entity Name: Toad
Entity's Exact location: -302.50, 65.00, -144.50
Entity's Block location: World: (-303,65,-145), Chunk: (at 1,4,15 in -19,-10; contains blocks -304,0,-160 to -289,255,-145), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1759)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
-- Affected level --
Details:
Level name: minecraft the game
All players: 0 total; []
Chunk stats: ServerChunkCache: 627 Drop: 0
Level seed: -8676936916971430708
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-160,64,-52), Chunk: (at 0,4,12 in -10,-4; contains blocks -160,0,-64 to -145,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 141061 (now: false), thunder time: 87234 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
-- 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: 418338776 bytes (398 MB) / 2147483648 bytes (2048 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: 5, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 50 mods loaded, 50 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 |
|:------ |:----------------- |:---------------- |:-------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCHIJA | otgcore | 1.12.2 - v7 | minecraft.jar | None |
| LCHIJA | obfuscate | 0.2.6 | minecraft.jar | None |
| LCHIJA | ambientsounds | 3.0 | AmbientSounds_v3.0.9_mc1.12.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2439 | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar | None |
| LCHIJA | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
| LCHIJA | animania | 1.6.2 | animania-1.12.2-1.6.2.jar | None |
| LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCHIJA | apotheosis | 1.10.2 | Apotheosis-1.12.2-1.10.2.jar | None |
| LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | backtools | 7.0.1 | BackTools-1.12.2-7.0.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
| LCHIJA | carryon | 1.12.2 | CarryOn+MC1.12.2+v1.12.2.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCHIJA | cfm | 6.3.0 | cfm-6.3.0-mc1.12.2.jar | None |
| LCHIJA | cgm | 0.12.1 | cgm-0.12.1-mc1.12.2.jar | None |
| LCHIJA | sanlib | 1.5.1 | SanLib-1.12.2-1.5.1.jar | df48348748b5e141b1d118e2302a8d5be930b708 |
| LCHIJA | claysoldiers | 3.0.0-beta.2 | ClaySoldiersMod-1.12.2-3.0.0-beta.2.jar | None |
| LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.54_mc1.12.2.jar | None |
| LCHIJA | doggytalents | 1.15.0.6 | DoggyTalents-1.12.2-1.15.0.6-universal.jar | None |
| LCHIJA | ebwizardry | 4.1.4 | Electroblob's+Wizardry+-+4.1.4+-+MC+1.12.2.jar | None |
| LCHIJA | rcraft | 1.7.5 | dotHack+Weapons-1.7.5.jar | None |
| LCHIJA | exhaustedstamina | 1.2 | exhaustedstamina-1.2.jar | None |
| LCHIJA | hammercore | 2.0.4.7 | HammerCore-1.12.2-2.0.4.7.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | jei | 4.15.0.279 | jei_1.12.2-4.15.0.279.jar | None |
| LCHIJA | journeymap | 1.12.2-5.5.5b7 | journeymap-1.12.2-5.5.5b7.jar | None |
| LCHIJA | millenaire | Millénaire 7.2.1 | millenaire-1.12.2-7.2.1.jar | None |
| LCHIJA | multimine | 1.6.0 | MultiMine-1.12.2.jar | None |
| LCHIJA | opframe | 1.4.0 | OnlinePicFrame_v1.4.26_mc1.12.2.jar | None |
| LCHIJA | placeableitems | 3.3 | placeableitems-3.3.jar | None |
| LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
| LCHIJA | sanplayermodel | 1.1.1 | SanLib-1.12.2-1.5.1.jar | None |
| LCHIJA | sekcphysics | 0.1.0 | sekcphysics-0.1.0.jar | None |
| LCHIJA | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None |
| LCHIJA | shouldersurfing | 1.15 | ShoulderSurfing-1.12.2-1.15.jar | d6261bb645f41db84c74f98e512c2bb43f188af2 |
| LCHIJA | stellarapi | 1.12.2-0.4.2.9 | Stellar-API-1.12.2.jar | None |
| LCHIJA | stellarsky | 1.12.2-0.5.2.8 | Stellar+Sky-1.12.2-0.5.2.8.jar | None |
| LCHIJA | swisscheese | 1.1 | SwissCheese-1.1-1.12.jar | None |
| LCHIJA | vehicle | 0.41.0 | vehicle-0.41.0-mc1.12.2.jar | None |
| LCHIJA | visuals | 6r | Visuals-1.12.2-6r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | xlfoodmod | 1.12.2-1.8.0 | XL-Food-Mod-1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | jurassicraft | 2.1.21 | JurassiCraft-1.12.2-2.1.21.jar | None |
| LCHIJA | mysticallib | 1.12.2-1.3.1 | mysticallib-1.12.2-1.3.1.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
CreativePatchingLoader (CreativeCore_v1.9.54_mc1.12.2.jar)
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
com.zeitheron.hammercore.asm.HammerCoreTransformer
MMFMLCorePlugin (MultiMine-1.12.2.jar)
atomicstryker.multimine.common.fmlmagic.MMTransformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.OTGClassTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
sereneseasons.asm.transformer.EntityRendererTransformer
sereneseasons.asm.transformer.WorldTransformer
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)
ShoulderPlugin (ShoulderSurfing-1.12.2-1.15.jar)
com.teamderpy.shouldersurfing.asm.ShoulderTransformations
ApotheosisCore (Apotheosis-1.12.2-1.10.2.jar)
shadows.ApotheosisTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 276 names; 602 stacks.
Pastebin Connection: Okay.
Dependent Mods:
-Visuals (visuals) @6r
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
If you can help, much appreciation.