blob: f3bc8428c7e4ad84914fb486ba1a32bd61942f54 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|