Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error has occurred #296

Open
Francesco-Vinci opened this issue Oct 8, 2024 · 4 comments
Open

Fatal error has occurred #296

Francesco-Vinci opened this issue Oct 8, 2024 · 4 comments

Comments

@Francesco-Vinci
Copy link

Opening the jar deliverable on windows 11 this happens:
image

Executing it from cmd this is the outcome:

Exception: class java.nio.file.InvalidPathException Message: java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Windows Stacktrace: class java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\Windows java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182) java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153) java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92) java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:232) java.base/java.nio.file.Path.of(Path.java:148) java.base/java.nio.file.Paths.get(Paths.java:69) edu.mit.csail.sdg.alloy4whole.PreferencesDialog.staticLibrary(PreferencesDialog.java:349) edu.mit.csail.sdg.alloy4whole.PreferencesDialog.testSolvers(PreferencesDialog.java:294) edu.mit.csail.sdg.alloy4whole.PreferencesDialog.<init>(PreferencesDialog.java:264) edu.mit.csail.sdg.alloy4whole.SimpleGUI.finishInit(SimpleGUI.java:2277) edu.mit.csail.sdg.alloy4whole.SimpleGUI.<init>(SimpleGUI.java:2133) edu.mit.csail.sdg.alloy4whole.SimpleGUI.<init>(SimpleGUI.java:201) edu.mit.csail.sdg.alloy4whole.SimpleGUI$7.run(SimpleGUI.java:1987) java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773) java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720) java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714) java.base/java.security.AccessController.doPrivileged(AccessController.java:400) java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87) java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203) java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124) java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113) java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109) java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

@tommi00
Copy link

tommi00 commented Nov 27, 2024

Same problem

@fra01vi
Copy link

fra01vi commented Nov 27, 2024

I heard that the problem is probably in the PATH environment variable on Windows. Someone I know told me that they solved the issue by modifying it. Anyway, I solved the problem by reinstalling the Windows 11 OS.

@tommi00
Copy link

tommi00 commented Nov 27, 2024

I heard that the problem is probably in the PATH environment variable on Windows. Someone I know told me that they solved the issue by modifying it. Anyway, I solved the problem by reinstalling the Windows 11 OS.

Do you know how to solve by modifying the PATH environment variable?

@fra01vi
Copy link

fra01vi commented Nov 27, 2024

Unfortunately, i solved only by reinstalling O.S.
I tried changing PATH variable several time but i haven’t been able to solve it in this way. Sorry :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants