java.lang.NoClassDefFoundError: com/pg85/otg/forge/dimensions/WorldProviderOTG
at com.pg85.otg.forge.asm.OTGHooks.getGravityFactorMineCart(OTGHooks.java:36)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:326)
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)
... 12 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.getGravityFactorMineCart(OTGHooks.java:36)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:326)
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: minecraft:chest_minecart (net.minecraft.entity.item.EntityMinecartChest)
Entity ID: 6
Entity Name: Minecart with Chest
Entity's Exact location: -411.50, 21.50, 333.50
Entity's Block location: World: (-412,21,333), Chunk: (at 4,1,13 in -26,20; contains blocks -416,0,320 to -401,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,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: Nathanael
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 2119673790
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-244,64,244), Chunk: (at 12,4,4 in -16,15; contains blocks -256,0,240 to -241,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 56775 (now: false), thunder time: 104533 (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 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 411256160 bytes (392 MB) / 1967128576 bytes (1876 MB) up to 1967128576 bytes (1876 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E2 39 mods loaded, 39 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Hi! I'm having problems with my modded game:
---- Minecraft Crash Report ----
WARNING: coremods are present:
AstralCore (astralsorcery-1.12.2-1.10.3.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
ForgelinPlugin (Forgelin-1.8.0.jar)
OTGCorePlugin (OTG-Core.jar)
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 11/25/18 6:27 PM
Description: Ticking entity
java.lang.NoClassDefFoundError: com/pg85/otg/forge/dimensions/WorldProviderOTG
at com.pg85.otg.forge.asm.OTGHooks.getGravityFactorMineCart(OTGHooks.java:36)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:326)
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)
... 12 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.getGravityFactorMineCart(OTGHooks.java:36)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:326)
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: minecraft:chest_minecart (net.minecraft.entity.item.EntityMinecartChest)
Entity ID: 6
Entity Name: Minecart with Chest
Entity's Exact location: -411.50, 21.50, 333.50
Entity's Block location: World: (-412,21,333), Chunk: (at 4,1,13 in -26,20; contains blocks -416,0,320 to -401,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,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: Nathanael
All players: 0 total; []
Chunk stats: ServerChunkCache: 625 Drop: 0
Level seed: 2119673790
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-244,64,244), Chunk: (at 12,4,4 in -16,15; contains blocks -256,0,240 to -241,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1 game time, 1 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 56775 (now: false), thunder time: 104533 (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 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 411256160 bytes (392 MB) / 1967128576 bytes (1876 MB) up to 1967128576 bytes (1876 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E2 39 mods loaded, 39 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 |
|:--------- |:------------------- |:----------------- |:---------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | micdoodlecore | | minecraft.jar | None |
| UCHIJAAAA | otgcore | 1.12.2 - v7 | minecraft.jar | None |
| UCHIJAAAA | deconstruction | 3.0.4 | [MC1.12.2]DeconTable-3.0.4.jar | None |
| UCHIJAAAA | advancedsticks | 1.5.7 | Advanced+Sticks+1.12++by+XxRexRaptorxX+(v.1.5.7).jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | astralsorcery | 1.10.3 | astralsorcery-1.12.2-1.10.3.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | biomesyougo | 1.4.1 | BiomesYouGo_1.4.1.jar.jar | None |
| UCHIJAAAA | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bookshelf | 2.3.568 | Bookshelf-1.12.2-2.3.568.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | clumps | 3.1.1 | Clumps-3.1.1.jar | None |
| UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.14.jar | None |
| UCHIJAAAA | coroutil | 1.12.1-1.2.14 | coroutil-1.12.1-1.2.14.jar | None |
| UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.2.14.jar | None |
| UCHIJAAAA | eplus | 5.0.174 | EnchantingPlus-1.12.2-5.0.174.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | forgelin | 1.8.0 | Forgelin-1.8.0.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| UCHIJAAAA | jei | 4.13.1.222 | jei_1.12.2-4.13.1.222.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
| UCHIJAAAA | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
| UCHIJAAAA | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| UCHIJAAAA | gravestone | 1.10.1 | gravestone-1.10.1.jar | None |
| UCHIJAAAA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| UCHIJAAAA | ironchest | 1.12.2-7.0.54.838 | ironchest-1.12.2-7.0.54.838.jar | None |
| UCHIJAAAA | ironfurnaces | 1.3.1 | ironfurnaces-1.3.1.jar | None |
| UCHIJAAAA | lex | 1.0.8 | LibEx-1.12.2-1.0.8.jar | None |
| UCHIJAAAA | librarianlib | 4.15 | librarianlib-1.12.2-4.15.jar | None |
| UCHIJAAAA | moreplanets | 2.0.17 | More-Planets-1.12.2-2.0.17-GC181.jar | b3468b224a74e296555ad7efeb35f482e6f445de |
| UCHIJAAAA | nex | 2.0.8 | NetherEx-1.12.2-2.0.8.jar | None |
| UCHIJAAAA | orecore | 1.4.0 | OreCore+1.12.2++(v.1.4.0).jar | None |
| UCHIJAAAA | quantimate | 1.4.7 | Quantimate1.12.2-1.4.7.jar | None |
| UCHIJAAAA | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
| UCHIJAAAA | sparkshammers | @[email protected] | sparkshammers-1.12.2-1.9.2.jar | None |
| UCHIJAAAA | spectrite | 1.6.7 | spectrite-1.6.7.jar | 00119cfc089819bbcd2f9166a50c7f3df88ded78 |
| UCHIJAAAA | zombieawareness | 1.12.1-1.11.14 | zombieawareness-1.12.1-1.11.14.jar | None |
| UCHIJAAAA | librarianliblate | 4.15 | librarianlib-1.12.2-4.15.jar | None |
Loaded coremods (and transformers):
AstralCore (astralsorcery-1.12.2-1.10.3.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
ForgelinPlugin (Forgelin-1.8.0.jar)
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.OTGClassTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
lumien.bloodmoon.asm.ClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
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)
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_E2
OptiFine Build: 20180728-185429
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 2.1.0 - Build 8.15.10.2858
OpenGlRenderer: Intel(R) HD Graphics
OpenGlVendor: Intel
CpuCount: 4
I don't know what's happening :c