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

[Solved] 0.79.15 World Gen Crash

4 posts in this topic

Version #: 0.79.15.538

SSP/SMP (Single/MultiPlayer): Both (same log appears in both SP and SMP)

Suggested Name: Ore Gen Crash

Suggested Category: Severe

Description: When creating or generating a new chunk, either on world creation or exploration, with a certain ore within it, the server/client immediately crashes

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? Admin Commands Toolbox, Archimedes Ships, AsieLib, Bibliocraft, Carpenter's Blocks, Code Chicken Core, Computronics, CoroUtil, Enhanced Server Moderation, Enviromine, Iguana Tweaks, Item Physic, IvTooolkit, Minetweaker, Modtweaker, Not Enough Items, Electrical Age, Open Computers, PlayerAPI, Quadrum, SmartCore, SmartMoving, Thut Mods, Weather 2, Ye Gamol Chattels, TFC Lanterns Addon, TFC Leather Water Sac addon, TFC Merchants Addon, TFC Udary Addon, colorchat, and worldedit (Forge version)

If you have Optifine or Cauldron installed, can you still reproduce the bug after uninstalling them? Yes
*If you answered no to the above question, uninstall Optifine/Cauldron and try to reproduce the bug.
*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.
*In the majority of cases, TFC is not causing the bug; Optifine/Cauldron is and TFC can do nothing to fix it.
*All bug reports should have an answer of "Yes" to this question.
*If you refuse to uninstall Optifine/Cauldron, and cannot reproduce the bug when the mods are not installed, do not bother making a bug report, as it will be locked and ignored.

Pastebin.com link of the Crash Reporthttp://pastebin.com/WfQAUXeu

0

Share this post


Link to post
Share on other sites

I'm assuming you're using a custom TFCOres.cfg file? Could you please provide it?

 

Edit: You answered "Yes" to Have you deleted your config files and are still able to reproduce this bug? Does this mean that the crash still happens when you are using the default TFC config values? As in, if you do not have a custom TFCOres.cfg file, does this crash still happen? That is the whole point of the question, to make sure that the bug still exists when using only default values for all of the TFC config files, because non-default config values often are the source of the problem.

0

Share this post


Link to post
Share on other sites
"tungsten surface" {    I:"Horizontal Density"=40    I:"Maximum Height"=240    I:"Minimum Height"=128    I:"Vertical Density"=40    S:baseRocks <        igneous extrusive        igneous intrusive     >    I:oreMeta=0    S:oreName=Ore    I:rarity=35    S:reMeta=5    S:reName=Eln:Eln.Ore    S:size=small    S:type=veins}

This is an invalid entry. If I had to guess, it should be

"tungsten surface" {    I:"Horizontal Density"=40    I:"Maximum Height"=240    I:"Minimum Height"=128    I:"Vertical Density"=40    S:baseRocks <        igneous extrusive        igneous intrusive     >    I:oreMeta=5    S:oreName=Eln:Eln.Ore    I:rarity=35    S:size=small    S:type=veins}

Please note that you should have answered No to the config question, because you obviously did not delete your TFCOres.cfg file and test if the crash still happened with the default generated file.

0

Share this post


Link to post
Share on other sites