developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.82k stars 123 forks source link

ns-usbloader not starting Network transfer / install on MacOs Catalina #77

Closed soyeliel closed 3 years ago

soyeliel commented 3 years ago

I was having the problem about the jar app not starting. Problem was (as the documentation mentioned) the permissions to run. Strange thing was that the app opens fine, but when trying to hit upload it got stuck and nothing happened.

Solution - Just change the permission of the app using the console

chmod 700 //ns-usbloader-4.3.jar

After this, everything should work fine.