Jump to content

My game crash after creating the world


So0onyYT

Recommended Posts

Everytime i make a new world my game crash and after looking at the crash report it looks that there is a entity ticking it appear as a pig but for some reason creating a new world and deleting the world that crashed dont work any way i will put the ticking entity and the whole crash report in a spoiler

 

The ticking entity info:

Spoiler

-- Entity being ticked --
Details:
    Entity Type: minecraft:pig (net.minecraft.entity.passive.EntityPig)
    Entity ID: 6
    Entity Name: Pig
    Entity's Exact location: -73.50, 70.00, 181.50
    Entity's Block location: World: (-74,70,181), Chunk: (at 6,4,5 in -5,11; contains blocks -80,0,176 to -65,255,191), 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)

 

 

The whole crash report:

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  LittlePatchingLoader (LittleTiles_v1.5.0-pre135_mc1.12.2.jar)
  CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
  OTGCorePlugin (OTG-Core.jar)
  CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  MMFMLCorePlugin (MultiMine-1.12.2.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
  BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 6/8/19 5:09 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.passive.EntityPig.func_191986_a(SourceFile:239)
    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 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)
    ... 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.passive.EntityPig.func_191986_a(SourceFile:239)
    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 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: minecraft:pig (net.minecraft.entity.passive.EntityPig)
    Entity ID: 6
    Entity Name: Pig
    Entity's Exact location: -73.50, 70.00, 181.50
    Entity's Block location: World: (-74,70,181), Chunk: (at 6,4,5 in -5,11; contains blocks -80,0,176 to -65,255,191), 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: my world
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -74292165277493148
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (76,64,252), Chunk: (at 12,4,12 in 4,15; contains blocks 64,0,240 to 79,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 1 game time, 1 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 90152 (now: false), thunder time: 61437 (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(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: 730226944 bytes (696 MB) / 2161692672 bytes (2061 MB) up to 3526623232 bytes (3363 MB)
    JVM Flags: 3 total; -Xmn128M -Xmx3376M -XX:+UseConcMarkSweepGC
    IntCache: cache: 12, tcache: 94, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 94 mods loaded, 94 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 | littletilescore          | 1.0.0                    | minecraft.jar                                     | None                                     |
    | LCHIJA | otgcore                  | 1.12.2 - v7              | minecraft.jar                                     | None                                     |
    | LCHIJA | smoothfontcore           | mc1.12.2-2.0             | minecraft.jar                                     | None                                     |
    | LCHIJA | bnbgamingcore            | 0.11.0                   | minecraft.jar                                     | None                                     |
    | LCHIJA | opencomputers|core       | 1.7.4.153                | minecraft.jar                                     | None                                     |
    | LCHIJA | dsurroundcore            | 3.5.4.3                  | minecraft.jar                                     | None                                     |
    | LCHIJA | smoothfont               | mc1.12.2-2.0             | SmoothFont-mc1.12.2-2.0.jar                       | None                                     |
    | LCHIJA | waila                    | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
    | LCHIJA | bdsandm                  | 0.0.24                   | BarrelsDrumsStorageAndMore-0.0.24.jar             | None                                     |
    | LCHIJA | crafttweaker             | 4.1.18                   | CraftTweaker2-1.12-4.1.18.jar                     | None                                     |
    | LCHIJA | mtlib                    | 3.0.6                    | MTLib-3.0.6.jar                                   | None                                     |
    | LCHIJA | modtweaker               | 4.0.17                   | modtweaker-4.0.17.jar                             | None                                     |
    | LCHIJA | jei                      | 4.15.0.280               | jei_1.12.2-4.15.0.280.jar                         | None                                     |
    | LCHIJA | base                     | 3.12.1                   | base-1.12.2-3.12.1.jar                            | None                                     |
    | LCHIJA | bdlib                    | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                      | None                                     |
    | LCHIJA | biomesoplenty            | 7.0.1.2441               | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar     | None                                     |
    | LCHIJA | better_diving            | 1.3.61                   | BetterDiving-1.12.2-1.3.61.jar                    | None                                     |
    | LCHIJA | forgelin                 | 1.8.2                    | Forgelin-1.8.2.jar                                | None                                     |
    | LCHIJA | betterfoliage            | 2.2.0                    | BetterFoliage-MC1.12-2.2.0.jar                    | None                                     |
    | LCHIJA | bibliocraft              | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                 | None                                     |
    | LCHIJA | blockcraftery            | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                    | None                                     |
    | LCHIJA | bnbgaminglib             | 2.17.6                   | BNBGamingLib-1.12.2-2.17.6.jar                    | None                                     |
    | LCHIJA | bookshelf                | 2.3.581                  | Bookshelf-1.12.2-2.3.581.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | carryon                  | 1.12.1                   | CarryOn+MC1.12.2+v1.12.1.jar                      | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
    | LCHIJA | chunkanimator            | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                      | None                                     |
    | LCHIJA | classiccombat            | 1.0.1                    | ClassicCombat-1.0.1.jar                           | None                                     |
    | LCHIJA | clienttweaks             | 3.1.2                    | ClientTweaks_1.12-3.1.2.jar                       | None                                     |
    | LCHIJA | clumps                   | 3.1.2                    | Clumps-3.1.2.jar                                  | None                                     |
    | LCHIJA | codechickenlib           | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | fbp                      | 2.4.1                    | FancyBlockParticles-1.12.x-2.4.1.jar              | None                                     |
    | LCHIJA | pdp                      | 1.12.2-1.2.4             | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None                                     |
    | LCHIJA | redstoneflux             | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | cofhcore                 | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar            | None                                     |
    | LCHIJA | cofhworld                | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LCHIJA | colouredtooltips         | 1.0.7                    | ColouredTooltips-1.12.2-1.0.7.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | cyclopscore              | 1.3.0                    | CyclopsCore-1.12.2-1.3.0.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LCHIJA | commoncapabilities       | 2.4.1                    | CommonCapabilities-1.12.2-2.4.1.jar               | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | 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.135        | TConstruct-1.12.2-2.12.0.135.jar                  | None                                     |
    | LCHIJA | contenttweaker           | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar                   | None                                     |
    | LCHIJA | conarm                   | 1.2.4                    | conarm-1.12.2-1.2.4.jar                           | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | LCHIJA | controlling              | 3.0.6                    | Controlling-3.0.6.jar                             | None                                     |
    | LCHIJA | ctgui                    | 1.0.0                    | CraftTweaker2-1.12-4.1.18.jar                     | None                                     |
    | LCHIJA | crafttweakerjei          | 2.0.3                    | CraftTweaker2-1.12-4.1.18.jar                     | None                                     |
    | LCHIJA | creativecore             | 1.9.9                    | CreativeCore_v1.9.45_mc1.12.2.jar                 | None                                     |
    | LCHIJA | ctm                      | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                         | None                                     |
    | LCHIJA | cucumber                 | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                         | None                                     |
    | LCHIJA | custommainmenu           | 2.0.9                    | CustomMainMenu-MC1.12.2-2.0.9.jar                 | None                                     |
    | LCHIJA | doggytalents             | 1.15.0.0                 | DoggyTalents-1.12.2-1.15.0.0-universal.jar        | None                                     |
    | LCHIJA | eleccore                 | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                       | None                                     |
    | LCHIJA | enchdesc                 | 1.1.15                   | EnchantmentDescriptions-1.12.2-1.1.15.jar         | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | farseek                  | 2.3.2                    | Farseek-1.12-2.3.2.jar                            | None                                     |
    | LCHIJA | fastleafdecay            | v14                      | FastLeafDecay-v14.jar                             | None                                     |
    | LCHIJA | gottschcore              | 1.7.0                    | GottschCore-mc1.12.2-f14.23.5.2768-v1.7.0.jar     | None                                     |
    | LCHIJA | huds                     | #VERSION#                | Huds-1.12.2-1.0.3.jar                             | None                                     |
    | LCHIJA | hurtanimationremover     | 1.0.0                    | HurtAnimationRemover-1.12.2-1.0.0.jar             | None                                     |
    | LCHIJA | ichunutil                | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCHIJA | inspirations             | 1.12.2-0.2.4             | Inspirations-1.12.2-0.2.4.jar                     | None                                     |
    | LCHIJA | inventorysorter          | 1.13.3+57                | inventorysorter-1.12.2-1.13.3+57.jar              | None                                     |
    | LCHIJA | journeymap               | 1.12.2-5.5.5b7           | journeymap-1.12.2-5.5.5b7.jar                     | None                                     |
    | LCHIJA | limitlessstructureblocks | 1.1.0                    | LimitlessStructureBlocks-1.12.2-1.1.0.jar         | None                                     |
    | LCHIJA | littletiles              | 1.5.0                    | LittleTiles_v1.5.0-pre135_mc1.12.2.jar            | None                                     |
    | LCHIJA | malisiscore              | 1.12.2-6.5.1-SNAPSHOT    | malisiscore-1.12.2-6.5.1.jar                      | None                                     |
    | LCHIJA | malisisdoors             | 1.12.2-7.3.0             | malisisdoors-1.12.2-7.3.0.jar                     | None                                     |
    | LCHIJA | mcjtylib_ng              | 3.5.3                    | mcjtylib-1.12-3.5.3.jar                           | None                                     |
    | LCHIJA | mcmultipart              | 2.5.3                    | MCMultiPart-2.5.3.jar                             | None                                     |
    | LCHIJA | morecauldrons            | 1.4.4                    | More-Cauldrons-1.4.4.jar                          | None                                     |
    | LCHIJA | multimine                | 1.6.0                    | MultiMine-1.12.2.jar                              | None                                     |
    | LCHIJA | opencomputers            | 1.7.4.153                | OpenComputers-MC1.12.2-1.7.4.153.jar              | None                                     |
    | LCHIJA | oreexcavation            | 1.4.140                  | OreExcavation-1.4.140.jar                         | None                                     |
    | LCHIJA | placeableitems           | 3.3                      | placeableitems-3.3.jar                            | None                                     |
    | LCHIJA | placebo                  | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                          | None                                     |
    | LCHIJA | resourceloader           | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LCHIJA | sekcphysics              | 0.1.0                    | sekcphysics-0.1.0.jar                             | None                                     |
    | LCHIJA | sonarcore                | 5.0.19                   | sonarcore-1.12.2-5.0.19-20.jar                    | None                                     |
    | LCHIJA | streams                  | 0.4.7                    | Streams-1.12-0.4.7.jar                            | None                                     |
    | LCHIJA | surge                    | 2.0.77                   | Surge-1.12.2-2.0.77.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | tinkertoolleveling       | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar               | None                                     |
    | LCHIJA | tp                       | 3.2.32                   | tinyprogressions-1.12.2-3.3.32-Release.jar        | None                                     |
    | LCHIJA | toastcontrol             | 1.8.1                    | Toast+Control-1.12.2-1.8.1.jar                    | None                                     |
    | LCHIJA | tombstone                | 3.5.2                    | tombstone-3.5.2-1.12.jar                          | None                                     |
    | LCHIJA | treasure2                | 1.3.0                    | Treasure2-mc1.12.2-f14.23.5.2768-v1.3.0.jar       | None                                     |
    | LCHIJA | wawla                    | 2.5.273                  | Wawla-1.12.2-2.5.273.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCHIJA | xlfoodmod                | 1.12.2-1.9.1             | XL-Food-Mod-1.12.2-1.9.1.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 |
    | LCHIJA | eleccoreloader           | 1.9.452                  | ElecCore-1.12.2-1.9.452.jar                       | None                                     |
    | LCHIJA | mysticallib              | 1.12.2-1.2.1             | mysticallib-1.12.2-1.2.1.jar                      | None                                     |

    Loaded coremods (and transformers):
LittlePatchingLoader (LittleTiles_v1.5.0-pre135_mc1.12.2.jar)
  com.creativemd.littletiles.LittleTilesTransformer
CreativePatchingLoader (CreativeCore_v1.9.45_mc1.12.2.jar)
 
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.OTGClassTransformer
CorePlugin (SmoothFont-mc1.12.2-2.0.jar)
  bre.smoothfont.asm.Transformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  li.cil.oc.common.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
 
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
BNBGamingCore (BNBGamingCore-1.12.2-0.11.0.jar)
  com.bloodnbonesgaming.bnbgamingcore.core.BNBGamingCoreClassTransformer
MMFMLCorePlugin (MultiMine-1.12.2.jar)
  atomicstryker.multimine.common.fmlmagic.MMTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
 
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
 
BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  mods.betterfoliage.loader.BetterFoliageTransformer
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
FarseekCoreMod (Farseek-1.12-2.3.2.jar)
  farseek.core.FarseekClassTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  lumien.chunkanimator.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)
        - wailaIntegration (Enabled/Not Forced)

    Pulsar/inspirations loaded Pulses:
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsRecipes (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)
        - InspirationsShared (Enabled/Forced)
        - WailaPlugin (Enabled/Not Forced)

    List of loaded APIs:
        * Base|API (1.0.0) from base-1.12.2-3.12.1.jar
        * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
        * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.1.jar
        * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
        * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
        * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
        * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5b7.jar
        * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5b7.jar
        * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5b7.jar
        * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5b7.jar
        * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5b7.jar
        * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.280.jar
        * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
        * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
        * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
        * tombstone-api (1.0.2) from tombstone-3.5.2-1.12.jar
        * tombstone-api-capability (1.0.2) from tombstone-3.5.2-1.12.jar
        * tombstone-api-event (1.0.2) from tombstone-3.5.2-1.12.jar
        * tombstone-api-magic (1.0.2) from tombstone-3.5.2-1.12.jar
        * tombstone-api-recipe (1.0.2) from tombstone-3.5.2-1.12.jar
        * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
    Profiler Position: N/A (disabled)
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'

 

Link to comment
Share on other sites

1. Please use punctuations to make your posts more readable.

2. otgcore seems to be broken. Remove it and report to its author.

Edited by DavidM

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

OTG has the issue of extracting its core into the mods/1.12.2 folder and when you remove the main OTG jar the OTG core doesn't disable itself.

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.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

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.