Rohzek / SimpleOreGeneration

Simple Ore Generation Mod
5 stars 2 forks source link

Cascading worldgen lag #18

Closed TekuSP closed 7 years ago

TekuSP commented 7 years ago
[22:28:38] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (0, 0  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:28:38] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (1, 0  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:28:38] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (1, 1  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:28:39] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (2, 0  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:28:39] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (2, 1  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:28:44] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2946ms behind, skipping 58 tick(s)
[22:28:58] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (2, 2  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:29:16] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (0, 0  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[22:29:16] [Server thread/WARN] [FML]: Simple Ore Generation loaded a new chunk (1, 0  Dimension: 0) during chunk population, causing cascading worldgen lag. Please report this to the mod's issue tracker. This log can be disabled in the Forge config.

Slowing down generation a lot. Please fix.

SimpleOreGeneration 1.12-4.0.7

[21:50:07] [main/INFO] [FML]: Forge Mod Loader version 14.21.1.2420 for Minecraft 1.12 loading
[21:50:07] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_141, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_141
Rohzek commented 7 years ago

Just like in https://github.com/Rohzek/SimpleOreGeneration/issues/10 there's nothing I can really do about it without changing ore generation into a structure instead of using the ore generation code, as I'm already using the offset. And it not only doesn't actually slow down generation by that much, but vanilla Minecraft also has the same problem, forge just doesn't tell you that it does.

Rohzek commented 7 years ago

Slightly updated info:

I've noticed while working on support for another mod, today, even with the ore generation code of my mod completely commented out, FML still will throw "cascading worldgen lag" errors, if that option is left enabled.