You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rm -rf ~/.wine/
$ brew tap homebrew/cask-versions
$ brew install --cask xquartz
$ brew install --cask --no-quarantine wine-devel
$ WINE=/opt/homebrew/bin/wine64 winecfg # => select for example "Windows 7"
$ wine64 --version
wine-9.2 # should be > 8.0# then modify the bwapi-data/bwapi.ini to point to your dll.# if using Dave's setup cd to to you `scbw_bwapi440/` dir.
$ wine64 RunStarcraftWithBWAPI.bat
# or for example using injectory.
$ wine64 injectory_x86.exe --launch StarCraft.exe --inject bwapi-data/BWAPI.dll wmode.dll
Running
wine64 StarCraft.exe
with wine v8.10 / wine-devel seems to at least start the process.Try to get it to work with chaoslauncher and update:
https://github.com/JavaBWAPI/Java-BWAPI-Tutorial/wiki/Developing-JVM-bots-on-Linux-and-MacOS
I confidently claimed "There is no way to solve this" there, let's try to anyways :)
The text was updated successfully, but these errors were encountered: