Jump to content

[1.6.4] A different but still random crash in my dev environment


SkylordJoel

Recommended Posts

So I was really sad that my mod didn't run, but kept testing, and today it spat out something different in the log, which is here: http://pastebin.com/TwEESPCg

 

From what I can see it implies that my biome's temperature isn't showing up, but I have checked the code, and it's there.

 

Thanks,

SkylordJoel

Link to comment
Share on other sites

1) Update to 1.7.10, 1.6.4 is old.

2)

java.lang.NullPointerException
        at net.minecraft.world.biome.WorldChunkManager.getTemperatures(WorldChunkManager.java:121)

Place a breakpoint on that line 121 in

WorldChunkManager.java

and inspect all the values that could possibly be null, and the trace back the code to figure out why it's null.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

1) Update to 1.7.10, 1.6.4 is old.

2)

java.lang.NullPointerException
        at net.minecraft.world.biome.WorldChunkManager.getTemperatures(WorldChunkManager.java:121)

Place a breakpoint on that line 121 in

WorldChunkManager.java

and inspect all the values that could possibly be null, and the trace back the code to figure out why it's null.

 

1) I am aware, but I do not wish to satisfy the new EULA.

2) It's to do with my dimension's custom GenLayer's getInts() method, I believe, however sadly I have no idea how to write these due to lack of documentation. Here's the code:

https://github.com/AwesCorp/SpaceAge/blob/master/forge/mcp/src/minecraft/spaceage/planets/ontarine/GenLayerBiomesOntarine.java#L21-L34

Link to comment
Share on other sites

Half tempted to flat out ban you for posting that stupidity.

Update to 1.7.10+ NO 1.6.4 support will be given on this site.

And just FYI the EULA is retroactive, so if you work with ANY version of Minecraft you have to agree to it.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.