-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
flutter/engine
#35881Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
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 listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version