oracc / nammu

Oracc GUI
GNU General Public License v3.0
12 stars 10 forks source link

Cannot open Nammu on PC #419

Closed haider-uoft closed 3 years ago

haider-uoft commented 3 years ago

Nammu version: 1.3.0 Java version: 1.8.0_291 Platform: Windows 10

When I click on the Nammu icon, the processing wheel flashes momentarily and disappears, and nothing happens. I have set java as the default app to open Nammu, but cannot seem to figure out the issue.

raquelalegre commented 3 years ago

Hi @haider-uoft, thanks for the report. In order for us to understand what the problem could be you'll need to try to open Nammu from a terminal. You can open a terminal by going to "Start" and searching for "cmd" or "Command Prompt". Once the terminal is open, you will need to know where you have saved the Nammu installable file you downloaded. For example, if it is in your Downloads folder, it will be in C:\Users\%USERNAME%\Downloads. Then you will have to go to that folder in your terminal like this:

cd C:\Users\%USERNAME%\Downloads 

Then to try to open Nammu and see the error log, you will need to run this:

java -jar nammu-1.3.0.jar

That should now display an error message that'll give us a better idea on what the problem can be.

If there are any problems, please let us know and we can arrange a call.

haider-uoft commented 3 years ago

Hello, It worked when I followed the commands you provided in your message. Thank you!

raquelalegre commented 3 years ago

Great! Maybe it now works as well when double clicking on the icon now. The very first time Nammu starts, it sets up some files in you computer to save Nammu's settings and a log file. Maybe this didn't work when you clicked on the icon for some reason (e.g. lack of permissions). Let me know if you need any more help!