Hello, I'm using Aris Express on Windows 10 creators update and no file dialogs is usable: every dialog (open, save as, export, etc.) causes an exception and the program crashes.
Attached an error log related to this problem.
P.S. this is a link with an explanation: seems a java problem https://bugs.openjdk.java.net/browse/JDK-8178873 (link is external)
File attachments: hs_err_pid8676.log_.txtHi Stefano,
thank you for you message. You are right, thank you for the link.
As far as they write in https://bugs.openjdk.java.net/browse/JDK-8180765, this is fixed for the next JRE version.
I hope they bring this update soon.
Bye,
Frank
Hi Frank, thanks for your reply.
I think that the problem can't be solved so easily because they (openjdk) will fix it but there are a lot of jdk/jre around and I see that in the latest version 2.4c a custom version is used:
JRE version: Java(TM) SE Runtime Environment (7.0_65-b19) (build 1.7.0_65-b19).
May I suggest a solution ?
In my code, to avoid that problem I added this:
UIDefaults defaults = UIManager.getDefaults( );
defaults.put("FileChooser.useSystemExtensionHiding", false);
setting this property allows the filechooser to works as expected
Really hope that this can help
Hi Stefan.
you could do us a favor if you could test something for us...
There is quite a huge amount of Windows 10 users having this problem right now.
But not _all_ users of the Windows 10 creators update. Unfortunately, on our machines, we cannot reproduce this issue.
Nevertheless, we actually did that fix you proposed.
But since we cannot reproduce it, we need you to do so :-)
Since bringing out an update for the windows installable file if more effort, and since it is faster to do this update on the webstart version, we tried to update this version first.
So, could you test this on your machine, please?
That would be great! To do so:
- open the java panel in your system panel.
- in the first page, tab "general", click the setting button and delete _all_ files (including all three options)
- download and start the webstart version with " http://download.ariscommunity.com/express.jnlp"
With that version: is it possible to open the file chooser dialog?
Bye,
Frank
I click 'later' and nothing happens (as for all the other option)
I repeat, I have latest version already installed, and a couple of other versions too, jre and jdk: I'm a java developer.
I hope to have some time tomorrow to check better what happens.
Regards
Stefano
Hi Stefan,
well, anyway, thank you so far. I noticed that you are a developer since you gave us the hint with the settings. This change is actually what we have done in a hotfix for the webstart version (previously to bringing out the 2.4d for Apple users).
At this moment, we did not have any other complains for this issue. But searching the internet, you can find a huge(!) list of Windows users with the creators update complaining.
Howover, thanks for contributing.
Bye,
Frank
Hello Frank,
I finally found some time to make other attempt to run the jnlp and I can confirm that version 2.4d works fine on my system.
File 'open' dialog works as expected, and 'save as' too.
Now i'm waiting for the next executable distribution.
Regards.
Stefano