Open hexdefined opened 2 months ago
Can confirm this is the cause of most of the recent "Oops" error related regressions/issues. @skittles9823 @paphonb
Until the QuickSwitch app gets fixed users can add the following line to the bottom of /data/adb/magisk/util_functions.sh and it should get things working:
NVBASE=/data/adb
Can confirm this is the cause of most of the recent "Oops" error related regressions/issues. @skittles9823 @paphonb
Until the QuickSwitch app gets fixed users can add the following line to the bottom of /data/adb/magisk/util_functions.sh and it should get things working:
NVBASE=/data/adb
This worked for me, thanks!
Magisk removed the
NVBASE
variable in https://github.com/topjohnwu/Magisk/commit/d33b077a13b34691a7f1fd3643336e09383ced78, causingget_modpath.sh
in the app to fail, because it usesutil_functions.sh
and assumesNVBASE
has been set.