Magisk-Modules-Alt-Repo/open_webview

Webview crashes immediately due to missing .relro files

embeddedtofu opened this issue · 2 comments

After installation webview should generate the

/data/misc/shared_relro/libwebviewchromium64.relro
/data/misc/shared_relro/libwebviewchromium32.relro

files, which does not happen with this module. As such, any app depending on webview crashes.

As far as I can tell, the Bromite version isn't the issue as I tried that, even by modifying the module. Copying the original .relro files is useless, too.

LineageOS 18.1 (Android 11.0)

F3FFO commented

Hey @embeddedtofu , I understand the problem I have to investigate better about it. Have you tried to update the webView version and restart the device after installing the form?

F3FFO commented

I've done some tests and I can confirm that those files are not automatically generated when installing the module. In the next few days I'm going to work on it so if you have any suggestions on how to solve them, they are welcome. Anyway from the tests I understand that once the module is installed if you update bromite webview to the latest version those files are generated and you should be back to everything working!