Stuck in this page after updating JDK (affects both version 7.0 and 6.1)
dothackjhe opened this issue · 3 comments
dothackjhe commented
Describe the bug (mandatory)
Stuck on the page which shows the app's logo in the middle.
Information about environment (mandatory):
- Windows 10 x64
- Java version 19.0.2
Steps to reproduce
Steps to reproduce the behavior:
- Simply run "ns-usbloader-7.0.jar/ns-usbloader-6.1.jar" or the ".exe" one
Expected behavior
The app should run properly.
Screenshots and/or information from application log
Did you see this issue in previous versions?
Initially, no. But since updating JDK to the latest, the same issue arose with version 6.1.
developersu commented
@dothackjhe if it's jar, run java -jar ns-usbloader-7.0.jar -c
. Then execute again.
dothackjhe commented
@dothackjhe if it's jar, run
java -jar ns-usbloader-7.0.jar -c
. Then execute again.
This fixed it! :D
developersu commented
You're welcome =)
(It just removes all application setting. In your case window size properties were too big.)