My game crashes related to WebView

Several people (14, 12, 11, 10 android) have my game crashing. And some people don’t start at all. In the play console writes this error:

ANR failures and errors
Failure at the OS level
Error
Problem 1 of 1
Found on 3 devices during testing
Stack trace
[FATAL:crashpad_client_linux.cc(561)] Render process (23815)'s crash wasn’t handled by all associated webviews, triggering application crash.
backtrace:
#00 pc 0x0000000000000000018ab394 /data/app/~~~RMV_tlc6LWFhT48w32WMXg==/com.google.android.webview-73zxk7nQIDQMNxPCEzjTXA==/WebViewGoogle.apk!libmonochrome.so (BuildId: 0800d6a7294fbda9e42e3546b22bd3c5f2a6ee06)

I don’t know how to fix it, maybe it’s the engine? Maybe he’s using an old version of WebView.

1 Like

I found the solution myself. The problem was the large number of scenes, I reduced them from 250 to about 200 and the error is gone.