-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux support #8
Comments
nton build -n Quake3Arena -i /home/will/Downloads/Quake-III-Arena-icon.png --sdmc "/media/will/SWITCH SD/switch/Q3ArenaNX/Q3ArenaNX.nro" This is not working as well! |
Hi, the initial error is because you did not encapsulate the sdmc path with quotes. You did that in your next comment, however, you seem to still have issues? What is the error exactly? I have noticed that you did not supply the path to the NRO still. You still need to supply the path to the NRO. E.g., You are also using --sdmc incorrectly. --sdmc should be specifying the path to the nro relative to the microSD card root. In this case it should be
P.S. You shouldn't need to specify your own Icon and Name unless you want to explicitly use a different name and icon than whats in the NRO metadata, or if the NRO does not have Icon data. |
Hmmm do you have an solution for that issue what is coming up now: Traceback (most recent call last): |
What command did you make? At a glance it seems as if the path to the NRO file resolved as nothing. |
nton build --sdmc /switch/Q3ArenaNX/Q3ArenaNX.nro "/media/will/SWITCH SD/switch/Q3ArenaNX/Q3ArenaNX.nro" |
Did you install all of the dependencies listed in the readme? It sounds like you may not put them next to nton, or did not put them in the PATH Environment Variable. |
OK sorry for that. Im feeling a bit unsure about installing these dependencies on my Debian System. When i should have success i will let you know. |
Yes, unfortunately, I don't think NTON supports Linux as of yet. This is mainly because of the dependencies as you have noticed. nstool is supported on Linux, but hacPack and hacBrewPack do not seem to be. At least there are no Linux binaries officially released for them anyway. However, there are some old unofficial builds here: https://github.com/The-4n/hacBrewPack/issues/5 but support for them with NTON is not verified. Building for Linux seems possible, but it just seems like the developer is not making any official builds on Linux for them. Maybe try the older builds and see if they work, if not maybe try see if you can get it compiled yourself by following the instructions in the README. |
nton build -n Quake3Arena -i /home/will/Downloads/Quake-III-Arena-icon.png --sdmc /media/will/SWITCH SD/switch/Q3ArenaNX/Q3ArenaNX.nro
Downloading a list of Game Title IDs...
2023-01-26 15:56:08 [I] nton.main : nton version 1.2.0 Copyright (c) 2022-2023 rlaphoenix
2023-01-26 15:56:08 [I] nton.main : https://github.com/rlaphoenix/nton
2023-01-26 15:56:08 [I] build : Building!
2023-01-26 15:56:08 [E] build : The NRO path "SD/switch/Q3ArenaNX/Q3ArenaNX.nro" does not exist, or is not a file.
Any idea?
The text was updated successfully, but these errors were encountered: