You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two patches modify the same method but don’t use a mutableMethod to resolve the instruction indices, so that the indices of the original method are used which might be invalid after one patch has already modified the method.
Relevant log output
[0x93] register v6 has type Long (Low Half) but expected Precise Reference: java.lang.String
Type
Error at runtime
Bug description
Occurred in ReVanced/revanced-patches#2177
Steps to reproduce
Two patches modify the same method but don’t use a
mutableMethod
to resolve the instruction indices, so that the indices of the original method are used which might be invalid after one patch has already modified the method.Relevant log output
[0x93] register v6 has type Long (Low Half) but expected Precise Reference: java.lang.String
Screenshots or videos
No response
Solution
No response
Additional context
Temporary fix for
spoof-wifi-connection
implemented in ReVanced/revanced-patches#2199Acknowledgements
The text was updated successfully, but these errors were encountered: