diff options
Diffstat (limited to 'results/scraper/box64/366')
| -rw-r--r-- | results/scraper/box64/366 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/results/scraper/box64/366 b/results/scraper/box64/366 new file mode 100644 index 000000000..0558ef72c --- /dev/null +++ b/results/scraper/box64/366 @@ -0,0 +1,56 @@ +wine64 broken prefix +Hi, I am using box86 along with box86 and wine32/64 on my 64 bit Raspberry Pi OS. This seems to work for x86 apps without any problems, but when I try to run games on the amd64 architecture, I get an error creating a prefix for wine: + +``` +There is a problem initializing the Wine prefix! +Please make sure that you have set the WINEARCH variable to a correct value! +``` + +adding comands to .bashrc gives no result: + +``` +chewbacca@raspberrypi:~ $ echo $WINEPREFIX +/home/chewbacca/.wine +chewbacca@raspberrypi:~ $ echo $WINEARCH +win64 +``` + +log about the creation of a broken prefix: + +``` +Box86 with Dynarec v0.2.7 fa8355ec built on Jul 24 2022 00:07:31 +Box86 with Dynarec v0.2.7 fa8355ec built on Jul 24 2022 00:07:31 +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 a727519 built on Jul 29 2022 06:41:49 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 86 Env var +Looking for /home/chewbacca/Games/UnrulyHeroes/wine/bin/wineserver +Rename process to "wineserver" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) librt.so.1 +Warning: Unsupported libc Syscall 0x1C1 (449) +esync: up and running. +002c:fixme:winediag:LdrInitializeThunk Wine TkG (staging) 7.12 is a testing version containing experimental patches. +002c:fixme:winediag:LdrInitializeThunk Please don't report bugs about it on winehq.org and use https://github.com/Frogging-Family/wine-tkg-git/issues instead. +002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2). +wine: could not load kernel32.dll, status c0000135 +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 a727519 built on Jul 29 2022 06:41:49 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 85 Env var +Looking for /home/chewbacca/Games/UnrulyHeroes/wine/bin/wineserver +argv[1]="-w" +Rename process to "wineserver" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) librt.so.1 +``` + +What could be the reason for this behavior and how do I fix it? |