o0Zz / sys-con

Nintendo Switch sysmodule that allows support for third-party controllers (XBox, PSX, PC, ...)
GNU General Public License v3.0
74 stars 6 forks source link

Switch crashes after I updated to 18.1.0 #15

Closed Jayacheal closed 5 months ago

Jayacheal commented 5 months ago

Panic occurred while running atmosphere.

Title ID: 690000000000000D Error: std::abort (0xFFE)

here is the fatal error report in case you need it: report_0ebaed06.zip

texita commented 5 months ago

That's because of sys-con version mismatching atmosphere version.

if you are on atmosphere 1.6.x use this: https://github.com/o0Zz/sys-con/releases/download/1.1.1/sys-con-1.1.1-ATMOSPHERE-1.6.2.zip

if you are on atmosphere 1.7.x use this: https://github.com/o0Zz/sys-con/releases/download/1.1.1/sys-con-1.1.1-ATMOSPHERE-1.7.0.zip

or simply delete the sys-con folder in sdmc:/atmosphere/contents/690000000000000D and your atmosphere will be booting again

Jayacheal commented 5 months ago

I am using atmosphere 1.7.1 and I did download the version made for 1.7.0, it was working before I updated the firmware from 18.0.1 to 18.1.0. I did delete the sys-con folder to boot but that doesn't solve my problem since I want to use sys-con.

o0Zz commented 5 months ago

Could you please check if this build fix your crash ? (It has been build with the latest atmosphere lib), Thanks sys-con-1.1.1+15-ATMOSPHERE-1.7.x.zip

Jayacheal commented 5 months ago

this fixed the crash and everything is working as intended, thanks!