web-cfw-loader icon indicating copy to clipboard operation
web-cfw-loader copied to clipboard

Hangs on "Preparing to launch payload" on Linux

Open neomoth opened this issue 2 years ago • 3 comments

When attempting to use the payload injector on my Linux machine the console output hangs at "Preparing to launch payload" at which point nothing will happen whatsoever. What's strange is this seems to happen on any payload injector website on my machine, and the fusee-interfacee-tk injector just fails outright, although doing any of this on windows with tegrarcmgui just works. Is this an issue with the method used to inject the payload or a problem with my linux installation?

neomoth avatar Jan 31 '22 17:01 neomoth

(Sorry for the late answer) Hmmm, is there any error showing through the chrome console?

lordfriky avatar Mar 15 '22 22:03 lordfriky

Had the same Problem. The Console says: main.js:131 Uncaught (in promise) DOMException: Failed to execute 'open' on 'USBDevice': Access denied. Not sure how to fix it on fedora

einekratzekatze avatar Oct 26 '22 08:10 einekratzekatze

that is the method that opens the connection and establishes the payload logic. Check to make sure WebUSB is enabled:

if (!navigator.usb) { alert('Web USB is not enabled.'); }

This is how we deal with Firefox, and then we just send the log message.

Wiilf avatar Apr 28 '23 19:04 Wiilf

A check for web usb has been added, thanks!

lordfriky avatar May 09 '24 08:05 lordfriky

There is still a lot missing that we implemented a year ago, like device listing, icons and extended device info.

Sent from my iPhone

On May 9, 2024, at 1:20 AM, Lord Friky @.***> wrote:



A check for web usb has been added, thanks!

— Reply to this email directly, view it on GitHubhttps://github.com/lordfriky/web-cfw-loader/issues/70#issuecomment-2102186262, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQUBN67BOTIJVSNQKN5KFMDZBMWURAVCNFSM5NG34M52U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMJQGIYTQNRSGYZA. You are receiving this because you commented.Message ID: @.***>

Wiilf avatar May 09 '24 17:05 Wiilf