Skip to content

[Impeller] Black screen with error log on android platform #110844

@ColdPaleLight

Description

@ColdPaleLight

Run any flutter project for Android platform with --enable-impeller in master channel with local engine (android_debug_unopt), then you will see a black screen with a black screen with following log:

Launching lib/main.dart on M2011K2C in debug mode...
Running Gradle task 'assembleDebug'...
✓  Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk...
E/flutter (23427): [ERROR:flutter/shell/platform/android/android_surface_gl_impeller.cc(75)] Using the Impeller rendering backend.
Debug service listening on ws://127.0.0.1:64095/L3MhH5o4hiQ=/ws
Syncing files to device M2011K2C...
E/flutter (23427): [ERROR:flutter/impeller/base/validation.cc(27)] The StoreAction must be DontCare when attaching a device transient texture.
E/flutter (23427): [ERROR:flutter/impeller/base/validation.cc(38)] Break on ImpellerValidationBreak to inspect point of failure.
E/flutter (23427): [ERROR:flutter/impeller/base/validation.cc(27)] The StoreAction must be DontCare when attaching a device transient texture.
E/flutter (23427): [ERROR:flutter/impeller/base/validation.cc(38)] Break on ImpellerValidationBreak to inspect point of failure.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions