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

[Solved][0.79.9] NullPointerException creating a new world

4 posts in this topic

Version #: commit 4bab633 (79.9?)

SSP/SMP (Single/MultiPlayer): SSP

Suggested Name: NullPointerException creating a new world

Suggested Category: Severe

Description: creating a new world throws a NullpointerException and terminates Minecraft (running on eclipse).

Exception (whole output on pastebin, link at end):

net.minecraft.util.ReportedException: Exception generating new chunk    at net.minecraft.world.World.<init>(World.java:308) ~[World.class:?]    ...Caused by: java.lang.NullPointerException    at com.bioxx.tfc.WorldGen.TFCChunkProviderGenerate.provideChunk(TFCChunkProviderGenerate.java:155) ~[TFCChunkProviderGenerate.class:?]    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190) ~[ChunkProviderServer.class:?]    ...line 155 of TFCChunkProviderGenerate.java:    rockLayer1 = TFC_Climate.getCacheManager(worldObj).loadRockLayerGeneratorData(rockLayer1, chunkX * 16, chunkZ * 16, 16, 16, 0); 


This apparently occurs after merging in the commit 4ba633 "Moved where anvil recipes get registered..."; it works fine up to the previous commit e9c6174.
Openning an existing world also is working fine.


Have you deleted your config files and are still able to reproduce this bug?: Yes

Do you have any mods other than Forge and TFC installed?: No, but running in the development environment (eclipse)

Pastebin.com link of the Crash Report: http://pastebin.com/3Q7RBejj

0

Share this post


Link to post
Share on other sites

Please use the issue tracker on github for issues directly related to a commit, and not a full released version of TFC.

0

Share this post


Link to post
Share on other sites

Please use the issue tracker on github for issues directly related to a commit, and not a full released version of TFC.

 

Will do next time, I just wanted it not going into the next release...

 

It's already solved!

0

Share this post


Link to post
Share on other sites

Will do next time, I just wanted it not going into the next release...

 

It's already solved!

 

In general, new issues on the github tracker take higher priority in my email than posts on the support forum. There are a lot of new support forum posts everyday, but it's fairly rare for there to be a new github issue, so I tend to go check those out first. And since the issues usually deal directly with a specific commit, it's much easier to track down the problem and solve it quickly before the next version is released.

1

Share this post


Link to post
Share on other sites