MacOS Catalina support?
Moderator: ScummVM Team
MacOS Catalina support?
I just updated to MacOS Catalina, and the only thing my Mac reports as incompatible is ScummVM.
Are there any x64 builds available for ScummVM??
Are there any x64 builds available for ScummVM??
Re: MacOS Catalina support?
Yes, our buildbot builds 64-bit Mac binaries.
Eugene
Eugene
Re: MacOS Catalina support?
And the official releases on https://www.scummvm.org/downloads/ are also available in 64 bits.
Re: MacOS Catalina support?
The buildbot I'm pretty sure only does 32bit atm? There was a post a month ago noting complications making it do 64bit due to crosscompilation platform.
--Just checked by downloading latest dev build and buildbot is indeed still providing 32bit as far as I see ( and previous ref mentioned viewtopic.php?f=2&t=14936&p=87638&hilit=catalina#p87638 )
The official releases are available in compatible 64bit though as noted.
--Just checked by downloading latest dev build and buildbot is indeed still providing 32bit as far as I see ( and previous ref mentioned viewtopic.php?f=2&t=14936&p=87638&hilit=catalina#p87638 )
The official releases are available in compatible 64bit though as noted.
Re: MacOS Catalina support?
Sweet, thanks!
The official release seem to work fine.
As MacDragon points out thou, the buildbot doesn't seem to build 64-bit binaries for MacOS.
How to get around that? Can I do the build myself, or is it something the ScummVM devs would have to fix?
The official release seem to work fine.

As MacDragon points out thou, the buildbot doesn't seem to build 64-bit binaries for MacOS.
How to get around that? Can I do the build myself, or is it something the ScummVM devs would have to fix?
Re: MacOS Catalina support?
The buildbot has been building 64-bit macOS binaries since September 18, that includes nightly builds.
Eugene
Eugene
Re: MacOS Catalina support?
Ok, then obviously I'm doing something wrong, because the nightly and stable builds I download are 32-bit and incompatible.
Re: MacOS Catalina support?
Do you mean, this link: https://buildbot.scummvm.org/snapshots/ ... est.tar.xz Could you please check once again?
Eugene
Eugene
Re: MacOS Catalina support?
You fixed the links. Nice!
However, neither the stable or the master build runs on Catalina. Both errors out.
However, neither the stable or the master build runs on Catalina. Both errors out.
Re: MacOS Catalina support?
Ah, yes, now link shows on download page, good to see.
And latest daily build is working for me on catalina.
And latest daily build is working for me on catalina.
Re: MacOS Catalina support?
Weird. I can't get it to work. "ScummVM can not be opened because of a problem." No real explanation on what the problem might be.
Re: MacOS Catalina support?
I just tried this build and it works for me as well. However I noticed that it has a dependency to the dynamic library for SDL2 without including it into the package. That means that if you do not have this library already on your system ScummVM will not start. I suspect this is the issue you are having. I have now made a change on buildbot, which I think should fix this issue (forcing the build to use the static library instead of the dynamic one for SDL2). So hopefully the next daily build will work.
Re: MacOS Catalina support?
My change didn't work, so don't bother trying to use the new daily build. I will try to fix this this evening.
Re: MacOS Catalina support?
As of right now, the builds still doesn't work for me. I have tried to install SDL2 framework on my mac, but that doesn't help either. Really frustrating.
Can you tell me what all the dependencies ScummVM needs for Mac are? I'm a PC-person at heart, but I need to get this running on my Mac too.
Can you tell me what all the dependencies ScummVM needs for Mac are? I'm a PC-person at heart, but I need to get this running on my Mac too.

Re: MacOS Catalina support?
Yes, as I indicated just before you post my change yesterday did not work and I am planning to look at this again this evening. My change actually broke the build, which means that the latest build available is still the one from yesterday.
The only dependency that should be an issue is for libSDL2-2.0.0.dylib (which needs to be SDL2 2.0.10 - older versions will not work). But indeed installing the SDL2 framework might not help, or at least not work out of the box (as it is build as a framework and not a dynamic library).
The official 2.1.0 release is coming very soon as well, and I already have the package ready. You can get it from https://www.scummvm.org/frs/scummvm/2.1 ... macosx.dmg
The only dependency that should be an issue is for libSDL2-2.0.0.dylib (which needs to be SDL2 2.0.10 - older versions will not work). But indeed installing the SDL2 framework might not help, or at least not work out of the box (as it is build as a framework and not a dynamic library).
The official 2.1.0 release is coming very soon as well, and I already have the package ready. You can get it from https://www.scummvm.org/frs/scummvm/2.1 ... macosx.dmg