Created
June 7, 2016 16:31
-
-
Save jawsawn/a44be4b4915c83599ce735c3497f3118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar) | |
HarmonyPreloader (craftingharmonics-1.9.4-1.4.5.28.jar) | |
LoadingPlugin (Quark-beta-22.jar) | |
AppleCore (AppleCore-mc1.9.4-1.3.2.jar) | |
CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar) | |
Default Options (defaultoptions-mc1.9.4-5.0.3.jar) | |
FMLPlugin (InventoryTweaks-1.61-dev-53.jar) | |
EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar) | |
Contact their authors BEFORE contacting forge | |
// Don't be sad. I'll do better next time, I promise! | |
Time: 6/7/16 7:28 PM | |
Description: Ticking block entity | |
java.lang.NullPointerException: Ticking block entity | |
at vazkii.quark.world.feature.SlimeBucket.entityInteract(SlimeBucket.java:37) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_365_SlimeBucket_entityInteract_EntityInteract.invoke(.dynamic) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) | |
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) | |
at net.minecraftforge.common.ForgeHooks.onInteractEntity(ForgeHooks.java:963) | |
at net.minecraft.entity.player.EntityPlayer.func_184822_a(EntityPlayer.java:1143) | |
at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:117) | |
at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:69) | |
at net.minecraft.world.World.func_72939_s(World.java:1797) | |
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618) | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:707) | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) | |
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:239) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) | |
at java.lang.Thread.run(Thread.java:745) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Server thread | |
Stacktrace: | |
at vazkii.quark.world.feature.SlimeBucket.entityInteract(SlimeBucket.java:37) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_365_SlimeBucket_entityInteract_EntityInteract.invoke(.dynamic) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) | |
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) | |
at net.minecraftforge.common.ForgeHooks.onInteractEntity(ForgeHooks.java:963) | |
at net.minecraft.entity.player.EntityPlayer.func_184822_a(EntityPlayer.java:1143) | |
at com.rwtema.extrautils2.tile.TileUse.operate(TileUse.java:117) | |
at com.rwtema.extrautils2.tile.TileAdvInteractor.func_73660_a(TileAdvInteractor.java:69) | |
-- Block entity being ticked -- | |
Details: | |
Name: XU2:TileUse // com.rwtema.extrautils2.tile.TileUse | |
Block type: ID #245 (tile.ExtraUtils2:User // com.rwtema.extrautils2.blocks.BlockAdvInteractor.Use) | |
Block data value: 4 / 0x4 / 0b0100 | |
Block location: World: (59,22,251), Chunk: (at 11,1,11 in 3,15; contains blocks 48,0,240 to 63,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) | |
Actual block type: ID #245 (tile.ExtraUtils2:User // com.rwtema.extrautils2.blocks.BlockAdvInteractor.Use) | |
Actual block data value: 4 / 0x4 / 0b0100 | |
Stacktrace: | |
at net.minecraft.world.World.func_72939_s(World.java:1797) | |
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618) | |
-- Affected level -- | |
Details: | |
Level name: Noodlor's Chunk World V4 | |
All players: 1 total; [EntityPlayerMP['Jason_Anaminus'/5, l='Noodlor's Chunk World V4', x=57.97, y=22.00, z=250.92]] | |
Chunk stats: ServerChunkCache: 536 Drop: 0 | |
Level seed: -9129318749491490056 | |
Level generator: ID 01 - flat, ver 0. Features enabled: false | |
Level generator options: 3;minecraft:wool:8;127;village | |
Level spawn location: World: (3,1,8), Chunk: (at 3,0,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) | |
Level time: 4588215 game time, 1000 day time | |
Level dimension: 0 | |
Level storage version: 0x04ABD - Anvil | |
Level weather: Rain time: 14921 (now: false), thunder time: 105113 (now: false) | |
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true | |
Stacktrace: | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:707) | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) | |
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:239) | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) | |
at java.lang.Thread.run(Thread.java:745) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.9.4 | |
Operating System: Windows 8.1 (amd64) version 6.3 | |
Java Version: 1.8.0_25, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 523633160 bytes (499 MB) / 1936195584 bytes (1846 MB) up to 3310878720 bytes (3157 MB) | |
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3552m -Xms256m -XX:PermSize=256m | |
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 | |
FML: MCP 9.28 Powered by Forge 12.17.0.1954 Optifine OptiFine_1.9.4_HD_U_B5 62 mods loaded, 61 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.9.4-12.17.0.1954.jar) | |
UCHIJAAAA Forge{12.17.0.1954} [Minecraft Forge] (forge-1.9.4-12.17.0.1954.jar) | |
UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.9.4-alpha-1.0.0a.jar) | |
UCHIJAAAA JEI{3.5.0.209} [Just Enough Items] (jei_1.9.4-3.5.0.209.jar) | |
UCHIJAAAA AppleCore{1.3.2} [AppleCore] (AppleCore-mc1.9.4-1.3.2.jar) | |
UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar) | |
UCHIJAAAA BiomesOPlenty{4.1.0.2025} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2025-universal.jar) | |
UCHIJAAAA BloodMagic{1.9.4-2.0.1-42} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.1-42.jar) | |
UCHIJAAAA BloodArsenal{1.9.4-2.0.0-3} [Blood Arsenal] (BloodArsenal-1.9.4-2.0.0-3.jar) | |
UCHIJAAAA Botania{r1.8-308} [Botania] (Botania-unofficial.r1.8-308.jar) | |
UCHIJAAAA Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar) | |
UCHIJAAAA mcmultipart{1.2.0_72} [MCMultiPart] (MCMultiPart-experimental-1.2.0_72-universal.jar) | |
UCHIJAAAA CharsetLib{0.3.0-pre7} [?] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetPipes{0.3.0-pre7} [|] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetTweaks{0.3.0-pre7} [*] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetWires{0.3.0-pre7} [+] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetGates{0.3.0-pre7} [&] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetStorage{0.3.0-pre7} [#] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA CharsetWrench{0.3.0-pre7} [/] (Charset-mc1.9.4-0.3.0-pre7-18ec3d2406b2940d.jar) | |
UCHIJAAAA ChestTransporter{2.4.0} [Chest Transporter] (ChestTransporter-1.9.4-2.4.0.jar) | |
UCHIJAAAA chiselsandbits{10.4} [Chisels & Bits] (chiselsandbits-10.4.jar) | |
UCHIJAAAA NashornLib{1.9.4-1.8.77-1.3.0} [Nashorn Library] (NashornLib-1.9.4-1.8.77-1.3.0.7.jar) | |
UCHIJAAAA craftingharmonics{1.9.4-1.4.5} [Crafting Harmonics] (craftingharmonics-1.9.4-1.4.5.28.jar) | |
UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (CraftTweaker-1.9-3.0.9.jar) | |
UCHIJAAAA cxlibrary{1.1.0} [CXLibrary] (cxlibrary-1.1.0-1.9.4.jar) | |
UCHIJAAAA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar) | |
UCHIJAAAA deepresonance{1.1.4beta32} [DeepResonance] (deepresonance-1.9.4-1.1.4beta32.jar) | |
UCHIJAAAA defaultoptions{5.0.3} [Default Options] (defaultoptions-mc1.9.4-5.0.3.jar) | |
UCHIJAAAA easyBreeding{5.0.0} [Easy Breeding] (easybreeding-1.9.4-4.0.1.jar) | |
UCHIJAAAA endercore{1.9.4-0.4.0.23-alpha} [EnderCore] (EnderCore-1.9.4-0.4.0.23-alpha.jar) | |
UCHIJAAAA EnderIO{1.9.4-3.0.0.38_alpha} [Ender IO] (EnderIO-1.9.4-3.0.0.38_alpha.jar) | |
UCHIJAAAA enderthing{0.6.6} [Enderthing] (enderthing-1.9.4-0.6.6.jar) | |
UCHIJAAAA flatcoloredblocks{mc1.9.4-v3.0} [Flat Colored Blocks] (flatcoloredblocks-mc1.9.4-v3.0.jar) | |
UCHIJAAAA forestry{5.0.9.143} [Forestry] (forestry_1.9.4-5.0.9.143.jar) | |
UCHIJAAAA inventorytweaks{1.61-dev-53-0736dc3} [Inventory Tweaks] (InventoryTweaks-1.61-dev-53.jar) | |
UCHIJAAAA IronChest{6.0.141.783} [Iron Chest] (ironchest-1.9.4-6.0.141.783.jar) | |
UCHIJAAAA journeymap{1.9.4-5.2.1} [JourneyMap] (journeymap-1.9.4-5.2.1-unlimited.jar) | |
UCHIJAAAA mantle{1.9.4-0.10.1.jenkins142} [Mantle] (Mantle-1.9.4-0.10.1.jenkins142.jar) | |
UCHIJAAAA testdummy{1.10} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar) | |
UCHIJAAAA Morpheus{1.9.4-3.1.3} [Morpheus] (Morpheus-1.9.4-3.1.3.jar) | |
UCHIJAAAA mxtune{1.9.4-2016.05.23} [mxTune] (mxtune-1.9.4-2016.05.23.jar) | |
UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar) | |
UCHIJAAAA ninjagear{1.9.4-0.0.2} [NinjaGear] (ninjagear-0.0.2.jar) | |
UCHIJAAAA yurtmod{5.01} [Nomadic Tents] (NomadicTents[1.9.4]-5.01.jar) | |
UCHIJAAAA orespawn{1.0.2} [Ore Spawn] (OreSpawn_1.9.4-1.0.2.jar) | |
UCHIJAAAA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4a.jar) | |
UCHIJAAAA progressiveautomation{1.6.46} [Progressive Automation] (ProgressiveAutomation-1.9.4-1.6.46.jar) | |
UCHIJAAAA Psi{beta-33} [Psi] (Psi-beta-33.jar) | |
UCHIJAAAA Quark{beta-22} [Quark] (Quark-beta-22.jar) | |
UCHIJAAAA xreliquary{1.9.4-1.3.2.372} [Reliquary] (Reliquary-1.9.4-1.3.2.372.jar) | |
UCHIJAAAA rftools{4.51} [RFTools] (rftools-1.9.4-4.51.jar) | |
UCHIJAAAA rftoolsdim{4.23beta41} [RFTools Dimensions] (rftoolsdim-1.9.4-4.23beta41.jar) | |
UCHIJAAAA AS_Ruins{16.1} [Ruins Spawning System] (Ruins-1.9.4.jar) | |
UCHIJAAAA StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar) | |
UCHIJAAAA tconstruct{1.9.4-2.3.1.jenkins229} [Tinkers' Construct] (TConstruct-1.9.4-2.3.1.jenkins229.jar) | |
UCHIJAAAA tombmanygraves{1.9.4-2.1.0} [Tomb Many Graves] (TombManyGraves-1.9.4-2.1.0.jar) | |
UCHIJAAAA totemic{1.9.4-0.7.4} [Totemic] (Totemic-1.9.4-0.7.4.jar) | |
UCHIJAAAA ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9.4-2.2.1.191.jar) | |
UCHIJAAAA wawla{2.2.1.188} [What Are We Looking At] (Wawla-1.9.4-2.2.1.191.jar) | |
UD craftingharmonicsPreloader{1.9.4-1.4.5} [Crafting Harmonics Preloader] (minecraft.jar) | |
Loaded coremods (and transformers): | |
CXLibraryCore (cxlibrary-1.1.0-1.9.4.jar) | |
cubex2.cxlibrary.CoreModTransformer | |
HarmonyPreloader (craftingharmonics-1.9.4-1.4.5.28.jar) | |
org.winterblade.minecraft.harmony.asm.PotionRemovedHookTransformer | |
LoadingPlugin (Quark-beta-22.jar) | |
vazkii.quark.base.asm.ClassTransformer | |
AppleCore (AppleCore-mc1.9.4-1.3.2.jar) | |
squeek.applecore.asm.TransformerModuleHandler | |
CoreXU2 (extrautils2-1.9.4-alpha-1.0.0a.jar) | |
com.rwtema.extrautils2.asm.ClassTransformerHandler | |
Default Options (defaultoptions-mc1.9.4-5.0.3.jar) | |
net.blay09.mods.defaultoptions.coremod.DefaultOptionsClassTransformer | |
FMLPlugin (InventoryTweaks-1.61-dev-53.jar) | |
invtweaks.forge.asm.ContainerTransformer | |
EnderCorePlugin (EnderCore-1.9.4-0.4.0.23-alpha.jar) | |
com.enderio.core.common.transform.EnderCoreTransformer | |
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) | |
- TinkerSmeltery (Enabled/Not Forced) | |
- TinkerGadgets (Enabled/Not Forced) | |
- TinkerOredict (Enabled/Forced) | |
- TinkerIntegration (Enabled/Forced) | |
- TinkerFluids (Enabled/Forced) | |
- TinkerMaterials (Enabled/Forced) | |
- chiselsandbitsIntegration (Enabled/Not Forced) | |
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.): | |
* Optifine is installed. This is NOT supported. | |
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it. | |
Profiler Position: N/A (disabled) | |
Player Count: 1 / 8; [EntityPlayerMP['Jason_Anaminus'/5, l='Noodlor's Chunk World V4', x=57.97, y=22.00, z=250.92]] | |
Type: Integrated Server (map_client.txt) | |
Is Modded: Definitely; Client brand changed to 'fml,forge' | |
OptiFine Version: OptiFine_1.9.4_HD_U_B5 | |
Render Distance Chunks: 8 | |
Mipmaps: 4 | |
Anisotropic Filtering: 1 | |
Antialiasing: 0 | |
Multitexture: false | |
Shaders: null | |
OpenGlVersion: 4.5.0 NVIDIA 361.75 | |
OpenGlRenderer: GeForce 840M/PCIe/SSE2 | |
OpenGlVendor: NVIDIA Corporation | |
CpuCount: 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment