Cubitect / ASMModSuit

A dynamic mod creation tool which assembles custom jar-mods
GNU General Public License v3.0
9 stars 2 forks source link

Frequent crashes when using in a Default world (ASMTick) #2

Closed tripl3dogdare closed 8 years ago

tripl3dogdare commented 8 years ago

The crash appears to be caused when moving quickly (i.e. flying in creative) towards unloaded chunks. Possibly an issue with handling large amounts of tile ticks at once, or not-yet-valid tile ticks being picked up?

crash-2016-09-30_10.24.55-client.txt

Cubitect commented 8 years ago

Thanks for reporting. Is this still an issue? I just added a try catch around the tile-tick managing, so its not a very good fix, but it should work.

tripl3dogdare commented 8 years ago

That appears to have solved the problem!