Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

Crash with the new PRISM system

Darek505 opened this issue · 1 comments

commented

pastebin.com | mclo.gs

version - 1.0.27_X4998

Happened by accident, I just placed radioactive blocks and blocks with blast resistance. The last thing I place before the crash was a plutonium-238 block; immediately after I place it, game crashed, although I’m not sure if it’s related.

The crash says that there is a problem with the iterator or something like that

Iterator<Entry<ChunkCoordIntPair, SubChunk[]>> it = system.radiation.entrySet().iterator();
while(it.hasNext()) {
Entry<ChunkCoordIntPair, SubChunk[]> chunk = it.next();

commented

The crash is already known, I was hoping i could weasel around concurrent modification issues by using an iterator, and it looked like it worked in the test world (it did not). I added a separate map for new additions, fix should be out sometime this week.