-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vivaldi not Loading Websites #22
Comments
Could you try these steps?
|
This issue only occurs when Zygisk-Assistant AND https://github.com/AndroidAudioMods/ViPER4Android is active. |
I've checked the log and I don't think the ViPER's bind mount is there at all and this is what the chromium crash log states: Have you tried without Shamiko as well? The issue doesn't seem related to either modules. |
Tested it now only with Viper4Android and Zygisk-Assistant and it doesnt work. Disabling on of them and it works. |
A Shamiko dev once helped me fix it with
Perhaps same issue with your module if you are mass umounting things |
This makes sense and it was mentioned in another issue too. But I didn't think that would be the case here since Viper module doesn't seem replace the OpenGL drivers. |
I am still looking on this too. I am not sure how OpenGL has to do with it. I only note that umount every module that mounts files in /vendor will cause this behavior. Note OpenGL is preloaded in zygote as well, so maybe there is some additional checks that will be inconsistent and fail after umounting? |
Also, this issue seems only exist on ksu. |
Oh, I figured it out! When there are files to be replaced, KSU mounts an I'm sure this is obvious, but when you call Zygote just closes these FDs after the fork because the path appears like I'm thinking of getting rid of This would also solve #11 but I'm not sure if that's how I want to solve that one because I think just replacing the FDs without actually removing the RROs from |
You've blown my mind wide open with this latest explanation - good work. You've helped explain a lot of weirdness I've been trying to work out on my side |
@marcoh242 Could you try the latest CI debug build and see if that fixes the problem? Also please attach the logs even if it works. |
Not working |
I see. I can't reproduce this bug on my only device probably because it's 4.9 and If anyone wants to give it a go, check linker logs with |
hello, i think i have similiar case, but with EDGE, i install 1f2e9d3 and edge just black screen, asa force close |
So I installed the latest(7cbb41b) version of Zygisk-Assistant with KSU and got finally my banking app running with that. Unfortunetely my browser vivaldi wont display any website anymore as long this module is active. Other browser work fine...so not sure where to look to debug that.
The text was updated successfully, but these errors were encountered: