Hacking [Tool] Fusée Gelée Launcher for MacOS

Mike_Flames

Member
Newcomer
Joined
Sep 25, 2019
Messages
6
Trophies
0
Age
29
XP
35
Country
United States
K desperate for help. I did everything and ended up with this error.
Launching fusee-primary (1).bin!

sh: -c: line 0: syntax error near unexpected token `('

sh: -c: line 0: `python3 fusee-launcher.py payloads/fusee-primary (1).bin'


When I try to inject using a web based app on Chrome I get,
Requesting access to device...
Preparing to launch uploaded...
Connected to NVIDIA Corp. APX

Anyone have any idea?

--------------------- MERGED ---------------------------

K desperate for help here please. I got it running but when I injet a payload, I get
Launching fusee-primary (1).bin!

sh: -c: line 0: syntax error near unexpected token `('

sh: -c: line 0: `python3 fusee-launcher.py payloads/fusee-primary (1).bin'



When I try and use a web based payload injector, I get
Requesting access to device...
Preparing to launch uploaded...
Connected to NVIDIA Corp. APX

Anyone have any suggestions? Nothing is getting injected anymore. I swear it used to work and now magically it doesn't.
 

senorbrando

New Member
Newbie
Joined
Oct 7, 2019
Messages
2
Trophies
0
Age
29
XP
33
Country
United States
Hey, I know I'm very late in replying to this thread. But I keep getting this error whenever I try to run the payload launcher:
Code:
Please ensure that your Switch is in RCM mode!
Launching ReiNX.bin!
Identified a macOS system; setting up the appropriate backend.
Traceback (most recent call last):
  File "fusee-launcher.py", line 429, in <module>
    device_id = switch.read_device_id().tostring()
  File "fusee-launcher.py", line 376, in read_device_id
    return self.read(16)
  File "fusee-launcher.py", line 333, in read
    return self.dev.read(0x81, length, 1000)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb/core.py", line 988, in read
    self.__get_timeout(timeout))
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb/backend/libusb1.py", line 833, in bulk_read
    timeout)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb/backend/libusb1.py", line 936, in __read
    _check(retval)
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/usb/backend/libusb1.py", line 595, in _check
    raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 60] Operation timed out

I understand several people have asked the same question, but they've answered their very question themselves and have not posted a solution.

I have a 2015 Macbook pro running El Capitan version 10.11.6. I have followed every single step to an absolute T and keep running into this issue over and over again. Hopefully this reaches out to you and I can get the proper help I need, because when I try to search this on the web, there are no solutions. Thanks in advance.
 

Ayomalireid

New Member
Newbie
Joined
Nov 6, 2019
Messages
1
Trophies
0
Age
32
XP
37
Country
United States
I'm having an issue where my macbook pro completely boot me back to the login screen. Anyone else having this issue?

It's also happened when trying to use the fusee-interface-tk-mac tegragui tool.

MacBook Pro (Retina, 15-inch, Mid 2015)
OS: 10.14.6

As an aside, has anyone had issues with Chrome Injectors stalling out here:

Requesting access to device...
Using uploaded payload "hekate_ctcaer_5.0.2.bin"
Preparing to launch uploaded...
Connected to NVIDIA Corp. APX

--------------------- MERGED ---------------------------

I'm having a few issues:

Setup:
MacBook Pro (Retina, 15-inch, Mid 2015)
OS: 10.14.6

When I launch "macos launch command" my macbook pro completely boots me back to the login screen. Anyone else having this issue? It's also happened when trying to use the fusee-interface-tk-mac tegragui tool.


As an aside, has anyone had issues with Chrome Injectors stalling out here:

Requesting access to device...
Using uploaded payload "hekate_ctcaer_5.0.2.bin"
Preparing to launch uploaded...
Connected to NVIDIA Corp. APX <--- Nothing else happens after this

Any Help would be appreciate
 

GaniGundam

New Member
Newbie
Joined
Apr 23, 2020
Messages
1
Trophies
0
Age
28
Location
973 862 201
Website
bbcicecream.com
XP
40
Country
United States
I tried and this is the error i get. Any solutions ?


Identified a macOS system; setting up the appropriate backend.

Traceback (most recent call last):

File "./fusee-launcher.py", line 606, in <module>

raise e

File "./fusee-launcher.py", line 601, in <module>

device_id = switch.read_device_id()

File "./fusee-launcher.py", line 543, in read_device_id

return self.read(16)

File "./fusee-launcher.py", line 500, in read

return self.backend.read(length)

File "./fusee-launcher.py", line 118, in read

return bytes(self.dev.read(0x81, length, 1000))

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/core.py", line 983, in read

ret = fn(

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 828, in bulk_read

return self.__read(self.lib.libusb_bulk_transfer,

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 936, in __read

_check(retval)

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 595, in _check

raise USBError(_strerror(ret), ret, _libusb_errno[ret])

usb.core.USBError: [Errno 60] Operation timed out
 
Last edited by GaniGundam,

baitrod

Member
Newcomer
Joined
Jun 30, 2020
Messages
5
Trophies
0
Age
22
XP
38
Country
Turkey
I tried and this is the error i get. Any solutions ?


Identified a macOS system; setting up the appropriate backend.

Traceback (most recent call last):

File "./fusee-launcher.py", line 606, in <module>

raise e

File "./fusee-launcher.py", line 601, in <module>

device_id = switch.read_device_id()

File "./fusee-launcher.py", line 543, in read_device_id

return self.read(16)

File "./fusee-launcher.py", line 500, in read

return self.backend.read(length)

File "./fusee-launcher.py", line 118, in read

return bytes(self.dev.read(0x81, length, 1000))

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/core.py", line 983, in read

ret = fn(

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 828, in bulk_read

return self.__read(self.lib.libusb_bulk_transfer,

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 936, in __read

_check(retval)

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/usb/backend/libusb1.py", line 595, in _check

raise USBError(_strerror(ret), ret, _libusb_errno[ret])

usb.core.USBError: [Errno 60] Operation timed out
I'm getting the same error.. Have you found a solution yet?

I've also tried web injectors and a different launcher and none worked. I need to play TOTK, please help!!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    AncientBoi @ AncientBoi: [goes back to 🛌 ] zzzzzzzzzzzzzz +1