summary refs log tree commit diff stats
path: root/results/scraper/box64/1280
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/1280')
-rw-r--r--results/scraper/box64/128045
1 files changed, 45 insertions, 0 deletions
diff --git a/results/scraper/box64/1280 b/results/scraper/box64/1280
new file mode 100644
index 000000000..33c89ef40
--- /dev/null
+++ b/results/scraper/box64/1280
@@ -0,0 +1,45 @@
+Werid warning while using native(wrapped) libEGL.so.1
+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.
\ No newline at end of file