Failed to load libGLESv2.so
See original GitHub issueHi, 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:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 rootswiftshader
and find at system you installlibgles2-mesa
all fileslibEGL.so.*
andlibEGL.so.*
(total 4 or 6 files, do not copy symlinks) and copy to newly created directory - you are done.@rogerwang PR #6170