Jump to content

Recommended Posts

Posted

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  Quark Plugin (Quark-r1.5-168.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  MMFMLCorePlugin (MultiMine-1.12.2.jar)
  OTGCorePlugin (OTG-Core.jar)
  SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  BCModPlugin (backpacks 1.12.2 - 3.5.4.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
Contact their authors BEFORE contacting forge

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 7/28/19 12:46 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:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at net.minecraft.entity.passive.EntityRabbit.func_70636_d(EntityRabbit.java:274)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    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.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:748)
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:577)
    at net.minecraft.entity.EntityAgeable.func_70636_d(EntityAgeable.java:178)
    at net.minecraft.entity.passive.EntityAnimal.func_70636_d(SourceFile:43)
    at net.minecraft.entity.passive.EntityRabbit.func_70636_d(EntityRabbit.java:274)
    at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
    at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
    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:rabbit (net.minecraft.entity.passive.EntityRabbit)
    Entity ID: 55
    Entity Name: Rabbit
    Entity's Exact location: 78.50, 63.00, 58.50
    Entity's Block location: World: (78,63,58), Chunk: (at 14,3,10 in 4,3; contains blocks 64,0,48 to 79,255,63), 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: world
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -6571801577688251275
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (224,64,168), Chunk: (at 0,4,8 in 14,10; contains blocks 224,0,160 to 239,255,175), 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: 147717 (now: false), thunder time: 145224 (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.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Thread.java:748)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Linux (amd64) version 5.0.3-1.el7.elrepo.x86_64
    Java Version: 1.8.0_201, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1326656000 bytes (1265 MB) / 2289565696 bytes (2183 MB) up to 5592580096 bytes (5333 MB)
    JVM Flags: 5 total; -Xmx6000M -Xms128M -XX:+UnlockExperimentalVMOptions -XX:MaxMetaspaceSize=480M -XX:MetaspaceSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 56 mods loaded, 56 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-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                 | 14.23.5.2838             | forge-1.12.2-14.23.5.2838-universal.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | otgcore               | 1.12.2 - v7              | minecraft.jar                                 | None                                     |
    | LCHIJA | srm-hooks             | 1.12.2-1.0.0             | minecraft.jar                                 | None                                     |
    | LCHIJA | dsurroundcore         | 3.5.4.3                  | minecraft.jar                                 | None                                     |
    | LCHIJA | jei                   | 4.13.1.225               | jei_1.12.2-4.13.1.225.jar                     | None                                     |
    | LCHIJA | quark                 | r1.5-168                 | Quark-r1.5-168.jar                            | None                                     |
    | LCHIJA | autoreglib            | 1.3-32                   | AutoRegLib-1.3-32.jar                         | None                                     |
    | LCHIJA | backpacks16840        | 3.5.4                    | backpacks 1.12.2 - 3.5.4.jar                  | None                                     |
    | LCHIJA | battletowers          | 1.6.4                    | BattleTowers-1.12.2.jar                       | None                                     |
    | LCHIJA | baubles               | 1.5.2                    | Baubles-1.12-1.5.2.jar                        | None                                     |
    | LCHIJA | botania               | r1.10-361                | Botania+r1.10-361.jar                         | None                                     |
    | LCHIJA | chesttransporter      | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar             | None                                     |
    | LCHIJA | chickens              | 6.0.4                    | chickens-6.0.4.jar                            | None                                     |
    | LCHIJA | codechickenlib        | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | mantle                | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                      | None                                     |
    | LCHIJA | tconstruct            | 1.12.2-2.12.0.113        | TConstruct-1.12.2-2.12.0.113.jar              | None                                     |
    | LCHIJA | conarm                | 1.2.3                    | conarm-1.12.2-1.2.3.jar                       | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCHIJA | corpse                | 1.12.2-1.0.2             | corpse-1.12.2-1.0.2.jar                       | None                                     |
    | LCHIJA | dimdoors              | 3.0.9+287                | DimensionalDoors-3.0.9-287.jar                | None                                     |
    | LCHIJA | dldungeonsjbg         | 1.12.5                   | DoomlikeDungeons-1.12.5-MC1.12.2.jar          | None                                     |
    | LCHIJA | enderstorage          | 2.4.5.135                | EnderStorage-1.12.2-2.4.5.135-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | extrautils2           | 1.0                      | extrautils2-1.12-1.9.9.jar                    | None                                     |
    | LCHIJA | eyesinthedarkness     | 0.0.5                    | EyesInTheDarkness-0.0.5.jar                   | None                                     |
    | LCHIJA | forgemultipartcbe     | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | microblockcbe         | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar  | None                                     |
    | LCHIJA | minecraftmultipartcbe | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar  | None                                     |
    | LCHIJA | hardcoredarkness      | 2.0                      | HardcoreDarkness-MC1.12.2-2.0.jar             | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | hatchery              | 2.2.2                    | hatchery-1.12.2-2.2.2.jar                     | None                                     |
    | LCHIJA | waila                 | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                   | None                                     |
    | LCHIJA | ichunutil             | 7.2.1                    | iChunUtil-1.12.2-7.2.1 (1).jar                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | inventorytweaks       | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                      | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | LCHIJA | ironchest             | 1.12.2-7.0.54.838        | ironchest-1.12.2-7.0.54.838.jar               | None                                     |
    | LCHIJA | journeymap            | 1.12.2-5.5.3             | journeymap-1.12.2-5.5.3.jar                   | None                                     |
    | LCHIJA | metallurgy            | 0.2.2                    | Metallurgy-4-Reforged-0.2.2.jar               | None                                     |
    | LCHIJA | mekanism              | 1.12.2-9.7.9.380         | Mekanism-1.12.2-9.7.9.380.jar                 | None                                     |
    | LCHIJA | mekanismgenerators    | 1.12.2-9.7.9.380         | MekanismGenerators-1.12.2-9.7.9.380.jar       | None                                     |
    | LCHIJA | mekanismtools         | 1.12.2-9.7.9.380         | MekanismTools-1.12.2-9.7.9.380.jar            | None                                     |
    | LCHIJA | llibrary              | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                    | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCHIJA | mowziesmobs           | 1.5.4                    | mowziesmobs-1.5.4.jar                         | None                                     |
    | LCHIJA | multimine             | 1.6.1                    | MultiMine-1.12.2.jar                          | None                                     |
    | LCHIJA | oreexcavation         | 1.4.140                  | OreExcavation-1.4.140 (1).jar                 | None                                     |
    | LCHIJA | plustic               | 7.1.0.0                  | plustic-7.1.0.0.jar                           | None                                     |
    | LCHIJA | roost                 | 2.0.10                   | roost-1.12.2-2.0.10.jar                       | None                                     |
    | LCHIJA | secretroomsmod        | 5.6.4                    | secretroomsmod-1.12.2-5.6.4.jar               | None                                     |
    | LCHIJA | theoneprobe           | 1.4.27                   | theoneprobe-1.12-1.4.27.jar                   | None                                     |
    | LCHIJA | tinkertoolleveling    | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar           | None                                     |
    | LCHIJA | translocators         | 2.5.1.77                 | Translocators-1.12.2-2.5.1.77-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | travellersbackpack    | 1.0.19.19                | TravellersBackpack-1.12.2-1.0.19.19.jar       | None                                     |
    | LCHIJA | waystones             | 4.0.71                   | Waystones_1.12.2-4.0.71.jar                   | None                                     |
    | LCHIJA | worleycaves           | 1.4.1                    | worleycaves-1.4.1.jar                         | None                                     |
    | LCHIJA | immersiveengineering  | 0.12-89                  | ImmersiveEngineering-0.12-89.jar              | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | 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
Quark Plugin (Quark-r1.5-168.jar)
  vazkii.quark.base.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  mekanism.coremod.KeybindingMigrationHelper
MMFMLCorePlugin (MultiMine-1.12.2.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.OTGClassTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  com.wynprice.secretroomsmod.core.SecretRoomsTransformer
LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
  lumien.hardcoredarkness.asm.ClassTransformer
BCModPlugin (backpacks 1.12.2 - 3.5.4.jar)
  brad16840.core.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  org.orecruncher.dsurround.asm.Transformer
    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)
        - theoneprobeIntegration (Enabled/Not Forced)

    Profiler Position: N/A (disabled)
    Player Count: 0 / 15; []
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Posted

Why is this still a thing?!

OTG installs a coremod via Jar-In-Jar, the coremod uses code from the main mod jar and crashes when the main mod jar is removed unless the coremod jar is removed as well.

Check your mods folder for a 1.12.2 folder and check in the 1.12.2 folder for otgcore.

And PLEASE complain to the OTG devs.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

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



×
×
  • Create New...

Important Information

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