blob: 0558ef72c895198dd5d7e4f4af60d944ffb5410e (
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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?
|