quentin452 / OptimizationsAndTweaks

Mod that add some Optimizations/Bugfix/Tweakings for minecraft 1.7.10 and mods
GNU Lesser General Public License v3.0
35 stars 2 forks source link

[1.7.10]: OptimizationsAndTweaks causes a memory leak (loop?), with JustAnotherSpawner, as a result of which chunks cannot be loaded #56

Closed kotmatross28729 closed 10 months ago

kotmatross28729 commented 10 months ago

Modpack

Custom / none

Help isloating the issue

Game log

There's nothing in the logs that might be useful, no errors/warnings, none of that at all

Description

According to my tests, the cause of this is jas

(Possibly) If you test in a large modpack modpack - 1 initial chunk will load, the next chunks will not load, if you go to F3 and look at Used memory, you will see that the GC will clear memory very quickly, and there will be very quickly flash numbers

If you only run OptimizationsAndTweaks (+ dependencies) and JAS, then even the initial chunk will not load, you will simply spawn in void and will not be able to do anything.

in both cases, trying to exit to the main menu will lead to the "Shutting down internal server..." screen and this will last forever until you close the game yourself.

I tried turning off mixins that may have caused this, but it didn't help. However, when I disabled all oat mixins , there was no problem, which means that this is happening because of some mixin, but I don’t know which one yet.

quentin452 commented 10 months ago

caused by enableMixinPatchSpawnerAnimals