Skip to content

Instantly share code, notes, and snippets.

@LiSirNo
Last active March 9, 2016 21:37
Show Gist options
  • Save LiSirNo/52b2727eeea383cf1f4d to your computer and use it in GitHub Desktop.
Save LiSirNo/52b2727eeea383cf1f4d to your computer and use it in GitHub Desktop.
ThaumicBases Crash log
---- Minecraft Crash Report ----
WARNING: coremods are present:
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.1.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
DCLoadingPlugin (DummyCore-2.2.189.0.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!
Time: 09.03.16 22:32
Description: Ticking entity
java.lang.NoSuchMethodError: tb.common.item.ItemUkulele.getVis(Lnet/minecraft/item/ItemStack;Lthaumcraft/api/aspects/Aspect;)I
at tb.common.item.ItemUkulele.onUsingTick(ItemUkulele.java:263)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:229)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:117)
at net.minecraft.world.World.func_72866_a(World.java:1862)
at net.minecraft.world.World.func_72870_g(World.java:1831)
at net.minecraft.world.World.func_72939_s(World.java:1663)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at tb.common.item.ItemUkulele.onUsingTick(ItemUkulele.java:263)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:229)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java:117)
at net.minecraft.world.World.func_72866_a(World.java:1862)
at net.minecraft.world.World.func_72870_g(World.java:1831)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 46
Entity Name: asd
Entity's Exact location: 782,18, 4,00, 1170,70
Entity's Block location: 782,00,4,00,1170,00 - World: (782,4,1170), Chunk: (at 14,0,2 in 48,73; contains blocks 768,0,1168 to 783,255,1183), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
Entity's Momentum: 0,00, -0,08, 0,00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1663)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['asd'/46, l='MpServer', x=782,18, y=4,00, z=1170,70]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: 826,00,4,00,1120,00 - World: (826,4,1120), Chunk: (at 10,0,0 in 51,70; contains blocks 816,0,1120 to 831,255,1135), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
Level time: 46932 game time, 46932 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 15 total; [EntityRabbit['Rabbit'/32, l='MpServer', x=819,59, y=4,00, z=1158,22], EntitySheep['Sheep'/33, l='MpServer', x=821,06, y=4,00, z=1172,88], EntityPig['Pig'/34, l='MpServer', x=825,16, y=4,00, z=1184,47], EntitySheep['Sheep'/35, l='MpServer', x=823,06, y=4,00, z=1237,25], EntitySheep['Sheep'/37, l='MpServer', x=862,44, y=4,00, z=1138,19], EntityCow['Cow'/38, l='MpServer', x=852,28, y=4,00, z=1137,63], EntityPig['Pig'/39, l='MpServer', x=849,09, y=4,00, z=1162,75], EntityChicken['Chicken'/19, l='MpServer', x=710,53, y=4,00, z=1153,91], EntityChicken['Chicken'/21, l='MpServer', x=703,69, y=4,00, z=1192,31], EntityPlayerSP['asd'/46, l='MpServer', x=782,18, y=4,00, z=1170,70], EntityHorse['Horse'/23, l='MpServer', x=720,47, y=4,00, z=1104,25], EntitySoul['Soul'/25, l='MpServer', x=784,44, y=4,00, z=1210,81], EntitySheep['Sheep'/26, l='MpServer', x=787,13, y=4,00, z=1219,13], EntityChicken['Chicken'/29, l='MpServer', x=797,59, y=4,00, z=1125,69], EntityItem['item.item.egg'/30, l='MpServer', x=803,13, y=4,00, z=1133,19]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 319424280 bytes (304 MB) / 763707392 bytes (728 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1755 17 mods loaded, 17 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1755.jar)
UCHIJAAAA Forge{11.15.1.1755} [Minecraft Forge] (forge-1.8.9-11.15.1.1755.jar)
UCHIJAAAA BloodMagic{1.8.9-2.0.0-14} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-14.jar)
UCHIJAAAA DummyCore{2.2.189.0.} [DummyCore] (DummyCore-2.2.189.0.jar)
UCHIJAAAA gravestone{1.1.3} [Gravestone] (Gravestone Mod 1.1.3.jar)
UCHIJAAAA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
UCHIJAAAA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
UCHIJAAAA intangible{0.0.23} [Intangible] (intangible-1.8.9-0.0.23.jar)
UCHIJAAAA mantle{1.8.9-0.7.jenkins72} [Mantle] (Mantle-1.8.9-0.7.jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.9b.jar)
UCHIJAAAA Morpheus{1.8.9-2.0.57} [Morpheus] (Morpheus-1.8.9-2.0.57.jar)
UCHIJAAAA tconstruct{1.8.9-2.0.2.jenkins61} [Tinkers' Construct] (TConstruct-1.8.9-2.0.2.jar)
UCHIJAAAA Thaumcraft{5.2.1} [Thaumcraft] (Thaumcraft-1.8.9-5.2.1.jar)
UCHIJAAAA thaumicbases{2.1.189.32} [Thaumic Bases] (ThaumicBases-2.1.189.32.jar)
UCHIJAAAA trashslot{2.0.7} [TrashSlot] (trashslot-mc1.8.9-2.0.7.jar)
UCHIJAAAA wawla{1.4.7} [What Are We Looking At] (Wawla-1.4.7-1.8+.jar)
Loaded coremods (and transformers):
ThaumcraftLoader (Thaumcraft-1.8.9-5.2.1.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
TrashSlot (trashslot-mc1.8.9-2.0.7.jar)
net.blay09.mods.trashslot.coremod.GuiContainerClassTransformer
net.blay09.mods.trashslot.coremod.MinecraftClassTransformer
net.blay09.mods.trashslot.coremod.InventoryTweaksClassTransformer
DCLoadingPlugin (DummyCore-2.2.189.0.jar)
DummyCore.ASM.DCASMManager
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.3308' Renderer: 'Intel(R) HD Graphics 4000'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerDebug (Enabled/Not Forced)
[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''DummyCore'
Launched Version: 1.8.9-forge1.8.9-11.15.1.1755
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3308, 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: No
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: 4x Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment