lordfriky / web-cfw-loader

A payload launcher made in javascript for the Nintendo Switch
https://webcfw.lordfriky.dev/
MIT License
108 stars 63 forks source link

WEBCFW seems to be broken #53

Closed AnnsAnns closed 5 years ago

AnnsAnns commented 5 years ago

With previous rumors and now actual testing, we have concluded that the javascript webusb implementation of fusee-gelee seems to be broken right now.

AnnsAnns commented 5 years ago

Possibly fixed through https://github.com/AtlasNX/web-cfw-loader/commit/3e42e972d1fa231074b096102f1c415a0983c13f - Needs testing!

noahc3 commented 5 years ago

Not fixed, Ubuntu 18.04, Chrome 69.0.3497.100

lucyyyyyyy commented 5 years ago

Worked fine for me past 2 days, all Arch packages up to date.

noahc3 commented 5 years ago

@tylertoilet chrome version?

lucyyyyyyy commented 5 years ago

Chromium Version 76.0.3809.132

noahc3 commented 5 years ago

Hmm, tested Ubuntu 18.04 with Chromium 76.0.3809.100 and Chrome 76.0.3809.132 and it doesn't work. Might be some update that caused incompatibility across certain distros.

AnnsAnns commented 5 years ago

Last test on Pop! Os 19.04 with latest Brave wasn't successful either.

MysticExile commented 5 years ago

Not working, tested on Windows 10 1903 x86-64 with Brave.

NicholeMattera commented 5 years ago

Working with Arch with Chromium v76

Just out of curiosity the page says to add SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0955\", MODE=\"0664\", GROUP=\"plugdev\" to /etc/udev/rules.d/50-switch.rules, however you shouldn't have the back slashes. Also there is no mention to adding your user to the plugdev group or creating the group if it doesn't exists.

AnnsAnns commented 5 years ago

Confirmed working again on Pop! Os 19.04 with Brave. I do understand Nichole's concern though, we definitely need to explain this better

Trunkzeh commented 5 years ago

Doesnt work on macOS 10.14.6 with Chrome Stable (77.0.3865.90). APX comes up; and it connects:

Requesting access to device... Preparing to launch CTCaer_Hekate... Connected to NVIDIA Corp. APX

However thats it. No payload is pushed. Screen on Switch remains blank.

AnnsAnns commented 5 years ago

macOS might possibly be fixed through #59. Windows seems to sometimes work (Heard about Edge Chromium supporting it correctly) Linux works fully again (with the tweak).