Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Cannot Select Files to upload #107

Open
kriodoxis opened this issue Oct 7, 2021 · 7 comments
Open

[BUG]Cannot Select Files to upload #107

kriodoxis opened this issue Oct 7, 2021 · 7 comments
Assignees
Labels
bug Something isn't working investigating I dunno man, it works on my side™

Comments

@kriodoxis
Copy link

Describe the bug (mandatory)
After openning the application, you cannot select a file to upload, nothing happens

Information about environment (mandatory):

  • OS: Windows 10 x64
  • Java version: java version "1.8.0_301"
    Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
    Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)

Steps to reproduce
Steps to reproduce the behavior:

  1. Open application
  2. Click on "Select Files"
  3. See error

Expected behavior
Once you click the "Select Files" button, File Selection Dialog should appear on screen.

Screenshots and/or information from application log
image

Did you see this issue in previous versions?
No

Additional context
Openning the application from console shows the error captured

@developersu
Copy link
Owner

Thanks for reporting! I'll check this.

As a workaround please run in console java -jar app.jar -c. It will clear settings and then you can continue using application as usual. Let me know if it doesn't help :)

@kriodoxis
Copy link
Author

Further tests indicate that this happens when the last folder selected no longer exists this error is thrown.

@developersu
Copy link
Owner

developersu commented Oct 7, 2021

Yeah.. There were #79 and #81 about the same thing and it's fixed.. or should be fixed already. And it looks good in code and it works well on my linux and win10.
Maybe something wrong with particular JRE version (because I have quite a bit newer ones). Will check with the one you mentioned a bit later.
Thanks =)

EDIT:spelling

@developersu developersu added the investigating I dunno man, it works on my side™ label Oct 7, 2021
@Ly15663790883
Copy link

作为解决方法,请在控制台中运行java -jar app.jar -c。它将清除设置,然后您可以像往常一样继续使用应用程序。如果它没有帮助,请告诉我:)对我这里来说并没有解决,依然还是选择不了文件

@gfacek
Copy link

gfacek commented Apr 1, 2023

The Error is still there with v7. I had to do the trick with "java -jar app.jar -c" to reset the settings.

@developersu developersu added the bug Something isn't working label Apr 1, 2023
@Milo5789
Copy link

Milo5789 commented May 19, 2023

image

Did I do right? Can't seem to work it around

@developersu
Copy link
Owner

@Milo5789 this command removes application settings. So app.jar should be replaced to jar file name you downloaded. E.g. ns-usbloader-7.0.jar. Also before executing this you have to change folder. If you saved jar file on your desktop, you have to do the following:

cd Desktop
java -jar ns-usbloader-7.0.jar -c

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working investigating I dunno man, it works on my side™
Projects
None yet
Development

No branches or pull requests

5 participants