Skip to content

Instantly share code, notes, and snippets.

@kb-1000
Created August 17, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kb-1000/7c01a39d35328b4b7c4e8949ea209fc5 to your computer and use it in GitHub Desktop.
Save kb-1000/7c01a39d35328b4b7c4e8949ea209fc5 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
wings (wings-1.1.5-1.12.2.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.1.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
ApotheosisCore (Apotheosis-1.12.2-1.10.3.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
WarpDriveCore (WarpDrive-1.12.2-1.5.6.jar)
Contact their authors BEFORE contacting forge
// Would you like a cupcake?
Time: 8/17/19 4:00 AM
Description: Rendering Block Entity
java.lang.NoClassDefFoundError: omtteam/omlib/util/MathUtil
at omtteam.openmodularturrets.client.render.renderers.blockitem.AbstractTurretRenderer.render(AbstractTurretRenderer.java:63)
at omtteam.openmodularturrets.client.render.renderers.blockitem.LaserTurretRenderer.func_192841_a(LaserTurretRenderer.java:36)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:155)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:130)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:705)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.ClassNotFoundException: omtteam.omlib.util.MathUtil
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 25 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at omtteam.openmodularturrets.client.render.renderers.blockitem.AbstractTurretRenderer.render(AbstractTurretRenderer.java:63)
at omtteam.openmodularturrets.client.render.renderers.blockitem.LaserTurretRenderer.func_192841_a(LaserTurretRenderer.java:36)
-- Block Entity Details --
Details:
Name: openmodularturrets:laser_turret // omtteam.openmodularturrets.tileentity.turrets.LaserTurretTileEntity
Block type: ID #3163 (tile.laser_turret // omtteam.openmodularturrets.blocks.turretheads.BlockLaserTurret // openmodularturrets:laser_turret)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (104,70,280), Chunk: (at 8,4,8 in 6,17; contains blocks 96,0,272 to 111,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #3163 (tile.laser_turret // omtteam.openmodularturrets.blocks.turretheads.BlockLaserTurret // openmodularturrets:laser_turret)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_192854_a(TileEntityRendererDispatcher.java:155)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_180546_a(TileEntityRendererDispatcher.java:130)
at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:705)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1347)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['kb1000_'/97233, l='MpServer', x=126.50, y=67.00, z=257.50]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (125,67,257), Chunk: (at 13,4,1 in 7,16; contains blocks 112,0,256 to 127,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 10948355 game time, 10948355 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 15 total; [EntityItem['item.item.rottenFlesh'/16872, l='MpServer', x=89.16, y=68.00, z=303.03], EntityCustomNpc['George Hammond'/459, l='MpServer', x=92.50, y=19.00, z=258.50], EntityItem['item.item.red_heart'/81199, l='MpServer', x=153.63, y=69.00, z=294.84], EntityItem['item.item.rottenFlesh'/81198, l='MpServer', x=153.14, y=69.00, z=294.48], EntityItem['item.item.rottenFlesh'/17138, l='MpServer', x=92.07, y=68.00, z=292.98], EntityItem['item.item.rottenFlesh'/81139, l='MpServer', x=157.61, y=69.00, z=298.55], EntityCustomNpc['Estz'/500, l='MpServer', x=134.50, y=64.00, z=239.50], EntityItem['item.item.rottenFlesh'/17461, l='MpServer', x=104.96, y=69.00, z=293.98], EntityItem['item.item.red_heart'/81140, l='MpServer', x=157.57, y=69.00, z=298.70], EntityPlayerSP['kb1000_'/97233, l='MpServer', x=126.50, y=67.00, z=257.50], EntityItem['item.item.red_heart'/17462, l='MpServer', x=105.32, y=69.00, z=294.48], EntityItem['item.item.red_heart'/81047, l='MpServer', x=156.69, y=69.00, z=294.11], EntityItem['item.item.rottenFlesh'/81046, l='MpServer', x=157.86, y=69.00, z=294.89], EntityItem['item.item.rottenFlesh'/16537, l='MpServer', x=128.92, y=69.00, z=300.31], EntityItem['item.item.rottenFlesh'/16734, l='MpServer', x=135.37, y=69.00, z=297.62]]
Retry entities: 0 total; []
Server brand: unSquareGames (git:BungeeCord-Bootstrap:1.13-SNAPSHOT:5550331:20190330
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2741)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:419)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1686713552 bytes (1608 MB) / 4116185088 bytes (3925 MB) up to 4116185088 bytes (3925 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: ~~ERROR~~ NoClassDefFoundError: net/minecraftforge/common/util/TextTable$1
Loaded coremods (and transformers):
wings (wings-1.1.5-1.12.2.jar)
me.paulf.wings.server.asm.WingsRuntimePatcher
me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.5-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
invtweaks.forge.asm.ContainerTransformer
RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
com.therandomlabs.randompatches.core.RPTransformer
CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
com.chocohead.biab.BornInABarn
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
Techguns Core (techguns-1.12.2-2.0.2.0_pre3.1.jar)
techguns.core.TechgunsASMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
mekanism.coremod.KeybindingMigrationHelper
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
ApotheosisCore (Apotheosis-1.12.2-1.10.3.jar)
shadows.ApotheosisTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
LittlePatchingLoader (LittleTiles_v1.5.0-pre158_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
WarpDriveCore (WarpDrive-1.12.2-1.5.6.jar)
cr0s.warpdrive.core.ClassTransformer
GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6446' Renderer: 'Intel(R) UHD Graphics 630'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
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)
- chiselIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
Modpack Information: Modpack: [WorldWarMinecraft 11] Version: [11.1.0] by author [LemADEC]
List of loaded APIs:
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
* BotaniaAPI (93) from Botania r1.10-361.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
* ComputerCraft|API (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|FileSystem (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Lua (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Media (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Network (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Network|Wired (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Peripheral (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Permissions (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Redstone (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Turtle (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* ComputerCraft|API|Turtle|Event (1.84.0) from cc-tweaked-1.12.2-1.84.0.jar
* Core (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Blocks (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Constants (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Entities (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Entities|Data (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Entities|Data|Role (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Events (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Handlers (0.1) from CustomNPCs_1.12.2(30Jan19).jar
* Core|Handlers|Data (0.1) from CustomNPCs_1.12.2(30Jan19).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
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.287.jar
* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.1.383.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* PatchouliAPI (6) from Patchouli-1.0-20.jar
* redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
* spartanweaponry_api (4) from SpartanWeaponry-1.12.2-beta-1.3.0.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Launched Version: MultiMC5
LWJGL: 2.9.4
OpenGL: Intel(R) UHD Graphics 630 GL version 4.5.0 - Build 25.20.100.6446, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment