You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you put the option not to use the impeller in the manifest, it works normally but when you activate the impeller the same problem as reported above appears, and even removing the code that causes the reported problem this error appears:
[ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(522)] Break on 'ImpellerValidationBreak' to inspect point of failure: Unable to allocate a device buffer: ErrorFeatureNotPresent
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/blit_pass.cc(93)] Break on 'ImpellerValidationBreak' to inspect point of failure: Attempted to add a texture blit with no destination.
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(522)] Break on 'ImpellerValidationBreak' to inspect point of failure: Unable to allocate a device buffer: ErrorFeatureNotPresent
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/blit_pass.cc(93)] Break on 'ImpellerValidationBreak' to inspect point of failure: Attempted to add a texture blit with no destination.
What happened?
at es.antonborri.home_widget.HomeWidgetLaunchIntent.getActivity(HomeWidgetIntent.kt:39)
Fatal Exception: java.lang.IllegalArgumentException
pendingIntentBackgroundActivityStartMode must not be set when creating a PendingIntent
What do you expect?
update to the package
Relevant log output
Execute in a terminal and put output into the code block below
Output of: flutter doctor -v
On which Platform do you experience this issue?
Android
Other information
No response
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered: