FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enigma randomly freezes

Advik-B opened this issue · comments

commented

Screenshot 2022-11-10 at 10 36 28 PM

Stack trace

java.lang.OutOfMemoryError: Java heap space
	at java.desktop/java.awt.image.DataBufferInt.<init>(DataBufferInt.java:75)
	at java.desktop/java.awt.image.Raster.createPackedRaster(Raster.java:539)
	at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:1032)
	at java.desktop/java.awt.GraphicsConfiguration.createCompatibleImage(GraphicsConfiguration.java:184)
	at java.desktop/sun.awt.image.SunVolatileImage.getBackupImage(SunVolatileImage.java:251)
	at java.desktop/sun.awt.image.VolatileSurfaceManager.getBackupSurface(VolatileSurfaceManager.java:279)
	at java.desktop/sun.awt.image.VolatileSurfaceManager.restoreContents(VolatileSurfaceManager.java:310)
	at java.desktop/sun.java2d.SurfaceData.restoreContents(SurfaceData.java:285)
	at java.desktop/sun.java2d.opengl.CGLSurfaceData$CGLOffScreenSurfaceData.getReplacement(CGLSurfaceData.java:169)

Other info

OS: "MacOS Ventura"
Hardware: "Apple Silicon (M1 pro)"
Ram: "16GB"
Ram-allocated: "8GB"
java-version:  "17.0.1 2021-10-19 LTS"

Command ran:

java -Xmx8G -jar enigma-swing-0.21.6+build.229-all.jar

Since I am a programmer myself, I do wonder why this happend, is 8GB not enough 🤔

Update engima, the version you are using is terribly out of date. Your missing this fix: 9d7f57d