Skip to content

Memory leak issue #9483

Description

@CakoB

Modpack

FTB StoneBlock 4

Modpack version

1.0.3

Launcher

CurseForge

Describe the bug

I believe I’ve encountered a memory leak issue related to FancyMenu’s screen customization layer registration. After playing for a while, the game gradually consumes more and more memory until it eventually freezes or crashes with an OutOfMemoryError in the render thread.
This is the third time today. I updated to 1.0.3 after the first time.

Steps to reproduce

Just play

Log Files

[02nov.2025 11:43:14.424] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: ca.teamdman.sfm.client.screen.ManagerScreen
[02nov.2025 11:43:23.723] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: net.tarantel.chickenroost.screen.Roost_Screen
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Listing events...
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: World join: 1
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Singleplayer: 1
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Multiplayer: 0
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Client Level Updates: 3
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Client Player Clone: 1
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Listing memory leaks so far...
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: B: 4460MB / C: 4546MB / Diff: +86MB
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: Memory Leaks detected: (/atl force_refresh to update)
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: | Player:
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: |- LocalPlayer (minecraft): 1
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: | ChunkAccess:
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: |- LevelChunk (minecraft): 117
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: | Level:
[02nov.2025 11:43:37.609] [Render thread/INFO] [AllTheLeaks/]: |- BlockTestLevel (supplementaries): 1
[02nov.2025 11:43:37.610] [Render thread/INFO] [AllTheLeaks/]: |- ClientLevel (minecraft): 1
[02nov.2025 11:43:57.969] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: net.tarantel.chickenroost.screen.Breeder_Screen
[02nov.2025 11:44:10.848] [Render thread/INFO] [de.keksuccino.fancymenu.customization.layer.ScreenCustomizationLayerHandler/]: [FANCYMENU] ScreenCustomizationLayer registered: tfar.metalbarrels.client.MetalBarrelScreen

Expected behaviour

Don't crash.

Has the pack been modified

No

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions