iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

[1.12.2] Eternal, driver-side, system-consuming, memory leak when paired with Noppes's mods! #180

Closed Vectrobe closed 5 years ago

Vectrobe commented 5 years ago

Some form of render code conflict between them causes the graphics driver to allocate more and more memory over time, to literal infinity. It affects at least MPM on my end, and CNPC as @notfood discovered here #177 .

It appears that ~2048KB is added every second for every custom entity, and other mods could be affected, though I have no worked out which mod is the one that keeps allocating the memory...

Vectrobe commented 5 years ago
screenshot_345
Vectrobe commented 5 years ago

also affects better bunnies and llamas funnily enough, so the faulting/trigger code is shared between them in the same way that it is with MPM and CNPC...

iChun commented 5 years ago

Good news, I've spoken to Noppes and he's identified the issue on his end. It should be fixed in his mods from the next release.