Logisim-Ita / Logisim

Logisim Italian Fork
https://logisim.altervista.org/
GNU General Public License v3.0
145 stars 39 forks source link

Sudden Java Exception #10

Closed GamingCoookie closed 4 years ago

GamingCoookie commented 4 years ago

I wanted to continue working on my logisim project but now neither .exe nor .jar want to open and I even tried reinstalling Java yet I get the same "Java Virtual Machine Launcher: A Java Exception has occured." error. Do you have any idea how to fix this problem? I can provide extra information if needed

maehne commented 4 years ago

Please provide some more details:

Additionally, do you use any Logisim-ITA-specific circuit blocks in your design?

GamingCoookie commented 4 years ago

I am using the latest version of Logisim-ITA, that you can get on http://logisim.altervista.org/

I am having Windows 10 Version 1903 and on EM64T (if that is what is asked)

I have Version 8 Update 231

I don't think so but it fails even opening on its own without any circuit.

maehne commented 4 years ago

I have Version 8 Update 231

This Java version is definitely too old as Logisim-ITA version 2.15.0.1 was compiled against Java 10. I would suggest that you install OpenJDK 11 LTS or later, e.g., available from AdoptOpenJDK.

GamingCoookie commented 4 years ago

Downloaded the latest OpenJDK 13 from there. It's working now again.

Thank you for the quick help!