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.
InsaneJ

[Remove Cauldron] 0.79.13.468 TileEntity has throw an exception trying to write state

5 posts in this topic

Version #: TerraFirmaCraft-0.79.13.468SMPSuggested Name: TileEntity has throw an exception trying to write state.Suggested Category: Severe-Annoying-Minor (Don't yet know the impact this issue has.)Description: The following warnings just popped up in our server's log telling me to report this to the mod author:

[01:18:07] [Server thread/ERROR]: A TileEntity type com.bioxx.tfc.TileEntities.TEMetalSheet has throw an exception trying to write state. It will not persist. Report this to the mod authorjava.lang.NullPointerException    at com.bioxx.tfc.TileEntities.TEMetalSheet.func_145841_b(TEMetalSheet.java:142) ~[TEMetalSheet.class:?]    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:391) [aqk.class:?]    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) ~[?:?]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_71]    at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_71]    at org.dynmap.forge.ForgeMapChunkCache.getLoadedChunks(ForgeMapChunkCache.java:1411) [ForgeMapChunkCache.class:?]    at org.dynmap.forge.DynmapPlugin$ForgeServer$1.call(DynmapPlugin.java:760) [DynmapPlugin$ForgeServer$1.class:?]    at org.dynmap.forge.DynmapPlugin$ForgeServer$1.call(DynmapPlugin.java:755) [DynmapPlugin$ForgeServer$1.class:?]    at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_71]    at org.dynmap.forge.DynmapPlugin$ForgeServer.tickEvent(DynmapPlugin.java:852) [DynmapPlugin$ForgeServer.class:?]    at cpw.mods.fml.common.eventhandler.ASMEventHandler_41_ForgeServer_tickEvent_ServerTickEvent.invoke(.dynamic) [?:git-Cauldron-MCPC-Plus-1.7.10-1.1236.05.212]    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) [ASMEventHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1236.05.212]    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:git-Cauldron-MCPC-Plus-1.7.10-1.1236.05.212]    at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:252) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.10-1.1236.05.212]    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851) [MinecraftServer.class:?]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_71]

Have you deleted your config files and are still able to reproduce this bug?: Yes, fresh config files after the last update.Do you have any mods other than Forge and TFC installed?: NoIf you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them?No Optifine, however the server is running Cauldron 1.1236.05.212.Pastebin.com link of the Crash Report: No crash. Here is the server's log file: http://paste2.org/KkgKh4pV

1

Share this post


Link to post
Share on other sites

Because the stack trace shows cauldron methods, we can't really offer support for this unless you can reproduce it when cauldron isn't installed.

0

Share this post


Link to post
Share on other sites

I was able to reproduce this by using NEI to get the MetalSheet block directly.

This block should only be created using the MetalSheet item, but Cauldron may be trying to use this block directly for some reason, which will produce the NullPointerException.

 

But all that should be fixed now :)

0

Share this post


Link to post
Share on other sites

This topic was locked so I can't reply there. If that topic deserves to be locked due to the use of Cauldron then this one does too.

 

I'm just posting crash-reports to help make TFC better for everyone. But it is of course the TerraFirmaCraft's developers prerogative to choose to ignore the most widely used server software for modded Minecraft and not offer support for it.

1

Share this post


Link to post
Share on other sites

This topic was locked so I can't reply there. If that topic deserves to be locked due to the use of Cauldron then this one does too.

 

I'm just posting crash-reports to help make TFC better for everyone. But it is of course the TerraFirmaCraft's developers prerogative to choose to ignore the most widely used server software for modded Minecraft and not offer support for it.

 

The reason that TFC (and most forge mods actually) do not offer support for Cauldron is because it edits forge base classes. This means that 99.9% of the time when you come across a bug with cauldron installed, cauldron is causing the bug, and there is absolutely nothing we can do to fix it, you need to contact cauldron and tell them to fix it. I am only locking your topics because you are not testing if the bug happens when cauldron is not installed.

 

If you actually tested to see if these bugs were happening when cauldron was uninstalled, then your reports would actually be helpful, because it would guarantee that the problem is indeed with TFC and not with Cauldron.

 

If you refuse to test if Cauldron is causing the problem, then you should be making your reports to the Cauldron staff, not to TFC. 

0

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.