UniDict

UniDict

50M Downloads

Failed to load world with new release

Trixz2018 opened this issue ยท 9 comments

commented

yes its the same issue, its between unidict and InstantUnify, going to revert back until this is fixed

commented

I already notified MrRiegel about this =)

commented

Maybe related issue: KidsDontPlay/Yunifier#11

commented

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.

commented

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

commented

the leak was, basically, all the resource caching, all the "unifying" stuff you can imagine, and a lot of variables.

commented

which means, almost everything of UniDict was staying on the memory after the loading stages XD

commented

wasn't InstantUnify fault, I am working on a fix =)

commented

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.