https://bugs.winehq.org/show_bug.cgi?id=7553
William wjb@williamjbowman.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wjb@williamjbowman.com
--- Comment #11 from William wjb@williamjbowman.com --- I'd like this reopened if possible. The bug still affects at least Wine 6.0, macOS and Linux, and can be reproduced with a fork of the original game used here: https://conqueronline.net/
The are some other issues that prevent the Launcher from installing patches properly, which I'm still trying to debug, so the steps to reproduce are different: 1. Install the game. 2. Manually install the patches. Running the following, or similar, fish script from the install directly will manually install all the patches: ``` for i in 1014 1015 1016 1017 1018_2 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 curl -k -o /tmp/$i.7z "https://download.conqueronline.net/patches/$i.7z"; yes Y | 7z x /tmp/$i.7z end ``` 3. Run the game manually without launcher: `wine Conquer blacknull`
I'm currently rebuilding a clean prefix with the latest wine, but I know Lutris custom wine 6.4 is also affected, so I suspect latest wine is also affected.