box64 icon indicating copy to clipboard operation
box64 copied to clipboard

Werid warning while using native(wrapped) libEGL.so.1

Open kaixindeken opened this issue 1 year ago • 3 comments

I'm running apps on Pioneer Box (RISC-V).

When I ran the wemeet with box64, the following very strange warning appeared

Using native(wrapped) libXinerama.so.1
Using native(wrapped) libpulse.so.0
Using native(wrapped) libudev.so.1
Using native(wrapped) libEGL.so.1
Look for eglCreateContext in loaded elfs
Warning, function eglCreateContext not found in lib libGL.so.1
Look for eglGetDisplay in loaded elfs
Warning, function eglGetDisplay not found in lib libGL.so.1
Look for eglQuerySurface in loaded elfs
Warning, function eglQuerySurface not found in lib libGL.so.1
Look for eglMakeCurrent in loaded elfs
Warning, function eglMakeCurrent not found in lib libGL.so.1
Look for eglDestroyContext in loaded elfs
Warning, function eglDestroyContext not found in lib libGL.so.1
Look for eglGetError in loaded elfs
Warning, function eglGetError not found in lib libGL.so.1
Look for eglChooseConfig in loaded elfs
Warning, function eglChooseConfig not found in lib libGL.so.1
Look for eglSwapBuffers in loaded elfs
Warning, function eglSwapBuffers not found in lib libGL.so.1
Look for eglCreatePbufferSurface in loaded elfs
Warning, function eglCreatePbufferSurface not found in lib libGL.so.1
Look for eglReleaseThread in loaded elfs
Warning, function eglReleaseThread not found in lib libGL.so.1
Look for eglTerminate in loaded elfs
Warning, function eglTerminate not found in lib libGL.so.1
Look for eglDestroySurface in loaded elfs
Warning, function eglDestroySurface not found in lib libGL.so.1
Look for eglQueryContext in loaded elfs
Warning, function eglQueryContext not found in lib libGL.so.1
Look for eglCreateWindowSurface in loaded elfs
Warning, function eglCreateWindowSurface not found in lib libGL.so.1
Look for eglInitialize in loaded elfs
Warning, function eglInitialize not found in lib libGL.so.1

Why does loading the libEGL.so.1 library go to libGL.so.1 to look for egl related functions, they're obviously already wrapped.

Please help.

kaixindeken avatar Feb 23 '24 02:02 kaixindeken

Yeh, I need to re-visist libEGL wrapping.

ptitSeb avatar Feb 23 '24 07:02 ptitSeb

Ping???

Vixea avatar Mar 16 '25 20:03 Vixea

@kaixindeken is this still an issue with the latest Box64?

LukeShortCloud avatar Oct 24 '25 22:10 LukeShortCloud