I'm running wine 7.5 from source out of a toolbox on Fedora Silverblue 35.
The changes I made to the source code such that the game works correctly is essentially just to rename
Code: Select all
GetIpAddrTable
Code: Select all
socket.c
https://github.com/stkrknds/wine-aom-voobly/pull/2
Thanks for any help. My best guess is that there is some redirection of the API that is broken but gets avoided by renaming the API.