-
Notifications
You must be signed in to change notification settings - Fork 127
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
M1. Success connection on Switch. Sending nsp in computer. Nothing happens. #138
Comments
mm.. try to reboot mac and switch or use another cable/USB port. |
facing the same issue here, everything seems to be working, but when I send it to switch, it says "connection successful, waiting for files to be send " I am using v7.0 (its my first time using it on mac, it is working fine on windows) |
Sorry, my bad I did the "brew install libusb" and it solved the issue worked fine now |
Same here. even reinstalling |
Was able to work but using the NET.
Clicking Upload worked immediettley but it's slower than usb transfer. |
@moseslucas Did usb method worked before? I mean in previous versions. |
@developersu |
@moseslucas
For instance in linux Awoo in USB mode works for me a bit strange: like it works only first time and after that I have to restart 'title-mode' and awoo. Also try another awoo-based apps. Like the one shipped with Team-Neptune/DeepSea. |
Same here. Fails with the following exception:
|
Looks similar to #73 |
did someone could solve this problem? i have an imac 2021 M1, and i cant use nsusbloader, I already tried it all. Use to work with Windows and i could run ok the program. |
same issue, Awoo installer said usb not detected |
u did it on a mac m1? how can u i that? |
Install brew and use it to install libusb |
already did that, now my switch detects the game i want to install, but it gives me an error. |
it stays in 0.00 MB/s untill says that the installation fails. :( before brew install libusb my switch didnt recognize the game, now it does but i cant install it |
FYI: I never could make it work ns-usbloader with mac m1, so I used DBI installer with MTP method. |
I was unable to make it work either. But I found an Apple Silicon compiled version elsewhere (maybe Reddit) which works perfectly |
@rmvz3 if it works then attach downloaded jar here. We'll check. |
Well, in fact it's not a jar but a macOS .app I don't know if you'll be able to get something useful from it but… there you have: https://www.icloud.com/iclouddrive/00eHCv5IwmMIMsmsMQyt412_g#NS-USBloader |
thanks, i download it but it gives me an error. The error in spanish says: |
Hmmm… I don't know why could this happen. I've checked the file in the zip and it has these files included (just select Show content in the contextual menu and you'll be able to check it). Maybe it's any kind of permission problem UPDATE: @Corcho911, prueba con la version que he puesto mas abajo, pero asegurate de que este en la carpeta de Aplicaciones, si no, no funcionara. |
It's just version 6.1 wrapped into 'app' with java runtime inside. |
Yes, I see (never looked inside the app until now). So, if I replace the jar with the latest version… it should work, right?. Could be a good workaround for many of us having issues with the M1 version (probably due to java misconfiguration) |
Mmm.. I don't know.. |
It works! I've just edited the .workflow file (automator script) to remove the version reference in the jar file so it just looks for "ns-usbloader.jar" instead of "ns-usbloader_6.5.jar" to be easier to update. Added the new 7.0 version renamed that way and it worked. Some caveats: the m1 jar version doesn't work (some problem with javafx if I remember), it must be the "regular" one ("ns-usbloader-7.0.jar"). Also, the app MUST be in Application folder, otherwise it will fail to find the hardcoded paths, which is what happened to @Corcho911 (not very elegant code but at least it works). EDIT: This is the updated 7.0 version in case anyone want it: https://www.icloud.com/iclouddrive/0a04OJObLcgyIo5XzCk8B-kqQ#NS-USBloader |
hey thanks for all, but same error still. |
Unrelated to the issue. Also, then you WILL have a lot of problems XDDD |
Not anymore than any other computer would have. If you want to just use windows for a couple of things, just virtualize it |
same issue. |
Just use Azul jdk19. it solves issue perfectly |
v6.0 used to work perfectly in my M1 but after upgrading to v7, it doesn't work at all. Everything seems to be ok but the Switch app is waiting for the mac to send it the nsp file and the mac is waiting for the Switch to receive it.
Is there something I can do? Maybe I need to install anything else? I have already installed (up to date) libusb and I've installed the jdk-19-arm64.dmg from oracle.
The text was updated successfully, but these errors were encountered: