diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/1016 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/1016 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/scraper/box64/1016 b/results/scraper/box64/1016 new file mode 100644 index 000000000..f3bc8428c --- /dev/null +++ b/results/scraper/box64/1016 @@ -0,0 +1,23 @@ +Cannot dlopen d3dadapter9 +When I was trying to use Gallium Nine, I encountered a very strange issue. It is very easy to trigger, at least on my part: + +Load native arm64 d3dadapter9.so through the use of D3D_MODULE_PATH + +Using BOX64_DUMP=1 and BOX64_DLSYM_ERROR=1, it seems to fail like this: + +Call to dlopen("/data/data/com.termux/files/usr/glibc/lib/d3dadapter9.so"/0x1edac0, 102) + +Trying to Get "/data/data/com.termux/files/usr/glibc/lib/d3dadapter9.so" to maplib + +Trying to add "/data/data/com.termux/files/usr/glibc/lib/d3dadapter9.so" to maplib + +Trying to load "/data/data/com.termux/files/usr/glibc/lib/d3dadapter9.so" + +Simplified name is "d3dadapter9.so" + +Faillure to create lib => fail + +Warning: Cannot dlopen("/data/data/com.termux/files/usr/glibc/lib/d3dadapter9.so") + +I had tried a few months ago from a prooted environment and it failed as well, even when not using the D3D_MODULE_PATH + |