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/956 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | qemu-analysis-box64.tar.gz qemu-analysis-box64.zip | |
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/956')
| -rw-r--r-- | results/scraper/box64/956 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/results/scraper/box64/956 b/results/scraper/box64/956 new file mode 100644 index 000000000..0c00bcf43 --- /dev/null +++ b/results/scraper/box64/956 @@ -0,0 +1,18 @@ +libGLEW and libformw +I am getting these errors trying to run an x64 program on Arch Linux ARM (64): + +> Error loading needed lib libGLEW.so.2.2 +… +Using native(wrapped) libncursesw.so.6 +Using native(wrapped) libtinfo.so.6 +Error loading needed lib libformw.so.6 +… +Error loading one of needed lib +Error initializing needed lib libgraphics.so +Error loading one of needed lib + +(libgraphics appears to be getting emulated from the program's provided libgraphics.so; not certain if that matters here but included it for completeness of the errors.) + +I've tried a bunch of the troubleshooting BOX64_ variables but haven't gotten any info on _why_ these couldn't be loaded. + +libGLEW.so.2.2 and libformw.so.6 are in my /lib folder. \ No newline at end of file |