Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Log Cat Error ContextResult::kFatalFailure

Tags:

java

android

I am getting the following error in Logcat when I run my app in the device or emulator:

[ERROR:context_group.cc(137)] ContextResult::kFatalFailure: WebGL1 blacklisted

Why am I getting this error?

enter image description here

like image 732
Devzone Avatar asked Nov 08 '22 03:11

Devzone


1 Answers

What's your device? I have that issue when using the emulator but it runs fine on my Samsung Galaxy J7 Pro.

From what I've found the issue is that software rendering is insufficient to handle webgl: https://bugreports.qt.io/browse/QTBUG-69236?focusedCommentId=413317&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel

like image 110
andreibosco Avatar answered Nov 15 '22 06:11

andreibosco