when I run my app in Flutter, I get this error:
Launching libmain.dart on Windows in debug mode…
√ Built buildwindowsx64runnerDebugperfume_finder.exe
Connecting to VM Service at ws://127.0.0.1:49631/Z4KZ6agj2vw=/ws
[FATAL:..flutter/impeller/renderer/backend/gles/proc_table_gles.h(39)] Fatal GL Error GL_INVALID_VALUE(1281) encountered on call to glTexImage2D
Lost connection to the device.
Exited.
I even run flutter run -no–impeller
but still, the error persists!