Can bootloader-screen be used to load .3dsx files? Or do you need an arm9loaderhax.bin payload for each entry?
then you should post your boot_config and the path where you had put your cake.dat, also you should(if available) post your arm9bootloader.log, then maybe somebody could help your, or I will try it tomorrow since its 4am here.tried that, like I said the a9lh bin causes a black screen.
Here is a alpha alpha version of my bootloader(including the bootloaderloader), were I included the screen init code, I added the "screenEnabled" value to the configuration file, to allow turning screen init on and off for payloads(default is off). 0 means off, 1 means on.

This version should mostly be a bootctr port, but after everything is working correctly I will maybe make an alternativ version with file selection, or an ctrbootmanager port to arm9, don't realy know it yet.Nice work! Is it possible to integrate some type of brahma-like menu into the payload directly, or would the file size be too big? If not, would it be possible to redirect it to another payload (like you did it with arm9loaderhax --> bootctr/arm9bootloader.bin) that loads a menu?

Which payload have you tried to load?all i got was a flashy screen
many are already in the bootctr thread, but mostly it 0 for arm9loader.bin files and 0x12000 for .dat files.one question how do i find the offset on a file like reinand.dat?

Trying to load aureinand and i boot up the screen init and all I see is flashy screenWhich payload have you tried to load?
many are already in the bootctr thread, but mostly it 0 for arm9loader.bin files and 0x12000 for .dat files.
Is there a splash screen on your sd for aureinand? Also the.dat file needs to be compatible with arm9loaderhax to work, for example only a self compiled version of the offizial reinand will work, because there is no release with fixed mpu setting yet.Trying to load aureinand and i boot up the screen init and all I see is flashy screen
Then I press r cause Thats what I set reinand.DAT to and it didn't load
or simpy don't set screen enabled to anything different than 0, because for aureinand there is no need to enable the display, that would help to, but I have set the flag since I started using aureinand with a9lh, just to be sure xDIf you're using AuReiNAND with @RednaxelaNnamtra's thing, I would suggest setting the /rei/installeda9lh flag.
Using their tool might break A9LH detection (or not, but safety!) and it'd such if someone used this with the "swap sys/emunand" tutorial, updated, and lost it all... it'd suck.
Just tossing it out there as a theoretical.

I don't have a splash screen and can u link me to a compatible reinand.dat also I'm using the aureinand reinand.dat that comes in the packIs there a splash screen on your sd for aureinand? Also the.dat file needs to be compatible with arm9loaderhax to work, for example only a self compiled version of the offizial reinand will work, because there is no release with fixed mpu setting yet.
--------------------- MERGED ---------------------------
or simpy don't set screen enabled to anything different than 0, because for aureinand there is no need to enable the display, that would help to, but I have set the flag since I started using aureinand with a9lh, just to be sure xD
github aureinand releases.I don't have a splash screen and can u link me to a compatible reinand.dat also I'm using the aureinand reinand.dat that comes in the pack
--------------------- MERGED ---------------------------
If possible can someone send me a precompiled version![]()
Put splash.bin from a regular reinand build into the \rei folderI don't have a splash screen and can u link me to a compatible reinand.dat also I'm using the aureinand reinand.dat that comes in the pack
--------------------- MERGED ---------------------------
If possible can someone send me a precompiled version![]()
[KEY_A]
path = /Decrypt9WIP.bin
screenEnabled = 1
delay = 100
offset = 0
payload = -1

Cheers to @Supster131 for posting this in #cakey IRC
EDIT: a9lh users only
EDIT2: USE AT YOUR OWN RISK
This is a early port of Decrypt9WIP that will work in conjunction with @RednaxelaNnamtra 's port of bootctr.
Add a entry in your boot_config.ini and hold A on boot to load.
Code:[KEY_A] path = /Decrypt9WIP.bin screenEnabled = 1 delay = 100 offset = 0 payload = -1