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

playpopo

New Member
Newbie
Joined
Dec 1, 2017
Messages
3
Trophies
0
Age
47
XP
77
Country
United States
I receive the same error when installing tkinter
"Could not find a version that satisfies the requirement tkinter (from versions: )
No matching distribution found for tkinter"

Ignored it and everything was working fine.

My setup: 2016 MBP, macOS HighSierra, apple usb c cable <-> switch
 

marteen

Member
Newcomer
Joined
Aug 1, 2018
Messages
9
Trophies
0
Age
33
XP
88
Country
Germany
Well I still get: "Traceback (most recent call last):

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

switch = RCMHax(wait_for_device=arguments.wait, vid=arguments.vid, pid=arguments.pid)

File "fusee-launcher.py", line 286, in __init__

self.dev = self._find_device(vid, pid)

File "fusee-launcher.py", line 326, in _find_device

return usb.core.find(idVendor=vid, idProduct=pid)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/usb/core.py", line 1263, in find

raise NoBackendError('No backend available')

usb.core.NoBackendError: No backend available

Traceback (most recent call last):

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

switch = RCMHax(wait_for_device=arguments.wait, vid=arguments.vid, pid=arguments.pid)

File "fusee-launcher.py", line 286, in __init__

self.dev = self._find_device(vid, pid)

File "fusee-launcher.py", line 326, in _find_device"

return usb.core.find(idVendor=vid, idProduct=pid)

File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/usb/core.py", line 1263, in find

raise NoBackendError('No backend available')

usb.core.NoBackendError: No backend available"






And I don't understand.
Got the same problem. Any workaround out there?
 

trainboy2019

Well-Known Member
Member
Joined
Oct 6, 2015
Messages
1,114
Trophies
0
Age
23
Location
GA
XP
1,107
Country
United States
I receive the same error when installing tkinter
"Could not find a version that satisfies the requirement tkinter (from versions: )
No matching distribution found for tkinter"

Ignored it and everything was working fine.

My setup: 2016 MBP, macOS HighSierra, apple usb c cable <-> switch
Got the same problem. Any workaround out there?
What happens when you run this command?
Code:
python3 -m tkinter
Does a small window pop up? If so, you already have tkinter installed.
 

Akira

I'm not a SHRIMP!!!!
Member
Joined
Apr 28, 2013
Messages
1,246
Trophies
0
XP
1,666
Country
United States
Do you need to install some drivers in order for mac to detect the switch APX like what zadig is doing in windows?
 

BionicGecko

Well-Known Member
Member
Joined
Jun 22, 2018
Messages
103
Trophies
0
Age
48
XP
529
Country
Czech Republic
So without all these libraries installed, Switch wont be detected by just MacOS itself? Or only this app?

MacOS by itself won't see your Switch in RCM mode. When you run the python script, the script itself will use those libraries to scan your USB ports and locate your Switch - it is only visible through this app (i.e. the script will not transform your Switch into a standard USB device that you can mount like any USB stick). Those libraries are needed for the script to be able to read the USB ports. Without them the script won't work.
 
Last edited by BionicGecko,

Inkyino

Member
Newcomer
Joined
Aug 18, 2018
Messages
14
Trophies
0
Age
21
XP
72
Country
United States
Fusée Gelée Launcher for MacOS
This is a simple launcher for the ReSwitched team's fusee-launcher.

It contains no payloads. You must download and place the payloads in the "Payloads" directory.

Dependencies:
(All of these can be installed using ihaveamac's guide here.)
  • Python 3
  • libusb
  • pyusb
  • tkinter
1. Install brew via https://brew.sh
2. Install Python 3 and libusb: brew install python libusb
3. Install pyusb: python3 -mpip install pyusb
4. Install tkinter: python3 -mpip install tkinter
--note-- tkinter is installed on most Python3 installations by default

Usage
  1. Navigate to my repository here
  2. Click the green button that says "Clone or download"
  3. Download ZIP
  4. Find where the ZIP file downloaded and extract it.
  5. In the folder that was extracted place your Fusée payloads in the "Payload" folder.
  6. Enter RCM mode on the Switch (this will not be covered here)
  7. While in RCM mode, connect the Switch to a USB port on the computer (using a hub will likely not work!)
  8. Run one of the .command files by double-clicking on them.
  9. If using macOS launch.command, the script will list the available payloads (make sure they're in the Payloads folder).
  10. Type the name of the payload, including the .bin
Notes
- I'm doing my best to learn scripting and programming. I know this isn't the most professional thing in the world and can be improved. I just made something for myself to use and figured it would work well for others, too. My work pales in comparison to that which I'm building off of.

Credit
  • The entire ReSwitched team, of course
  • SciresM in particular, whom I really look up to as a programmer and as a person
  • @gbazone on GBATemp and his OS X tutorial
  • If I forgot anyone else I'm sorry - I love you too, don't worry! Let me know and I'll credit you here.
Download: Here
im confused while using this. I have a 2016 macbook pro with the usb c and im using a hub to plug my switch in. How do i put hekate v4 payload into this and send the payload?
 

OkazakiTheOtaku

no thanks, I don't want a custom title
OP
Member
Joined
Jul 20, 2016
Messages
1,461
Trophies
1
Location
127.0.0.1
XP
3,114
Country
Japan
im confused while using this. I have a 2016 macbook pro with the usb c and im using a hub to plug my switch in. How do i put hekate v4 payload into this and send the payload?
Find the .bin format payload and put it in the "Payload" folder. Then, just double click on the macOS Launch.command file. Make sure you install the dependencies beforehand, as listed on the GitHub page.
 
  • Like
Reactions: Inkyino

Ahito

Well-Known Member
Newcomer
Joined
Aug 26, 2018
Messages
83
Trophies
0
Age
38
XP
228
Country
Philippines
im newbie here i wang to asked if virtual Windows System on a Macbook Pro with the app TegraRcmGUI_v2.0 portable.can use in payload for nintendo switch atmosphere?im using macbook and im confused on using payload thing could somebody help me on the using the method for mac
 

OkazakiTheOtaku

no thanks, I don't want a custom title
OP
Member
Joined
Jul 20, 2016
Messages
1,461
Trophies
1
Location
127.0.0.1
XP
3,114
Country
Japan
im newbie here i wang to asked if virtual Windows System on a Macbook Pro with the app TegraRcmGUI_v2.0 portable.can use in payload for nintendo switch atmosphere?im using macbook and im confused on using payload thing could somebody help me on the using the method for mac
You don't need Windows at all for this software. It is completely standalone. Just follow the directions under "Usage" on the GitHub download page.
 

Ahito

Well-Known Member
Newcomer
Joined
Aug 26, 2018
Messages
83
Trophies
0
Age
38
XP
228
Country
Philippines
i have a problem after my switch jb using atmosphere i experience this most of the time after that i cannot open my switch anymore sadly to say i dont have andriod or windows to inject payload to open it iphone and mac i have but i dont know how i can use payload on mac.

what are the reason im expriencing it on my switch?how can i fixed the problem?im newbie here can somebody help me thanks
126964ED-34F4-4924-A942-7C855BDD0ADB.jpeg
 
Last edited by Ahito,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Sonic Angel Knight @ Sonic Angel Knight: :blink: