Run a game and then press the power button once, screen turns off, press power button again and nothing happens. Have to then hold power button for 12 seconds to turn the switch off and reboothow do i recreate your error?
Run a game and then press the power button once, screen turns off, press power button again and nothing happens. Have to then hold power button for 12 seconds to turn the switch off and reboothow do i recreate your error?
Wasn't this issue mentioned in release files of atmosphere? I think so and it wasn't an atmosphere issue but with the outdated sysmodules or so.As a noob got everything to work (games start and tinfoil works) thanks guys, only problem is when a game is running, if i lock the switch the screen wont turn back on when pressing the power button, i have to turn it off and reboot with fusee
Yeah i have just read over them and seems to be an issue when using sys-clk, which i do have.Wasn't this issue mentioned in release files of atmosphere? I think so and it wasn't an atmosphere issue but with the outdated sysmodules or so.
Sys-clk has a fixYeah i have just read over them and seems to be an issue when using sys-clk, which i do have.
What version of sys-patch??the pre pre release 19.0 + new hekate + syspatch seems to be fine for me so far. thanks to all the contributors.
This works, thank you.
Modded fusee.bin - FS/ES/NFIM/Loader IPS patches.
NOTE: These will only run NSP/XCI - NRO forwarders are not working, these will need recompiled with new software to work. So will some homebrew.
This is ONLY for FW19 and the pre release - atmosphere-1.8.0-preprerelease-5717ea6c0, Once Atmosphere gets updated you will need to update the loader patch. Also these patches might be subject to change so only download if you really need to test FW 19, I recommend you stay on 18.1.0 for now.
Post automatically merged:
EDIT:
Finaly I got NRO forwarders to work. You need to update hacbrewpack - I changed 2 files, although I probably only needed to edit 1. In HBMenu.json you need to change this:
Code:"type": "debug_flags", "value": { "allow_debug": false, "force_debug_prod": false, "force_debug": true }
Also I added this key to extkeys.c - but I probably didn't need to:
Code:else if (strcmp(key, "xci_t1_titlekey_kek_00") == 0) { matched_key = 1; }
When I rebuilt the NRO forwarders it worked, So that means that the patches are good :-)...
Done.you need new tool and set flag. npdmtool.exe has a pull request for the needed change. Or you can wait for @impeeza who is coming back soon.
"allow_debug": false,
"force_debug_prod": false, <= add this line
"force_debug": true
NRO path: /switch/off_switch.nroCould you make a forwarder for 19 for this one please I don't have a windows PC
I've no idea on what you are talking about, everything is working fine on my end.Used the new sys patches it says failed to apply nosigpatch press power to continue so I do and it works perfectly any way to get rid of that message on boot so I don't have to get up to press power button
What did you change in sys-patch?Updated Sys-Patch.
Modded to work on FW19, I changed a couple of patches -ES patch is new for FW18 + 19. Added new FS patches for FW19. Other patches remain the same.
For Noobs (like me), this will save you needing to use a modded fusee.bin or patches.ini.
NOTE:
If you have IPS/Patches.ini installed and use this at the same time - on FW19 - nocntchk_FW19_1 will say it's unpatched,even though it is. I couldn't find in the code how to fix this as it works OK and shows patched if not using ips/patches.ini to patch that address?
No worries, also I reuploaded the nro forwarder with an Icon I just made in photoshop.I had to reinstall it all with out patches.ini and the other files from earlier and it is now working
Thanks I like the logo on the nspNo worries, also I reuploaded the nro forwarder with an Icon I just made in photoshop.
This new patch was written by BorntoHonk, here's a quote from him to why it was added:@miniminx, I have a 2 questions about this:
.nosigchk=0:0x074524:0x4:C0030054,10000014
1) Why 10000014, and not 07000014?
2) Why only case 8 and not others? Why it so special?
Patch works even without this. Also, on older fw this was not needed.
Ensures we hit that TBNZ condition with a zero NOP'ing the chain and do not go down to the 0x200 test.