question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to load libGLESv2.so

See original GitHub issue

Hi, I’ve upgraded NWJS Version from 0.24.4 (works fine) to 0.25 SDK, made a build for linux (ubuntu 16), on macos using https://github.com/evshiron/nwjs-builder-phoenix. win, macos builds - work fine.

while starting app on linux I see blank screen, running app from terminal leads to error output in cycle.

[3594:3594:0907/105316.147021:ERROR:gl_implementation.cc(245)] Failed to load /linux-x64/swiftshader/libGLESv2.so: /linux-x64/swiftshader/libGLESv2.so: cannot open shared object file: No such file or directory
[3594:3594:0907/105316.152250:ERROR:gpu_child_thread.cc(252)] Exiting GPU process due to errors during initialization

Downloaded directly https://dl.nwjs.io/v0.25.0/nwjs-sdk-v0.25.0-linux-x64.tar.gz - starts and is operational, including dev-tools

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
cryomicommented, Sep 22, 2017

Welcome to the club, I did a workaround as well. Install libgles2-mesa package or something like that - it will install necessary libs. Created directory in project root swiftshader and find at system you install libgles2-mesa all files libEGL.so.* and libEGL.so.* (total 4 or 6 files, do not copy symlinks) and copy to newly created directory - you are done.

1reaction
bjoernneumanncommented, Sep 22, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

Error libGLESv2.so.2: cannot open shared object file: No such ...
I'm trying to excecute: tileserver-gl switzerland.mbtiles --verbose and this Error pops up. Waht can I do to avoid this error and where can ......
Read more >
1878916 – Chromium package might have missing OpenGL ...
Run dnf install -y chromium 2. ... Failed to load /usr/lib64/chromium-browser/libGLESv2.so: /usr/lib64/chromium-browser/libGLESv2.so: cannot ...
Read more >
#977870 - Failed to load /usr/lib/chromium/libGLESv2.so
Debian Bug report logs - #977870. Failed to load /usr/lib/chromium/libGLESv2.so. version graph. Package: chromium; Maintainer for chromium is ...
Read more >
Games that uses libGLESv2.so doen't work in raspbian stretch
error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory.
Read more >
libGLESv2.so.2: cannot open shared object file - Qt Forum
When deploying, libGLESv2.so.2: cannot open shared object file: No such file or directory error occurs. I don't know what could be the cause ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found