blob: 98f143fc3b40c2d25b53448fd8f4295e1fa9973f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Wine WOW64 8.18 hangs on wineboot
Build has been tested functional on x86_64 and the binaries have been determined to not be corrupted (same sha1sum of the entire directory for both the arm64 and x86_64 test systems). Able to be reproduced on multiple systems.
box64 info:
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 Running on Cortex-A57 with 4 Cores
Params database has 28 entries
Box64 with Dynarec v0.2.5 9209e57b built on Oct 14 2023 06:43:23
```
the wine-8.18 build: https://github.com/Pi-Apps-Coders/files/releases/download/large-files/wine-8.18.tar.gz
extract the build and reproduce by running: `./wine-8.18/bin/wine wineboot` and see that it hangs
8.17 build has no such issues https://github.com/Pi-Apps-Coders/files/releases/download/large-files/wine-8.17.tar.gz
|