HeapsIO / heaps

Heaps : Haxe Game Framework

Home Page:http://heaps.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low FPS and error " mali gles error info : 95 " on Android native app

opened this issue · comments

Hello.
When I build and run android app World sample on Huawei Honor 9 lite or Huawei P20 lite FPS drops from 60 to 1.4.
Every frame an error "mali gles error info : 95" appears in log.

Both phones have ARM Mali-T830 MP2 videocard. There is no such problem on a phone with Mali-T820, where the same app was tested too. Linux and JS builds works ok.

The problem appears in every project where is 3D model rendering.
2D render works just fine. h3d.parts.GpuParticles from World sample works ok too.

Here is part of the log from Android Studio:
android-log.txt

Sorry, can't help with the problem, but how did you build the Android app? Did you follow some guide or have a repo to share?