Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Sign in to follow this  
Followers 0
Guest LittleBearI

string crash [solved]

2 posts in this topic

Version #:79

SSP/SMP (Single/MultiPlayer): ssp

Suggested Name: string in crafting grid

Suggested Category: Severe

Description: placed string in crafting grid and game crashed.  saved game loads and crashes immediately.

Have you deleted your config files and are still able to reproduce this bug?: Yes
*If you answered no to the above question, delete your config files and try to reproduce the bug. This question is here because many bugs are caused by mistakes in config files. All bug reports should have an answer of "Yes" to this question.

Do you have any mods other than Forge and TFC installed?: Yes

If yes, which mods? TerraFirmaCraftNEIplugin,SmartCore, smartmoving, smartrender, reis minimap, player api, nei, fastcraft, dynamic lights, codechicken core

If you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? yes
*Both Optifine and Cauldron edit the base classes of forge that TFC uses. Because of this, we cannot officially support any issues that happen only when these mods are installed.

Pastebin.com link of the Crash Report:

---- Minecraft Crash Report ----

// Daisy, daisy...

Time: 10/8/14 11:26 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at com.bioxx.tfc.api.Crafting.BarrelRecipe.getResultFluid(BarrelRecipe.java:134)
at com.bioxx.tfc.TileEntities.TEBarrel.ProcessItems(TEBarrel.java:99)
at com.bioxx.tfc.TileEntities.TEBarrel.func_145845_h(TEBarrel.java:434)
at net.minecraft.world.World.func_72939_s(World.java:1912)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at com.bioxx.tfc.api.Crafting.BarrelRecipe.getResultFluid(BarrelRecipe.java:134)
at com.bioxx.tfc.TileEntities.TEBarrel.ProcessItems(TEBarrel.java:99)
at com.bioxx.tfc.TileEntities.TEBarrel.func_145845_h(TEBarrel.java:434)

-- Block entity being ticked --
Details:
Name: Barrel // com.bioxx.tfc.TileEntities.TEBarrel
Block type: ID #457 (tile.Barrel // com.bioxx.tfc.Blocks.Devices.BlockBarrel)
Block data value: 7 / 0x7 / 0b0111
Block location: World: (233,144,-7894), Chunk: (at 9,9,10 in 14,-494; contains blocks 224,0,-7904 to 239,255,-7889), Region: (0,-16; contains chunks 0,-512 to 31,-481, blocks 0,0,-8192 to 511,255,-7681)
Actual block type: ID #457 (tile.Barrel // com.bioxx.tfc.Blocks.Devices.BlockBarrel)
Actual block data value: 7 / 0x7 / 0b0111
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1912)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: Not Don't Starve
All players: 1 total; [EntityPlayerMP['LittleBearI'/431, l='Not Don't Starve', x=219.59, y=148.00, z=-7922.48]]
Chunk stats: ServerChunkCache: 1689 Drop: 0
Level seed: -6068168013260178675
Level generator: ID 00 - TFCDefault, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (168,149,-7860), Chunk: (at 8,9,12 in 10,-492; contains blocks 160,0,-7872 to 175,255,-7857), Region: (0,-16; contains chunks 0,-512 to 31,-481, blocks 0,0,-8192 to 511,255,-7681)
Level time: 851048 game time, 851048 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 68006 (now: false), thunder time: 46285 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 326208368 bytes (311 MB) / 1454374912 bytes (1387 MB) up to 5726797824 bytes (5461 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6144m -XX:PermSize=264m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.84.1217 Minecraft Forge 10.13.1.1217 Optifine OptiFine_1.7.10_HD_U_A4 24 mods loaded, 24 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.10.84.1217} [Forge Mod Loader] (forge-1.7.10-10.13.1.1217-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.13.1.1217} [Minecraft Forge] (forge-1.7.10-10.13.1.1217-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
tfc_coremod{0.79.3} [TFC[coremod]] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore{1.0.2.9} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.0} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
terrafirmacraft{0.79.3} [TerraFirmaCraft] ([1.7.10]TerraFirmaCraft-0.79.3.206.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights{1.3.5} [Dynamic Lights] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FastCraft{1.9} [FastCraft] (fastcraft-1.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.2} [smart Moving] (SmartMoving-1.7.10-15.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [smart Render] (SmartRender-1.7.10-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TerraFirmaCraftNEIplugin{1.0.0} [TerraFirmaCraftNEIplugin] (TerraFirmaCraftNEIplugin-1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['LittleBearI'/431, l='Not Don't Starve', x=219.59, y=148.00, z=-7922.48]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'

0

Share this post


Link to post
Share on other sites

Unless I'm reading that wrong, you might wanna just update to the lastest patch, as it looks like you are three versions behind at this point.

0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0