The GL proc resolver's glGetString(GL_VERSION) failed

Which Khadas SBC do you use?

Edge V

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu 18.04.6

Which version of system do you use? Khadas official images, self built images, or others?

Khadas images

Please describe your issue below:

I am try to run Flutter in Visual Studio Code and get error
“[FATAL:flutter/shell/gpu/gpu_surface_gl_delegate.cc(57)]Check failed:gl_version_string.The GL proc resolver’s glGetString(GL_VERSION)failed”
What should do? Please…

Post a console log of your issue below:

@PLAYJOY I wll check it.

1 Like

@PLAYJOY which one flutter version you used ? How can I get it.

1 Like

I use flutter 3.1.0 follow link
command:
sudo snap install flutter --classic

and Extension on visual studio code

@PLAYJOY Ubuntu 18.04 don’t have sap command at default. So I try other way to install flutter

$ git clone https://github.com/flutter/flutter.git
$ export PATH="$PATH:/home/khadas/flutter/bin"
$ flutter precache
$ flutter doctor

But I don’t have a flutter app. So I can’t run flutter run.

Can you try my way to test ?

I have been tested on your installation command, but same error results.
error “[FATAL:flutter/shell/gpu/gpu_surface_gl_delegate.cc(57)]Check failed:gl_version_string.The GL proc resolver’s glGetString(GL_VERSION)failed”

you can install Flutter follow

  1. install visual studio code
    Download Visual Studio Code - Mac, Linux, Windows
    2.instal Extention on visual studio code
    • flutter
    • dart
  2. sdk flutter
    Linux install | Flutter
  3. new Project
    5.run command “flutter run”