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
33
XP
47
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
  • Julie_Pilgrim @ Julie_Pilgrim:
    that game's engine is really fucking intensive so it runs like literal shit on xbox 360 and ps3
  • Veho @ Veho:
    Nah I'm getting value creep again. I look at a $50 console "but for just a few more dollars you could get XYZ" and I end up considering the Steam Deck.
    +2
  • Julie_Pilgrim @ Julie_Pilgrim:
    like the lighting in that game was genuinely so good
  • Veho @ Veho:
    Not getting dragged into that again.
  • Julie_Pilgrim @ Julie_Pilgrim:
    i dont get why they didn't port the one game that ran the worst on consoles, to pc
  • Julie_Pilgrim @ Julie_Pilgrim:
    like you port everything to pc except the one game where it would make the most sense. why. what do you gain from this
  • Julie_Pilgrim @ Julie_Pilgrim:
    is sega just personally fucking with me? are they laughing while watching me through my kinect camera as i get up to restart my xbox for the third time because the game froze again
  • K3Nv2 @ K3Nv2:
    Buy handhelds from five below better quality
  • K3Nv2 @ K3Nv2:
    Valve probably going to do another refresh of the deck this fall with rog ally like specs tbh
    +1
  • Veho @ Veho:
    A smaller form factor would be nice too.
    +1
  • K3Nv2 @ K3Nv2:
    A shield portable 2 would be nice aye Nvidia
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    The big leap in all things tech is when carbon based chips start hitting.
  • Psionic Roshambo @ Psionic Roshambo:
    Longer battery life cooler temps and faster! What's not to like lol (probably expensive as hell)
  • AncientBoi @ AncientBoi:
    [checks my dildo(s) batteries, coolant and lube] :O [promptly replaces them] :D
    +1
  • BigOnYa @ BigOnYa:
    Lol not even for sale yet to public, and already sold out. I'd like to get one but ill wait for the hype to calm down.
    +1
  • a_username_that_is_cool @ a_username_that_is_cool:
    I'm pretty sure I wasn't on GBAtemp at all yesterday, whenever I tried to go onto the website I got an unexpected database error
  • BigOnYa @ BigOnYa:
    We all teamed together and decided you needed a day off, so we blocked you.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No one expects the database errors!!!
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Hey a thought occurred to me... If they are unexpected database errors, are there expected database errors?
    +1
  • K3Nv2 @ K3Nv2:
    @BigOnYa, that's just a pre-order term to make the product look better it's not sold out
    +1
  • K3Nv2 @ K3Nv2:
    Never expect a website to last 24/7 it's like section 8
    K3Nv2 @ K3Nv2: Never expect a website to last 24/7 it's like section 8