Ajarmar / universal-pokemon-randomizer-zx

Public repository of source code for the Universal Pokemon Randomizer ZX
GNU General Public License v3.0
593 stars 152 forks source link

Randomizer endlessly loads #735

Open thelerr opened 6 months ago

thelerr commented 6 months ago

The randomizer wont load any roms. The cmd says,

Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space at com.dabomstew.pkrandom.ctr.GARCArchive.readFrames(GARCArchive.java:176) at com.dabomstew.pkrandom.ctr.GARCArchive.(GARCArchive.java:71) at com.dabomstew.pkrandom.romhandlers.Abstract3DSRomHandler.readGARC(Abstract3DSRomHandler.java:184) at com.dabomstew.pkrandom.romhandlers.Gen7RomHandler.getAreaData(Gen7RomHandler.java:1452) at com.dabomstew.pkrandom.romhandlers.Gen7RomHandler.loadedROM(Gen7RomHandler.java:303) at com.dabomstew.pkrandom.romhandlers.Abstract3DSRomHandler.loadRom(Abstract3DSRomHandler.java:69) at com.dabomstew.pkrandom.newgui.NewRandomizerGUI.lambda$loadROM$106(NewRandomizerGUI.java:775) at com.dabomstew.pkrandom.newgui.NewRandomizerGUI$$Lambda$325/0x0000000100351040.run(Unknown Source) at java.base/java.lang.Thread.run(Thread.java:834)

I know I have java 64bit installed and I'm running on Windows 11. As far as I've seen with the other issues I'm the only one with this issue.

EDIT: Issue fixed. Revert to #91 if you are having the same problem.

tobiaslain commented 4 months ago

DId you find a fix?