Closed RevenantBob closed 4 years ago
This is a duplicate of https://github.com/richardwilkes/gcs/issues/139. I was aware of what the issue was, just not sure how to fix it with the current tooling I'm using to create the package for Windows... and was hoping the Java guys would get their acts together and release the darn thing -- still can't believe they removed what I view as an essential tool without a replacement.
Looks like this issue claims to be fixed in JDK 15 build 2... https://bugs.openjdk.java.net/browse/JDK-8235915
Of course, I thought I was taking a chance by using the unreleased JDK 14... but this one is even sketchier. (sigh) Anyway, I'll give this a whirl and see if it fixes the issue for me.
Seems fixed when using the jpackage tool from JDK 15 build 2.
Reproduced in Version 4.13.3 on Windows 10
Reproduction
Outcome GCS will fail to open the file.
Expected Result GCS Opens the file.
Possible Resolution The associated registry keys for opening files with GCS do not have quotations around the argument supplied as %1. This is true of all associated file types, (.gcs, .gct, etc).
Example:
The registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\progid57c16793feb03acc9b7d258aeda3253d\shell\open\command" contains:
"C:\Program Files\GURPS Character Sheet\GURPS Character Sheet.exe" %1
It should contain:
"C:\Program Files\GURPS Character Sheet\GURPS Character Sheet.exe" "%1"