windows version not opening up and getting an error
moonakasoulieheart opened this issue · 2 comments
moonakasoulieheart commented
TacoNerd commented
right click and edit the batch file. delete teh 4608 and lower the number until it runs. Link for theoretical max size apparently? mine runs when set to (randomly) 1255
https://www.geeksforgeeks.org/how-is-the-default-max-java-heap-size-determined/#
Fellshadow commented
the issue here is that the java that is installed is not 64-bit (you have 32-bit) and the randomizer requires 64-bit
see #221 which mentions this exact error, and the about java page for details