Closed ghost closed 9 years ago
Did you extract the archive to the root of the SD card?
Yes, I installed it just fine on my other n3ds (9.9.0-27E)
For what is worth another user reported the same issue on GBAtemp only he was using an o3ds
Never had this issue myself, so it's harder to debug/fix.
OH. Your version isn't in the archive, weird...
EDIT1: I even verified I had all versions in the newest archive too.
EDIT2: "another user reported the same issue" <- Except that the file actually did exist in the v1.0 archive.
EDIT3: That version is only valid for the JPN Home Menu AFAIK.
@galaktb Did you ever mess with titles installed on NAND at all?
Nope I didn't mess with the NAND, and the user reported the issue on 1.0, I don't know if he got it working with 1.2
The cause of this was discovered by megazig via NS code-RE(#3dsdev) yesterday - a fix should be implemented eventually.
My workaround for this issue was to have only the single required file in the theme payload folder. Check your error message for the one that you need. Worked for me!
@gingerbeardman Can you take a pic of the bottom-screen while the installer is displaying the error for that, like with the image above?
EDIT: Likewise for anyone else where it failed to find the .lz while it actually existed on SD.
Same prob
@yellows8 sadly I can't reproduce it :(
have tried removing themehax and redoing it via tubehax, but all has gone fine this time.
@Miraku62 That's the same fail that triggered due to APT for the one that opened this issue.
@gingerbeardman Even with the themepayload directory completely restored? I guess you don't remember what error it displayed for "Install failed: X" either?
@yellows8 it was error 0x00000002 I know because I just checked my google search history.
@gingerbeardman / Anyone else where the installer failed to find the .lz even though it actually existed on SD: what's your full system-version and 3DS system?
1d494465f0fea3073d105c8054832819853ebd79 1584c2c4b1d0923822c5a05fe2ea15de0ad27ecc
The former fixes the issue with the installer using the wrong Home Menu title-version. I don't know if the issue where it fails to find the .lz even though it exists on SD, was fixed or not, so I'm leaving this open(please leave comments here if that's an issue here at next release).
I've got the same issue, O3DS, USA, running 9.7.0-25. Weird stuff.
Doesnt work on old 3ds El 01/10/2015 09:00, "t0iletduck" notifications@github.com escribió:
I've got the same issue, O3DS, USA, running 9.7.0-25. Weird stuff.
— Reply to this email directly or view it on GitHub https://github.com/yellows8/3ds_homemenuhax/issues/2#issuecomment-144638540 .
@angelcraft What system-version?
9.0.0-10.0 El 01/10/2015 16:00, "yellows8" notifications@github.com escribió:
@angelcraft https://github.com/angelcraft What system-version?
— Reply to this email directly or view it on GitHub https://github.com/yellows8/3ds_homemenuhax/issues/2#issuecomment-144734457 .
"Doesnt work" is useless without any 3ds image(see original comment).
When will be released the new release of homemennuhax, that will work on firmware 9.7.0-25 ?
Maybe around the time of the 2.5 payload release, if it's after the usual Monday-sysupdate-timeframe.
This week or not? U release arm exploit or other person? El 15/10/2015 22:47, "angel lazaro ramirez" angellazaroramirez@gmail.com escribió:
Can u do it??!!'??'!??! El 15/10/2015 22:45, "yellows8" notifications@github.com escribió:
Maybe around the time of the 2.5 payload release, if it's after the usual Monday-sysupdate-timeframe.
— Reply to this email directly or view it on GitHub https://github.com/yellows8/3ds_homemenuhax/issues/2#issuecomment-148515064 .
Stop asking these unrelated questions. You will get no answer on these types of questions anyway.
He responds me yesterday
Indeed, please stop. "He responds me yesterday" Don't know what you're talking about.
Ok alright :( El 18/10/2015 18:19, "yellows8" notifications@github.com escribió:
Indeed, please stop. "He responds me yesterday" Don't know what you're talking about.
— Reply to this email directly or view it on GitHub https://github.com/yellows8/3ds_homemenuhax/issues/2#issuecomment-149027719 .
We have this monday/tuesday an update to 10.2 -_- El 18/10/2015 18:20, "angel lazaro ramirez" angellazaroramirez@gmail.com escribió:
Ok alright :( El 18/10/2015 18:19, "yellows8" notifications@github.com escribió:
Indeed, please stop. "He responds me yesterday" Don't know what you're talking about.
— Reply to this email directly or view it on GitHub https://github.com/yellows8/3ds_homemenuhax/issues/2#issuecomment-149027719 .
Also NOT working with 9.7.0-25U on Old 3DS.
Confirmed I have the same system version and error as VicksDayQuil on an old3ds. Tried multiple times, confirmed extdata exists, and followed steps correctly. I believe, as previously stated, the .lz for this system menu version isn't included. I would like to compile it myself if that's possible, but I'm not sure how to do so exactly. Any help is appreciated. Sorry if this is redundant.
codenine1, if you can figure out how to compile it yourself, please tell me because I would love to know. Thanks
I won't lie, the build documentation is beyond me. I have linux and windows but does linux normally have the commands in the shell for creating builds from makefiles or would I need to set up something myself for that. The documentation starts with the 'make' command, but I'm not really sure how to get to that point. If I'm being too much noob for this then I understand, just curious.
EDIT: I was able to get through MINIGW and MINSYS, but it returns the error:
Makefile:6: *\ "Please set DEVKITARM in your environment. export DEVKITARM=
Do I need to install Devkit Pro first?
@codenine1 Indeed this repo isn't hard to be built. Just get DevKitPro, and ensure its msys is checked.
Then you should have python3 installed. If you're on windows, you have to copy the installed python.exe to python3.exe and make sure those are in PATH and you can see python3 --version
.
Open DevkitPro Msys console, Then try to use the long make option mentioned in README.md.
Well. I may forgot something how i set up the build enviorment, but have a try yourself first, would you?
@Syphurith Any hints on how to set up the build environment?
@VicksDayQuil To build it you need several things currently. Remember to change those paths
CTRULIB
as where your ctrulib is, the folder containing lib/include/..set CTRULIB=D:\DevKitPro\libctru
. Yeh you could build it from source.D:\DevKitPro\aemstro
.set AEMSTRO=D:\DevKitPro\aemstro
.I used to set vars in console (cmd.exe) before launch the msys.
set CTRULIB=D:\DevKitPro\libctru
set AEMSTRO=D:\DevKitPro\aemstro
start D:\DevkitPro\msys\msys.bat
and in the msys, turn to this repo. Something as cd 'D:\Dev\Homemenuhax'
.
#For themedata
make LOADSDPAYLOAD=1 USE_PADCHECK=0x200 ENABLE_LOADROPBIN=1 ENABLE_HBLAUNCHER=1 LOADSDCFG_PADCHECK=1 MENUROP_PATH=menurop_prebuilt
#For Installer
#cd themehax_installer
make
For cia version of installer, you would have to write a valid rsf for that. I don't have it.
For themedata, please note you can not use >=1.3 themedata for a 1.2 installer.
Installer haven't be adjusted to the new 2.5 payload. You may have to find an older version of bin.
I've built the repo hours ago, and tried with it hard. Latest version not working for me, messed up.
Neither on 1.0 or 1.2