Failed to load world with new release
Trixz2018 opened this issue ยท 9 comments
yes its the same issue, its between unidict and InstantUnify, going to revert back until this is fixed
Maybe related issue: KidsDontPlay/Yunifier#11
Wut ?
Memory leak should be bad from what I remember, like unused stuff that were not removed correctly from memory, so how does something ends up depending on a memory leak to work ?
Just curious.
I forgot to set one variable to null, in order to be garbage collected;
and one of the methods were requiring this variable to not be null;
which caused this crash.
I ain't sure how bad the leak was, because it depends on the amount of mods loaded, and so on, but it could be quite big =P
the leak was, basically, all the resource caching, all the "unifying" stuff you can imagine, and a lot of variables.
which means, almost everything of UniDict was staying on the memory after the loading stages XD
there you go guys, sorry about this.
UniDict-1.12.2-2.2b.jar
fun fact: this happened because I fixed a memory leak on the 1.12.2-2.2 version, and some things were depending on this memory leak to work lol.