
Crash with MemoryLeakFix mod
Balakay420 opened this issue · 6 comments
What happened?
Compatibility issue with MemoryLeakFix(https://www.curseforge.com/minecraft/mc-mods/memoryleakfix)
Fabric API version
fabric-api-0.53.4+1.18.2
Relevant log output
---- Minecraft Crash Report ----
// Why did you do that?
Time: 5/28/22, 9:28 PM
Description: Initializing game
java.lang.RuntimeException: Mixin transformation of net.minecraft.class_5475 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:418)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:322)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
at net.fabricmc.loader.impl.launch.knot.MixinServiceKnot.findClass(MixinServiceKnot.java:96)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.audit(MixinProcessor.java:254)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.audit(MixinTransformer.java:171)
at org.spongepowered.asm.mixin.MixinEnvironment.audit(MixinEnvironment.java:1425)
at ca.fxco.memoryleakfix.memoryLeakFix.forceLoadAllMixinsAndClearSpongePoweredCache(memoryLeakFix.java:23)
at net.minecraft.class_310.handler$ggn000$onInitialized(class_310.java:21478)
at net.minecraft.class_310.<init>(class_310.java:639)
at net.minecraft.client.main.Main.main(Main.java:197)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:413)
... 17 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [dawn_mod.mixins.json:WorldgenProviderAccessor from mod dawn] from phase [DEFAULT] in config [dawn_mod.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
... 20 more
Caused by: org.spongepowered.asm.mixin.gen.throwables.InvalidAccessorException: No candidates were found matching writeRegistryEntries(Lnet/minecraft/class_2408;Ljava/nio/file/Path;Lnet/minecraft/class_5455;Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5455$class_5456;)V in net/minecraft/class_5475 for dawn_mod.mixins.json:WorldgenProviderAccessor from mod dawn->@Invoker[METHOD_PROXY]::dawn$invokeWriteRegistryEntries(Lnet/minecraft/class_2408;Ljava/nio/file/Path;Lnet/minecraft/class_5455;Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5455$class_5456;)V [INJECT Applicator Phase -> dawn_mod.mixins.json:WorldgenProviderAccessor from mod dawn -> Apply Accessors -> -> Locate -> dawn_mod.mixins.json:WorldgenProviderAccessor from mod dawn->@Invoker[METHOD_PROXY]::dawn$invokeWriteRegistryEntries(Lnet/minecraft/class_2408;Ljava/nio/file/Path;Lnet/minecraft/class_5455;Lcom/mojang/serialization/DynamicOps;Lnet/minecraft/class_5455$class_5456;)V]
at org.spongepowered.asm.mixin.gen.InvokerInfo.findTargetMethod(InvokerInfo.java:119)
at org.spongepowered.asm.mixin.gen.InvokerInfo.locate(InvokerInfo.java:102)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.generateAccessors(MixinTargetContext.java:1412)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyAccessors(MixinApplicatorStandard.java:1061)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:398)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 20 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:418)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:322)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:467)
at net.fabricmc.loader.impl.launch.knot.MixinServiceKnot.findClass(MixinServiceKnot.java:96)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.audit(MixinProcessor.java:254)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.audit(MixinTransformer.java:171)
at org.spongepowered.asm.mixin.MixinEnvironment.audit(MixinEnvironment.java:1425)
at ca.fxco.memoryleakfix.memoryLeakFix.forceLoadAllMixinsAndClearSpongePoweredCache(memoryLeakFix.java:23)
at net.minecraft.class_310.handler$ggn000$onInitialized(class_310.java:21478)
at net.minecraft.class_310.<init>(class_310.java:639)
-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
AudioDevProps2.dll::2.6.12.0:A-Volute
AudioSes.dll:Audio Session:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22000.71 (WinBuild.160101.0800):Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
DEVOBJ.dll:Device Information Set DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
GLU32.dll:OpenGL Utility Library DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
HID.DLL:Hid User Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22000.675 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22000.675 (WinBuild.160101.0800):Microsoft Corporation
MMDevApi.dll:MMDevice API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
MSASN1.dll:ASN.1 Runtime APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
MSCTF.dll:MSCTF Server DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
MpOav.dll:IOfficeAntiVirus Module:4.18.2203.5 (WinBuild.160101.0800):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
NahimicOSD.dll:NahimicOSD:2.2.22.0:Nahimic
Ole32.dll:Microsoft OLE for Windows:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
OleAut32.dll:OLEAUT32.DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
OpenAL.dll
PSAPI.DLL:Process Status Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:Windows Performance Data Helper DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
ProductInfo.dll::1.5.12.0:Nahimic
PropSys.dll:Microsoft Property System:7.0.22000.184 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Remote Procedure Call Runtime:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
SAPIWrapper_x64.dll
SETUPAPI.DLL:Windows Setup API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.22000.593 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
USER32.dll:Multi-User Windows USER API Client DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WINSTA.dll:Winstation Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.22000.593 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22000.376 (WinBuild.160101.0800):Microsoft Corporation
cfgmgr32.dll:Configuration Manager DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
cryptnet.dll:Crypto Network Related API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
d3d9.dll:Direct3D 9 Runtime:10.0.22000.120 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc.DLL:DHCP Client Service:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
dhcpcsvc6.DLL:DHCPv6 Client:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
dinput8.dll:Microsoft DirectInput:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
directxdatabasehelper.dll:DirectXDatabaseHelper:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
drvstore.dll:Driver Store API:10.0.22000.120 (WinBuild.160101.0800):Microsoft Corporation
dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
fastprox.dll:WMI Custom Marshaller:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22000.258 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.22000.675 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll
icm32.dll:Microsoft Color Management Module (CMM):10.0.22000.469 (WinBuild.160101.0800):Microsoft Corporation
imagehlp.dll:Windows NT Image Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
inputhost.dll:InputHost:10.0.22000.168 (WinBuild.160101.0800):Microsoft Corporation
java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft
jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
jna14706786367310048030.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft
kernel.appcore.dll:AppModel API Host:10.0.22000.71 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
lwjgl_opengl.dll
lwjgl_stb.dll
management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
mscms.dll:Microsoft Color Matching System DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
ntdll.dll:NT Layer DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
ntmarta.dll:Windows NT MARTA provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
nvoglv64.dll:NVIDIA Compatible OpenGL ICD:30.0.15.1213:NVIDIA Corporation
nvspcap64.dll:NVIDIA Game Proxy:3.20.3.63:NVIDIA Corporation
opengl32.dll:OpenGL Client DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
pfclient.dll:SysMain Client:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
pnrpnsp.dll:PNRP Name Space Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
powrprof.dll:Power Profile Helper DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
sapi.dll:Speech API:5.3.25805.00 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22000.282 (WinBuild.160101.0800):Microsoft Corporation
ucrtbase.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
uxtheme.dll:Microsoft UxTheme Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation
verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
wbemcomn.dll:WMI:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
wbemprox.dll:WMI:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
wbemsvc.dll:WMI:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
win32u.dll:Win32u:10.0.22000.675 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.22000.184 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:Windows Base Types DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
wldp.dll:Windows Lockdown Policy:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation
xinput1_4.dll:Microsoft Common Controller API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:197)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 872652048 bytes (832 MiB) / 3363831808 bytes (3208 MiB) up to 13354663936 bytes (12736 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 165 Stepping 3
Microarchitecture: unknown
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1650 SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2187
Graphics card #0 versionInfo: DriverVersion=30.0.15.1213
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Memory slot #2 capacity (MB): 8192.00
Memory slot #2 clockSpeed (GHz): 2.13
Memory slot #2 type: DDR4
Virtual memory max (MB): 27930.82
Virtual memory used (MB): 20966.75
Swap memory total (MB): 3584.00
Swap memory used (MB): 178.09
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12736m -Xms256m
Fabric Mods:
additionaladditions: Additional Additions 4.0.3
advancementplaques: Advancement Plaques 1.4.4
advancements-enlarger: Advancements Enlarger 0.2.4
adventurez: AdventureZ 1.4.10
alloy_forgery: Alloy Forgery 2.0.13+1.18
amethyst_imbuement: Amethyst Imbuement 1.18.2-14
coloredglowlib: ColoredGlow Lib 1.3.0
playerabilitylib: Pal 1.5.0
structurized-reborn: Structurized Reborn 1.18.2-01
amplified-nether: Amplified Nether 1.1
apotheosis: Apotheosis 0.2.6
fake-player-api: Fake Player API 0.3.0
porting_lib: Porting Lib 1.1.0-beta+1.18.2-dev.5b3ee72
com_github_llamalad7_mixinextras: MixinExtras 0.0.9
forge_tags: Forge Tags 2.1
reach-entity-attributes: Reach Entity Attributes 2.1.1
appleskin: AppleSkin 2.4.0+mc1.18.2
arcanus: Arcanus 1.29
architectury: Architectury 4.4.68
artifacts: Artifacts 7.0.3+fabric
expandability: ExpandAbility 6.0.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
attributefix: AttributeFix 14.0.2
auudio: Auudio 1.0.3
backslot: BackSlot 1.2.6
amecsapi: Amecs API 1.3.5+mc22w06a
badpackets: Bad Packets 0.1.2
balm-fabric: Balm 3.0.0+0
bclib: BCLib 1.4.6
beehivetooltips: Beehive Tooltips 1.4.2
betteradvancements: Better Advancements 0.2.0.129
betteranimalsplus: Better Animals Plus 1.18.2-11.0.5
betterbiomeblend: Better Biome Blend 1.18.2-1.3.5-fabric
betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
betterend: Better End 1.1.0
betterf3: BetterF3 1.2.5
bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.1.3
betternether: Better Nether 6.1.1
betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
bewitchment: Bewitchment 1.18-20
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
impersonate: Impersonate 2.4.1
terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
biomemakeover: Biome Makeover 1.18.2-1.4.23
blockus: Blockus 2.4.7+1.18.2
bno: Basic Nether Ores 1.18.2-7.2.0-Fabric
bookshelf: Bookshelf 13.0.13
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.7-1.18.2
maelstrom_library: Maelstrom Library 1.2.4-1.18.2
multipart_entities: MultipartEntities 1.1.5-1.18.2
botania: Botania 1.18.2-432-FABRIC
fiber: fiber 0.23.0-2
bwplus: Bewitchment Plus 1.18.2-16
byg: Oh The Biomes You'll Go 1.4
cardinal-components: Cardinal Components API 4.1.4
cardinal-components-base: Cardinal Components API (base) 4.1.4
cardinal-components-block: Cardinal Components API (blocks) 4.1.4
cardinal-components-chunk: Cardinal Components API (chunks) 4.1.4
cardinal-components-entity: Cardinal Components API (entities) 4.1.4
cardinal-components-item: Cardinal Components API (items) 4.1.4
cardinal-components-level: Cardinal Components API (world saves) 4.1.4
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.1.4
cardinal-components-world: Cardinal Components API (worlds) 4.1.4
chisel: Chisel Refabricated 1.4.5
clickadv: Clickable Advancements Mod 2.6
cloth-api: Cloth API 3.2.64
cloth-client-events-v0: Cloth Client Events v0 3.2.64
cloth-common-events-v1: Cloth Common Events v1 3.2.64
cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64
cloth-utils-v1: Cloth Utils v1 3.2.64
cloth-config: Cloth Config v6 6.2.62
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 8.0.0+8
collective-fabric: Collective (Fabric) 4.26
comforts: Comforts 1.1.2-1.18.2
configurableextramobdrops-fabric: Configurable Extra Mob Drops (Fabric) 1.8
conjuring: Conjuring 1.0.22+1.18
controlling: Controlling For Fabric 9.0+19
craftingcraft: CraftingCraft 12.0.0
crafttweaker: CraftTweaker 9.1.143
org_javassist_javassist: javassist 3.28.0-GA
org_reflections_reflections: reflections 0.10.2
creeperoverhaul: Creeper Overhaul 1.3.1
croptopia: Croptopia 2.0.3
com_typesafe_config: config 1.4.1
io_leangen_geantyref_geantyref: geantyref 1.3.11
org_spongepowered_configurate-core: configurate-core 4.1.2
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
cropxp: Xp From Crops 1.18.2-1.2.0
ctov: ctov 2.8
cursery: Cursery Mod 1.18.2-3.0
cyclepaintings-fabric: Cycle Paintings (Fabric) 2.1
dark-enchanting: Dark Enchanting 1.0.0+1.18.2
libgui: LibGui 5.4.0+1.18.2
jankson: Jankson 4.0.0+j1.2.0
libninepatch: LibNinePatch 1.1.0
omega-config: OmegaConfig 1.2.3-1.18.1
dark-loading-screen: Dark Loading Screen 1.6.11
darkpaintings: DarkPaintings 10.0.3
dawn: Dawn API 3.3.1
deathknell: DeathKnell 3.0.2
deepslatecutting: Deepslate Cutting 1.3.3
com_moandjiezana_toml_toml4j: toml4j 0.7.2
maybe-data: Maybe data 1.3.1-1.18.2
difficultyplus: Difficulty Plus 1.0.1
dimdoors: DimensionalDoors 4.0.4
com_flowpowered_flow-math: flow-math 1.0.3
com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
curse_maven_wthit-3707010: wthit-3707010 440979
matrix: Matrix 1.0.0
org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
dragonloot: DragonLoot 1.0.10
dualwield: DualWield 2.1
dusk: Dragonfight Mod 1.18.2-2.2
dynamicsoundfilters: Dynamic Sound Filters 1.3.0+1.18.2
eggtab: Egg Tab 2.2.0+1.18-fabric
eldritch_mobs: Eldritch Mobs 1.11.0
elytratrinket: Elytra Trinket 3.0.0-1.18.1
enchdesc: EnchantmentDescriptions 10.0.3
endgoblintraders: End Goblin Traders 1.5 (Re-upload)
enhancedcelestials: Enhanced Celestials 2.0.7
entityculling: EntityCulling-Fabric 1.5.1
equipmentcompare: Equipment Compare 1.2.12
expandedstorage: Expanded Storage 7.3.12
experiencebugfix: Experience Bug Fix 18
explorerscompass: Explorer's Compass 1.18.2-2.1.0-fabric
extraalchemy: Extra Alchemy 1.8.1
fabric: Fabric API 0.53.4+1.18.2
fabric-api-base: Fabric API Base 0.4.4+d7c144a860
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.1+2373a54560
fabric-biome-api-v1: Fabric Biome API (v1) 8.0.4+7b0f312660
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12+3ac43d9560
fabric-command-api-v1: Fabric Command API (v1) 1.1.9+d7c144a860
fabric-commands-v0: Fabric Commands (v0) 0.2.8+b4f4f6cd60
fabric-containers-v0: Fabric Containers (v0) 0.1.21+d7c144a860
fabric-content-registries-v0: Fabric Content Registries (v0) 3.0.5+d82b939260
fabric-convention-tags-v1: Fabric Convention Tags 1.0.1+474e4f7960
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.19+ffb2c71e60
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8+d7c144a860
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19+d7c144a860
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.16+d7c144a860
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860
fabric-item-api-v1: Fabric Item API (v1) 1.5.0+85719ab760
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.12+91896a4960
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.0.4+d8d7804a60
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.11+d7c144a860
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.1+81ea5b3c60
fabric-models-v0: Fabric Models (v0) 0.3.6+d7c144a860
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.21+d882b91560
fabric-networking-v0: Fabric Networking (v0) 0.3.8+b4f4f6cd60
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.1+032c981d60
fabric-particles-v1: Fabric Particles (v1) 0.2.12+526dc1ac60
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.8+0d9ab37260
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.13+d882b91560
fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.0+7faf0d8860
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11+b4f4f6cd60
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7+d7c144a860
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2+54e5b2ec60
fabric-rendering-v0: Fabric Rendering (v0) 1.1.13+b4f4f6cd60
fabric-rendering-v1: Fabric Rendering (v1) 1.10.7+54e5b2ec60
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.0+2afceb2960
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10+d882b91560
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.0+1f6558e860
fabric-textures-v0: Fabric Textures (v0) 1.0.12+3ac43d9560
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.2+f4563ac860
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.0.0+bd8a4a1860
fabric-language-kotlin: Fabric Language Kotlin 1.7.4+kotlin.1.6.21
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.21
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.21
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.21
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.21
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.1
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.1
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.2
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.2
fabricloader: Fabric Loader 0.14.6
fabricshieldlib: Fabric Shield Lib 1.5.3-1.18
mm: Manningham Mills 2.3
fallingtree: FallingTree 3.5.1
faux-custom-entity-data: Faux-Custom-Entity-Data 2.0.1
feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0+1.18.2-rc1
flytre_lib: FlytreLib 1.8.1
forgeconfigapiport: Forge Config API Port 3.2.0
forgetmechunk: Forget Me Chunk 1.18.X-1.0.3
fuelinfo: FuelInfo 1.0-SNAPSHOT
gateofbabylon: Gate Of Babylon 1.7.0-1.18.2
geckolib3: Geckolib 3.0.42
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
geodes: More Geodes 1.4.2
go-fish: Go Fish 1.5.0-1.18.2
gobber2: Gobber2 2.5.74
pugh_lib: Pugh Lib 1.3.0
pugh_tools: Pugh Tools 1.2.5
goblintraders: Goblin Traders 1.5.1
goldenhoppers: Golden Hoppers 1.3.0
golemsgalore: Golems Galore 1.2.1+1.18.2
myron: Myron 1.6.2+1.18.1
graveyard: The Graveyard 1.8
graveyard_biomes: The Graveyard Biomes 1.1
gromovspaintings: Gromov's Paintings 1.18.2 - 1.1.1
guarding: Guarding 1.1.1
guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14
hardcorerevival: Hardcore Revival 8.0.0
heartbond: Heartbond 1.3.0
herdspanic: Herds Panic 1.0.5
iceberg: Iceberg 1.0.38
illuminations: Illuminations 1.10.4
immersive_armors: Immersive Armors 1.3.4
immersive_portals: Immersive Portals 1.4.0
imm_ptl_core: Immersive Portals Core 1.4.0
q_misc_util: QMiscUtil 1.4.0
improvedmobs: Improved Mobs 1.18.2-1.10.9
indium: Indium 1.0.3+mc1.18.2
infusion_table: Infusion Table 1.0.5
ingredient-extension-api: Ingredient Extension API 2.0.5
initialinventory: Initial Inventory 6.0.8
inmis: Inmis 2.6.0-1.18.2
inventoryhud: Inventory HUD + 3.4.2
inventorysorter: Inventory Sorter 1.8.6-1.18
kyrptconfig: Kyrpt Config 1.4.2-1.18
blue_endless_jankson: jankson 1.2.1
iris: Iris 1.2.4-build.38
org_anarres_jcpp: jcpp 1.4.14
jamlib: JamLib 0.0.5
java: OpenJDK 64-Bit Server VM 17
just_enough_hammers: Just Enough Hammers 1.0.3+1.18.2
keybindsgalore: Keybinds Galore 1.0+1.18
konkrete: Konkrete 1.3.3
lambdynlights: LambDynamicLights 2.1.0+1.17
pride: Pride Lib 1.1.0+1.17
spruceui: SpruceUI 3.3.0+1.17
org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
lapisreserve: Lapis Reserve 1.0.8
lazydfu: LazyDFU 0.1.2
legendarytooltips: Legendary Tooltips 1.2.4
lithium: Lithium 0.7.10
lootintegrations: Loot integration Mod 1.18.2-1.5
lootr: Lootr 0.3.19.56
macawsbridgesbyg: Macaw's Bridges - BYG 1.18.2-1.2
macawsroofsbyg: Macaw's Roofs - BYG 1.18.2-1.0
magicfungi: Magic Fungi 0.7.2-BETA+1.18.2
omega-config-gui: Omega Config GUI 1.2.3-1.18.1
cloth-config-lite: cloth-config-lite 2.0.6
mcwbridges: Macaw's Bridges 2.0.3
mcwdoors: Macaw's Doors 1.0.6
mcwfences: Macaw's Fences and Walls 1.0.4
mcwlights: Macaw's Lights and Lamps 1.0.3
mcwpaintings: Macaw's Paintings 1.0.3
mcwroofs: Macaw's Roofs 2.1.2
mcwtrpdoors: Macaw's Trapdoors 1.0.5
mcwwindows: Macaw's Windows 2.0.3
medievalmusic: Medieval Music Mod 1.18-1.3
megane: megane 7.5.1
megane-api: megane-api 7.1.0
megane-fabric-transfer: megane-fabric-transfer 7.1.0
megane-runtime: megane-runtime 7.2.0
megane-vanilla: megane-vanilla 7.1.1
memoryleakfix: memory Leak Fix 1.18.2-0.3.2
midnightlib: MidnightLib 0.4.0
minecraft: Minecraft 1.18.2
mob_catcher: Mob Catcher 1.1.26
modid: ArmoreableMobs 1.0.4
modmenu: Mod Menu 3.2.2
mostructures: Mo' Structures 1.4.2+1.18.2
mousetweaks: Mouse Tweaks 2.22
musica: Musica 1.5.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
mythicmounts: Mythic Mounts 1.18.2-7.0
nameplate: Nameplate 1.0.2
naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
nears: Nears 1.1.8
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.3.0
observed: Observed 1.3.1
onsoulfire: On Soul Fire 1.18-3
owo: oωo 0.7.2+1.18
paintings: Paintings++ 9.1.2.1
patchouli: Patchouli 1.18.2-67-FABRIC
paxi: Paxi 1.18.2-Fabric-2.0
pehkui: Pehkui 3.3.2+1.14.4-1.19
kanos_config: Kanos Config 0.3.1+1.14.4-1.19
petnames-fabric: Pet Names (Fabric) 1.6
polymorph: Polymorph 0.0.21-1.18.2
probablychests: Probably Chests 0.4.3
promenade: Promenade 2.6.3
terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0
randombonemealflowers-fabric: Random Bone Meal Flowers (Fabric) 1.7
reeses-sodium-options: Reese's Sodium Options 1.4.2
regrowth: Regrowth 0.30c.release
repurposed_structures: Repurposed Structures 4.1.9+1.18.2
rightclickharvest: Right Click Harvest 2.0.6
rocks: This Rocks! 1.6.0
roughlyenoughitems: Roughly Enough Items 8.2.470
roughlyenoughresources: Roughly Enough Resources 2.5.0
rpgdifficulty: Rpg Difficulty 1.0.11
rpgz: RPGZ 0.5.0
shulkerboxtooltip: Shulker Box Tooltip 3.0.7+1.18.2
sodium: Sodium 0.4.1+build.15
org_joml_joml: joml 1.10.2
sodium-extra: Sodium Extra 0.4.4+mc1.18.2-build.39
caffeineconfig: CaffeineConfig 1.1.0
somanyenchantments: So Many Enchantments Mod 0.2.3
sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.6
spoornbountymobs: SpoornBountyMobs 2.6.1
org_apache_commons_commons-math3: commons-math3 3.3
spoornpacks: SpoornPacks 4.2.1-1.18.2
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.13.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.13.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.13.1
spoornweaponattributes: SpoornWeaponAttributes 3.4
net_objecthunter_exp4j: exp4j 0.4.8
starlight: Starlight 1.0.2+fabric.89b8d9f
starterkit-fabric: Starter Kit (Fabric) 3.1
structures_compass: Structures Compass 1.18.2-1.4.2
t_and_t: Towns and Towers - Structure Add-on 1.6
tenshilib: TenshiLib 1.18.2-1.6.7
terrablender: TerraBlender 1.1.0.101
com_electronwill_night-config_core: core 3.6.4
com_electronwill_night-config_toml: toml 3.6.4
terrarianslimes: Terrarian Slimes 1.2-BETA+1.18
things: Things 0.2.17+1.18
thonkutil: ThonkUtil 2.14.1+1.18
thonkutil-base: ThonkUtil Base 1.12.2+23c1dc2c60
thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.2+9e23427060
thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.19+9b80223760
thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.14+9b80223760
thonkutil-legacy: ThonkUtil Legacy 1.0.20+9b80223760
thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.12+9b80223760
thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.1+9b80223760
thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.9+9b80223760
thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.20+9b80223760
tiered: Tiered 1.0.3
additionalentityattributes: Additionalentityattributes 1.0.0+1.18.2
autotag: AutoTag 1.1.0
toolstats: ToolStats 9.0.1
tooltipfix: ToolTip Fix 1.0.4-1.18
tooltipscroller: Tooltip Texts Scroller 1.0.0
totw_additions: Towers of the Wild: Additions 1.2.1
trashslot: TrashSlot 11.0.2
travelerstitles: Traveler's Titles 1.18.2-Fabric-2.1.1
trinketofundying: Trinket of Undying 2.0.1-1.18
trinkets: Trinkets 3.3.1
universal-graves: Universal Graves 2.0.2+1.18.2
hologram-api: Hologram API 0.2.1+1.18-pre5
placeholder-api: Placeholder API 1.1.3+1.17.1
polymer: Polymer (Core) 0.2.0-pre.5+1.18.2
packet_tweaker: Packet Tweaker 0.3.0+1.18.2
polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-pre.5+1.18.2
server_translations_api: Server Translations API 1.4.12+1.18.2
sgui: sgui 1.0.2+1.18.2
valhelsia_core: Valhelsia Core 1.18.2-fabric-0.3.1
vanilla-hammers: Vanilla Hammers 3.4.0-1.18.2
magna: Magna 1.7.0-1.18-pre1
static-content: Static Content 1.0.2-1.16.2
staticdata: Static Data 1.1.2
veinmining: Vein Mining 0.0.12-1.18.2
villagernames: Villager Names 4.0.4
visuality: Visuality 0.4.2
goosik-config: goosik-config 0.2.0
tlcosmetica: Cosmetica 0.4.0
visualoverhaul: VisualOverhaul 4.1.0
voidz: VoidZ 1.0.7
waystones: Waystones 2.5.3
whisperwoods: Whisperwoods 1.18.2-2.1.0
wilderworld: WilderWorld 2.1.2
chord: Chord 1.8.0+1.18.2-fabric
wmitaf: WMITAF 2.2.0
wthit: wthit 4.10.3
xaerominimap: Xaero's Minimap 22.8.2
xaeroworldmap: Xaero's World Map 1.22.0
xlpackets: XLPackets 2.1-1.17.1
xps: Xp Obelisk 0.3.9.r_for_1.18.x_Fabric
yungsapi: YUNG's API 1.18.2-Fabric-2.0.8
yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0
yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
Loaded Shaderpack: (off)
Launched Version: fabric-loader-0.14.6-1.18.2
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 512.13, NVIDIA Corporation
Window size: <not initialized>
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'
Type: Client (map_client.txt)
CPU: 12x Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Thank you for continuing to support 1.18.2 and porting the fix back. I look forward to it.
This is because WorldgenProviderAccessor
specifies remap = false
in the invokers (I'd assume because they're only expected to run on a development environment), however MemoryLeakFix tries to apply all remaining mixins at one point in order to be sure the caches can be safely cleared, and therefore Mixin fails to find those methods in production.
A potential fix would be to allow those to be remapped, or to remove those mixins from the production jar or set them to not apply on production (via a mixin plugin for example).
I've already moved on to 1.19. I don't do updates on earlier versions than the latest one. But, as the 1.19 version is not published yet and the fix is a very tiny change, I will re-open this ticket and push a fix for 1.18.2 when I start working on my mods again (currently on a break until ~25th of June)
This issue still exists on the 1.18 branch and in 1.18.2 (which is where it was reported to exist in the first place)