A DESCRIPTION OF THE PROBLEM :
We have an application deployed via Java Web Start. Once the user wants to open a file via the file open dialog, several error dialogs are displayed, which require the user to click away, to be able to continue.
After this the file dialog shows up and work can be continued.
Examples are.
Dialog title: "<yellow warning triangle> jp2launcher.exe"
Dialog content: "<yellow warning triangle> Das Ziel wurde nicht gefunden" (Target not found)
Dialog title: "Fehlende Verkn����pfung" (Missing Link)
Dialog content: "GfxUIEX.exe wird gesucht. Klicken Sie auf "Durchsuchen" um selbst nach der Datei zu suchen" <"Durchsuchen" Button> <"Abbrechen" Button> (Searching for .. Click on "Durchsuchen" to let you search for the file)
This article on Reddis
https://www.reddit.com/r/java/comments/9qzgmo/really_weird_java_jre_8u191192_webstart_issue/
claims the cause to be that every .lnk file on user and publick Windows desktop is checked by jp2launcher.exe and that broken or non-accessible links trigger the error dialogs.
REGRESSION : Last worked in version 8u181
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Start a Java Web Start application which uses the file open dialog.
E.g. start http://www.jgoodies.com/download/demos/looks/looksdemo.jnlp, select "JGoodies Windows", click the "Launch" button, select the "Open" icon (folder icon, 2nd row from above, 4th icon).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No error dialogs, just the file open dialog opens.
ACTUAL -
Before the file open dialog opens, error dialogs pop up.
(The nature and number of the messages depends on the individual machine)
FREQUENCY : always