JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.03k stars 614 forks source link

64bit macOS version #1029

Closed leszek-s closed 4 years ago

leszek-s commented 4 years ago

Please make macOS builds 64 bit as 32 bit apps no longer work on newest macOS Catalina and latest macOS build is quite old now.

ensiform commented 4 years ago

Even if/when that happens, any existing mods which have support and released will cease to function as they are only PPC/x86 only. FYI

xycaleth commented 4 years ago

Please make macOS builds 64 bit as 32 bit apps no longer work on newest macOS Catalina and latest macOS build is quite old now.

The macOS builds are already and have always been 64-bit. What problems are you having with running them?

This is extracted from the most recent available macOS build at builds.openjk.org:

$ file openjk.x86_64.app/Contents/MacOS/openjk.x86_64
openjk.x86_64.app/Contents/MacOS/openjk.x86_64: Mach-O 64-bit executable x86_64
leszek-s commented 4 years ago

OK it works. It was showing a system error on start previously and I thought it was because it was not 64 bit but it turned out that the problem was it did not detect libsdl2 which I installed with macports. I copied it into a different directory and that solved it.