-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hello,
I am trying to use Polargraphcontroller but I have some issues.
My OS is windows 10 v19041.388
I installed the latest version of Java 8
I use Processing 2.2.1.
When I try to execute polargraphcontroller.exe , the file default.properties.txt is created but the application doesn't execute.
I tried the 32 bits and the 64 bits versions. I tried to execute it as an administrator.
If I open the project in Processing and execute it, it runs.
But when I click the button Load Vector I have a crash. I have the following message :
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help ? Troubleshooting.
Here is the log:
hs_err_pid1972.log
What is strange is that it reports a Windows 8 OS but I am running windows 10.
The crash is at this line: JFileChooser fc = new JFileChooser(); in the function void loadVectorWithFileChooser()
Thanks for your help