kegare / Skyland

Skyland
http://forum.minecraftuser.jp/viewtopic.php?t=13399
3 stars 0 forks source link

Crashes with Cubic Chunks #1

Open BaccarWozat opened 7 years ago

BaccarWozat commented 7 years ago

Using Forge 2315, Skyland 1.4.0 and Cubic Chunks build 0.0.615.0.

Crash report: https://pastebin.com/b1TceL72 FML Client Latest log: https://pastebin.com/KTrkFazf

Barteks2x commented 7 years ago

I suspect this is actually what would normally cause cascading world generation issue. I can workarpund it, but I don't think it's going to be an easy fix. In vanilla accessing blocks outside the population range would generate the whole chunk, now it just generates one little cube, and just happens to generate emoty one. When the mod attempts to get the height here, there is no block there so it gets some stupily huge negative value, and can't generate a random number between 0 and that.

Or it could also be real issue on my side.

Looking at the code, I don't see anything obviously wrong the mod is doing, maybe aside of the fact that it's calling vanilla populator on skylands. I actually have no idea why it would even work in vanilla.