---- Minecraft Crash Report ----
WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
OTGCorePlugin (OTG-Core.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 6/8/19 1:01 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 drzhark.mocreatures.entity.MoCEntityAnimal.func_191986_a(MoCEntityAnimal.java:688)
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 drzhark.mocreatures.entity.MoCEntityAnimal.func_70636_d(MoCEntityAnimal.java:359)
at drzhark.mocreatures.entity.passive.MoCEntityEnt.func_70636_d(MoCEntityEnt.java:140)
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(Unknown Source)
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(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 21 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 drzhark.mocreatures.entity.MoCEntityAnimal.func_191986_a(MoCEntityAnimal.java:688)
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 drzhark.mocreatures.entity.MoCEntityAnimal.func_70636_d(MoCEntityAnimal.java:359)
at drzhark.mocreatures.entity.passive.MoCEntityEnt.func_70636_d(MoCEntityEnt.java:140)
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: mocreatures:ent (drzhark.mocreatures.entity.passive.MoCEntityEnt)
Entity ID: 2969
Entity Name: Ent
Entity's Exact location: 119.50, 63.00, 102.50
Entity's Block location: World: (119,63,102), Chunk: (at 7,3,6 in 7,6; contains blocks 112,0,96 to 127,255,111), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
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: Mundo nuevo
All players: 0 total; []
Chunk stats: ServerChunkCache: 626 Drop: 0
Level seed: -1885333065407235675
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (283,64,241), Chunk: (at 11,4,1 in 17,15; contains blocks 272,0,240 to 287,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2 game time, 2 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 161459 (now: false), thunder time: 146343 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
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(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 481328440 bytes (459 MB) / 1169534976 bytes (1115 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 7 total; -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Xss1M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
IntCache: cache: 0, tcache: 0, allocated: 11, tallocated: 96
FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 42 mods loaded, 42 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 | itemphysic | 1.4.0 | minecraft.jar | None |
| LCHIJA | otgcore | 1.12.2 - v7 | minecraft.jar | None |
| LCHIJA | dsurroundcore | 3.5.4.3 | minecraft.jar | None |
| LCHIJA | swordskillsapi | 1.1.0 | 1.12.2-SwordSkillsApi-1.1.0.jar | None |
| LCHIJA | dynamicswordskills | 1.12.2-6.0.1 | 1.12.2-DynamicSwordSkills-6.0.1.jar | None |
| LCHIJA | additionalbanners | 1.1.76 | AdditionalBanners-1.12.2-1.1.76.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJA | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
| LCHIJA | carryon | 1.12.1 | CarryOn+MC1.12.2+v1.12.1.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
| LCHIJA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
| LCHIJA | coroutil | 1.12.1-1.2.31 | coroutil-1.12.1-1.2.31.jar | None |
| LCHIJA | configmod | v1.0 | coroutil-1.12.1-1.2.31.jar | None |
| LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.45_mc1.12.2.jar | None |
| LCHIJA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.jar | None |
| LCHIJA | mocreatures | 12.0.5 | DrZharks Mocreatures Mod-12.0.5.jar | None |
| LCHIJA | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None |
| LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJA | iceandfire | 1.7.1 | iceandfire-1.7.1-1.12.2.jar | None |
| LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | mcjtylib_ng | 3.5.3 | mcjtylib-1.12-3.5.3.jar | None |
| LCHIJA | immcraft | 1.6.0 | immcraft-1.12-1.6.0.jar | None |
| LCHIJA | journeymap | 1.12.2-5.5.5b7 | journeymap-1.12.2-5.5.5b7.jar | None |
| LCHIJA | megaloot | 0.2.30 | megaloot-1.12.2-0.2.30.jar | None |
| LCHIJA | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
| LCHIJA | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
| LCHIJA | mowziesmobs | 1.5.4 | mowziesmobs-1.5.4.jar | None |
| LCHIJA | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zd+Surprise+for+Yogcast.jar | None |
| LCHIJA | rfp2 | 1.12.2-1.1.0 | RealFirstPerson2-1.12.2-1.1.0.jar | None |
| LCHIJA | reforged | 0.7.5 | Reforged-Mod-1.12.jar | None |
| LCHIJA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| LCHIJA | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None |
| LCHIJA | toughasnails | 3.1.0.141 | ToughAsNails-1.12.2-3.1.0.141-universal.jar | None |
| LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
| LCHIJA | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | dsurround | 3.5.4.3 | DynamicSurroundings-1.12.2-3.5.4.3.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
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.45_mc1.12.2.jar)
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
ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
com.creativemd.itemphysic.ItemTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
org.orecruncher.dsurround.asm.Transformer
ForgelinPlugin (Forgelin-1.8.2.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
at is the full log it happens when i use Biomes'o' Plenty option in world generation and then obviously start generating the world