topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
47.66k stars 12.1k forks source link

Modules no longer working #6758

Closed Efpophis closed 1 year ago

Efpophis commented 1 year ago

Device: OnePlus 8T Android version: 13 Magisk version name: debug Magisk version code: 25210

Magisk modules fail to load on startup, have no runtime effect. Logs show a "no such come or directory" error when attempting to mount mirrors. magisk_log_2023-03-17T15.39.55.log

Efpophis commented 1 year ago

I should mention that, inspecting the mount paths shown in the logs, there is no modules director under /dev/{random garbage}/.magisk. Lots of other magisk stuff in there, but no modules.

Efpophis commented 1 year ago

Further troubleshooting shows that only modules that overlay the filesystem seem to be impacted. For example, universal safety net fix seems to work, but the systemless hosts module from within magisk itself fails to even install. I can install a module I made that puts some files into /system, but it doesn't actually end up putting them there.

canyie commented 1 year ago

Duplicate of #6688