https://bugs.winehq.org/show_bug.cgi?id=56028
Bug ID: 56028 Summary: Yakuza 0 not launching on Mac 10.14 with Wine Product: Wine Version: 8.0.1 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dariooliviero09@gmail.com
Created attachment 75673 --> https://bugs.winehq.org/attachment.cgi?id=75673 Here is the error message
I don't know much when it comes to Wine, I installed the latest version the site gave me for MAC. In fact, wine's settings should be the default ones, running a Windows 10 system.
For a offline single player game such as Fallout New Vegas, Wine worked pretty well. Thanks to that, I decided to try a newer game: Yakuza 0. After having bought it on GOG.com, I tried running the .exe file to no avail. I admit that I didn't spot the issue as I am a bit clueless when it comes to wine, but I should've attached the error message with this.
What do I have to do?
Thank you in advance
https://bugs.winehq.org/show_bug.cgi?id=56028
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Wine-8.0.1 is very old. Please retest with the latest available version. Currently it is wine-9.0.rc1
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #2 from dariooliviero09@gmail.com --- (In reply to joaopa from comment #1)
Wine-8.0.1 is very old. Please retest with the latest available version. Currently it is wine-9.0.rc1
I might be wrong but that's the best I can get, it seems that the newer wine versions are for later MacOs iterations which I do not have. I install wine using homebrew, I don't know very well how to handle it but it automatically gives me 8.0.1. If using the latest version is truly essential for the game to work, how should I go about it?
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #3 from joaopa jeremielapuree@yahoo.fr --- https://github.com/Gcenx/macOS_Wine_builds https://github.com/Gcenx/macports-wine
should be what you are looking for.
https://bugs.winehq.org/show_bug.cgi?id=56028
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to dariooliviero09 from comment #2)
If using the latest version is truly essential for the game to work, how should I go about it?
Hello,
8.0.1 is latest wine-stable. wine-stable gets one yearly update with selected patches from the elapsed year.
You have to tell homebrew to install wine-devel (or wine-staging if you need it) like this:
brew install --cask --no-quarantine wine-devel or brew install --cask --no-quarantine wine-staging
This is taken from https://wiki.winehq.org/MacOS.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to dariooliviero09 from comment #0)
Thanks to that, I decided to try a newer game: Yakuza 0. After having bought it on GOG.com, I tried running the .exe file to no avail.
Hello,
According to the AppDB [1], there is an issue with the GOG version of Yakuza 0 that is worked-around by the esync patchset from wine-staging, so it'll be better for you to install wine-staging right away.
[1] https://appdb.winehq.org/objectManager.php?sClass=version&iId=41594
Regards.
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #6 from dariooliviero09@gmail.com ---
it'll be better for you to install wine-staging right away.
[1] https://appdb.winehq.org/objectManager.php?sClass=version&iId=41594
Regards.
First of all, thank you. I just tried installing wine-staging as you recommended using homebrew, and it seems something's missing or wrong, when I tell home-brew to fetch me wine staging, it doesn't complete the task giving me this instead:
# curl: (60) SSL certificate problem: certificate has expired
...
# Error: Download failed on Cask 'gstreamer-runtime' with message: Download failed: # https://gstreamer.freedesktop.org/data/pkg/osx/1.22.7/gstreamer-1.0-1.22.7- # universal.pkg
Again, thank you for the clear instructions and sorry if my English isn't great
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #7 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to dariooliviero09 from comment #6)
# curl: (60) SSL certificate problem: certificate has expired
Hello,
This is probably this issue: https://apple.stackexchange.com/questions/393481/homebrew-cask-download-fail...
You may try the solution from the accepted answer:
HOMEBREW_FORCE_BREWED_CURL=1 brew install --cask --no-quarantine wine-staging
If that still fails with a certificate error, you'll have to install a custom cURL first:
--- copied from stackexchange --- edit or create ~/.curlrc file and add "--insecure" to it then: $ HOMEBREW_CURLRC=1 brew install curl delete ~/.curlrc file or remove the "--insecure" from it $ [HOMEBREW_FORCE_BREWED_CURL=1 if needed] brew install whatever --- end ---
Which can be adapted in this case like this:
echo '--insecure' >>~/.curlrc HOMEBREW_CURLRC=1 brew install curl sed -i '' -e '$ d' ~/.curlrc HOMEBREW_FORCE_BREWED_CURL=1 brew install --cask --no-quarantine wine-staging
Regards.
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #8 from dariooliviero09@gmail.com ---
HOMEBREW_FORCE_BREWED_CURL=1 brew install --cask --no-quarantine wine-staging
I don't know how but it worked, still gave me the same issue but I did find the wine-staging app in my Applications directory. But there's a new problem now.
IO have a 10.14.6 Mac, and I fail to use this wine because it requires a 10.15+ Mac, how can I get a more specific version of wine staging in order to take the latest one that can be run by my Mac?
Thank you
https://bugs.winehq.org/show_bug.cgi?id=56028
--- Comment #9 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
User support is discouraged on bugzilla so, please open a new subject on the MacOS forum and post the link here so that I can further reply to you without sending excessive notifications to the bugzilla maintainers.
https://forum.winehq.org/viewforum.php?f=9
Regards.