Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gamecrash while trying to craft golden electron tube #1564

Closed
Svildr opened this issue Jan 7, 2017 · 0 comments
Closed

Gamecrash while trying to craft golden electron tube #1564

Svildr opened this issue Jan 7, 2017 · 0 comments

Comments

@Svildr
Copy link

Svildr commented Jan 7, 2017

While i was crafting the golden electron tube in the Termonic Fabricator, my game crashed and im not able to log back in.
---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Quark-r1.2-73.jar)
IvToolkit (IvToolkit-1.3.1.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 1/8/17 12:33 AM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at forestry.factory.tiles.TileFabricator.craftResult(TileFabricator.java:203)
at forestry.factory.tiles.TileFabricator.workCycle(TileFabricator.java:158)
at forestry.core.tiles.TilePowered.updateServerSide(TilePowered.java:131)
at forestry.factory.tiles.TileFabricator.updateServerSide(TileFabricator.java:110)
at forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:85)
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
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 forestry.factory.tiles.TileFabricator.craftResult(TileFabricator.java:203)
at forestry.factory.tiles.TileFabricator.workCycle(TileFabricator.java:158)
at forestry.core.tiles.TilePowered.updateServerSide(TilePowered.java:131)
at forestry.factory.tiles.TileFabricator.updateServerSide(TileFabricator.java:110)
at forestry.core.tiles.TileForestry.func_73660_a(TileForestry.java:85)

-- Block entity being ticked --
Details:
Name: minecraft:forestry.fabricator // forestry.factory.tiles.TileFabricator
Block type: ID #502 (tile.for.fabricator // forestry.factory.blocks.BlockFactoryPlain)
Block data value: 2 / 0x2 / 0b0010
Block location: World: (71,76,236), Chunk: (at 7,4,12 in 4,14; contains blocks 64,0,224 to 79,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #502 (tile.for.fabricator // forestry.factory.blocks.BlockFactoryPlain)
Actual block data value: 2 / 0x2 / 0b0010
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1801)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)

-- Affected level --
Details:
Level name: New World
All players: 1 total; [EntityPlayerMP['Bluebirdy_'/1404, l='New World', x=72.50, y=76.00, z=235.50]]
Chunk stats: ServerChunkCache: 450 Drop: 0
Level seed: -2337382894379116679
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options: {"diamondSize":8,"lapisCenterHeight":16,"lavaLakeChance":80,"redstoneMaxHeight":16,"diamondMaxHeight":16,"coalMaxHeight":128,"coalMinHeight":0,"seaLevel":63,"graniteCount":10,"riverSize":4,"gravelMinHeight":0,"graniteSize":33,"redstoneSize":8,"fixedBiome":-1,"waterLakeChance":4,"dioriteMinHeight":0,"andesiteCount":10,"graniteMaxHeight":80,"redstoneMinHeight":0,"lapisSize":7,"dirtCount":10,"ironMinHeight":0,"dioriteMaxHeight":80,"coalCount":20,"gravelCount":8,"coalSize":17,"gravelSize":33,"ironMaxHeight":64,"lapisSpread":16,"dioriteCount":10,"andesiteSize":33,"biomeSize":4,"graniteMinHeight":0,"goldCount":2,"diamondCount":1,"dirtSize":33,"gravelMaxHeight":256,"goldSize":9,"ironCount":20,"diamondMinHeight":0,"ironSize":9,"redstoneCount":8,"andesiteMinHeight":0,"dioriteSize":33,"goldMaxHeight":32,"dungeonChance":8,"andesiteMaxHeight":80,"dirtMinHeight":0,"lapisCount":1,"goldMinHeight":0,"dirtMaxHeight":256,"lowerLimitScale":512.0,"biomeDepthOffset":0.0,"upperLimitScale":512.0,"heightScale":684.412,"biomeScaleWeight":1.0,"biomeDepthWeight":1.0,"mainNoiseScaleZ":80.0,"mainNoiseScaleY":160.0,"depthNoiseScaleX":200.0,"mainNoiseScaleX":80.0,"baseSize":8.5,"depthNoiseScaleZ":200.0,"stretchY":12.0,"depthNoiseScaleExponent":0.5,"biomeScaleOffset":0.0,"coordinateScale":684.412,"useStrongholds":true,"useMineShafts":true,"useTemples":true,"useLavaOceans":false,"useCaves":true,"useWaterLakes":true,"useLavaLakes":true,"useMonuments":true,"useRavines":true,"useDungeons":true,"useVillages":true}
Level spawn location: World: (80,64,244), Chunk: (at 0,4,4 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5024 game time, 5024 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 80333 (now: false), thunder time: 82068 (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:720)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.11.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 255312424 bytes (243 MB) / 853831680 bytes (814 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: 12, tallocated: 94
FML: MCP 9.38 Powered by Forge 13.20.0.2203 13 mods loaded, 13 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar)
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2203.jar)
UCHIJAAAA forge{13.20.0.2203} [Minecraft Forge] (forge-1.11.2-13.20.0.2203.jar)
UCHIJAAAA ivtoolkit{1.3.1} [IvToolkit] (minecraft.jar)
UCHIJAAAA quark{r1.2-73} [Quark] (Quark-r1.2-73.jar)
UCHIJAAAA autoreglib{1.1-4} [AutoRegLib] (AutoRegLib-1.1-4.jar)
UCHIJAAAA forestry{5.3.0.13} [Forestry] (forestry_1.11.2-5.3.0.13.jar)
UCHIJAAAA jei{4.2.2.220} [Just Enough Items] (jei_1.11.2-4.2.2.220.jar)
UCHIJAAAA neat{1.4-13} [Neat] (Neat 1.4-13.jar)
UCHIJAAAA lteleporters{1.11.2-2.0.2} [Simple Teleporters] (SimpleTeleporters-1.11.2-2.0.2.jar)
UCHIJAAAA veinminer{0.35.3} [Vein Miner] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
UCHIJAAAA veinminermodsupport{0.35.3} [Mod Support] (VeinMiner-1.11-0.35.3.605+dad98e1.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.2-73.jar)
vazkii.quark.base.asm.ClassTransformer
IvToolkit (IvToolkit-1.3.1.jar)

GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Bluebirdy_'/1404, l='New World', x=72.50, y=76.00, z=235.50]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

https://github.com/ForestryMC/ForestryMC/issues/new

leagris added a commit to Beyond-Reality/BeyondRealityModPack that referenced this issue Apr 6, 2017
Add missing changes - Nedelosk
Clean Up and update version - Nedelosk
Fix ForestryMC/ForestryMC#627 Make a simpler API interface for IFarmLogic and improve the farm api - Nedelosk
Fix ForestryMC/ForestryMC#1440 Chisel Blocks do not render when used as Camo for Forestry Greenhouse blocks - Nedelosk
Fix Biogas Engine not noticing its generated power is being used - Nedelosk
Fix ForestryMC/ForestryMC#1537 Peat Engine not noticing its generated power is being used - Nedelosk
Fix ForestryMC/ForestryMC#1643 gave wrong comb and now world wont load - Nedelosk
Fix ForestryMC/ForestryMC#1647 Method canDrain always returns true - Nedelosk
Update JEI integration - mezz
Allow short mead cans/capsules to be drunk. - SirSengir
Remove mead as well. - SirSengir
Remove the infuser and associated gui. Port recipes to potions. - SirSengir
Fix sided config options - mezz
Fix ForestryMC/ForestryMC#1640 Clientside crash when trying to access Statistics "Items" screen - Nedelosk
Fix ForestryMC/ForestryMC#1639 Thermionic Fabricator & Glass Pane - Nedelosk
Fix ForestryMC/ForestryMC#1639 Thermionic Fabricator & Glass Pane - Nedelosk
Fix ForestryMC/ForestryMC#1624 Crashing - Nedelosk
Remove butterfly hatch and add butterfly nursery - Nedelosk
Fix ForestryMC/ForestryMC#1621 Some Butterflies have missing textures - Nedelosk
Use TileUtil for getting tiles from the world - mezz
Fix canNurse because butterflies cannot convert vanilla leaves - mezz
Prevent butterflies from converting vanilla leaves to Forestry leaves - mezz
Fix ForestryMC/ForestryMC#1616 Smarter tree generation - Nedelosk
Fix cocoon - Nedelosk
Fix ForestryMC/ForestryMC#1592 Carpenter recipe for Portable Analyzer asks for Magenta Stained Glass Pane - Nedelosk
Remove walnut and chestnut from the tree generation list - Nedelosk
Improve cocoon positions - Nedelosk
Fix ForestryMC/ForestryMC#872 Clean Up and add tree generaton - Nedelosk
Fix ForestryMC/ForestryMC#1573 Butterfly shift stats don't match analyzer stats - Nedelosk
Fix ForestryMC/ForestryMC#1394 Add podzol as an alternative to mycelium - Nedelosk
Fix ForestryMC/ForestryMC#1484 Add podzol recipe to the moistener - Nedelosk
Fix ForestryMC/ForestryMC#1569 Can't See Capsule/Can Recipes - Nedelosk
Fix ForestryMC/ForestryMC#1610 1.11.2 - Multiblocks not assembling? - Nedelosk
Fix ForestryMC/ForestryMC#1590 [1.11.2] Tin tubes creating in the carpenter without tin. - Nedelosk
Fix ForestryMC/ForestryMC#1608 Thermionic Fabricator crash - Nedelosk
Fix server packets on singeplayer - Nedelosk
Fix ForestryMC/ForestryMC#1582 Error in log related to forestry - Nedelosk
Fix ForestryMC/ForestryMC#1600 backpackt2.png not found - Nedelosk
Fix #1607 Wrong calculation for stamps in letters - Nedelosk
Fix Cocoon - Nedelosk
Add proper @SideOnly(Side.CLIENT) annotations with help from Minecraft Dev Plugin https://plugins.jetbrains.com/idea/plugin/8327-minecraft-development - mezz
Fix ForestryMC/ForestryMC#1595 DataParameter ID issue caused by Forestry carts - mezz
Add IAlleleRegistry#addValidAlleleTypes - mezz
Allow IWoodTypes besides EnumForestryWoodType to use Forestry models - mezz
Fix pipetting small amounts of liquid - mezz
fix actually additions integration - Ellpeck
Fix ForestryMC/ForestryMC#1568 Oredict carpenter problem - Nedelosk
Fix TreeFactory - Nedelosk
Add ILeafProvider - Nedelosk
Fix ForestryMC/ForestryMC#1572 All trees have apple oak leaves - mezz
Expose WoodAccess registration to the API - mezz
Fix ForestryMC/ForestryMC#1566 Incompatibility with Schematica - mezz
Add minecraft curseforge link - Nedelosk
Add issue template and clean up .gitignore - Nedelosk
Upadate README.md to 1.11 - Nedelosk
Improve cocoons - Nedelosk
Add missing code - Nedelosk
Clean Up Wood Textures - Nedelosk
Clean Up Wood Model Loader - Nedelosk
Prevent exception from accessing tile entities from ChunkCache - mezz
Fix ForestryMC/ForestryMC#1561 Crash when using the carpenter - mezz
Fix ForestryMC/ForestryMC#1563 Crash when viewing bee trades with a villager - mezz
Fix ForestryMC/ForestryMC#1565 Farm crash when farmland on at least one side is missing - mezz
Fix ForestryMC/ForestryMC#1564 Gamecrash while trying to craft golden electron tube - Nedelosk
Fix ForestryMC/ForestryMC#1562 Carpenter recipes not showing properly in JEI - mezz
Fix ForestryMC/ForestryMC#1560 network sync issue for genome tracker when player logs in - mezz
Fix ForestryMC/ForestryMC#1559 - Nedelosk
Clean Up Models, Jei and IInduvidual translators - Nedelosk
Clean Up - Nedelosk
Update Module - Nedelosk
Fix carpenter and thermionic fabricator recipes - Nedelosk
Update lang Module - Nedelosk
Improve charcoal pile - Nedelosk
Clean up backpack resupply handler - mezz
Make that the multiblocks error renderers are only work with naturalist eyes - Nedelosk
Fix ForestryMC/ForestryMC#1556 Log Piles Missing Models - Nedelosk
Add multiblock tooltips and error game overlay renderer - Nedelosk
Clean Up greenhouse - Nedelosk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant