tomvita / EdiZon-SE

💡 A Fork from EdiZon that focus solely on extending memory training capabilities. Supports bookmark, range search, unknown value search and pointer chain search.
GNU General Public License v2.0
424 stars 24 forks source link

Hang in input value page #7

Open chrismok23 opened 3 years ago

chrismok23 commented 3 years ago

My SW is using 11.0.1, when I input the value in value tab, the system will be freeze. unnamed

ylorn commented 3 years ago

I have the same issue as well on 11.0.1 (atmosphere 0.17.1) where the Edizon-SE froze when bringing up the keyboard

Ningyoplug commented 3 years ago

Same issue, happened twice already. Latest atmosphere & firmware. Both times i was using the switch in handheld mode. Hasn't happened in docked mode yet to me. In case this is useful.

Edit: tried again, another freeze. It seems it always happens when im using the switch in handheld mode but never when using it docked. I think the issue might be related to that.

tomvita commented 3 years ago

Reduce the number of sysmodules loaded. Some games like MHR demo having tesla loaded is sure to crash.

chrismok23 commented 3 years ago

Reduce the number of sysmodules loaded. Some games like MHR demo having tesla loaded is sure to crash.

So will it be fixed next version?

xadox-1st commented 3 years ago

Same for me: https://github.com/tomvita/EdiZon-SE/issues/12#issue-797692880

Could solve if by downgrading Switch FW to 10.0.2 with daybreak.

ca1e commented 3 years ago

same issue.11.0.1 &ams0.18.1.will it be fixed?

ca1e commented 3 years ago

tesla sysmodule loaded when it be froze.cant it be compatible?

tomvita commented 3 years ago

tesla can be toggle off using hekate tool box. https://github.com/WerWolv/Hekate-Toolbox.

You may have sysmodule that don't have a toolbox.json file. Here is an example. You can create it easily. { "name" : "sys-clk", "tid" : "00FF0000636C6BFF", "requires_reboot": false } When you have this file hekate toolbox will list it and let you manage it, otherwise it won't

Try first turning off all the sysmodule, check that the problem is solved then turn them back on to find out what you can run concurrently.

Sotam commented 3 years ago

Disabling Tesla seems to be working, thanks @tomvita :-)