Menu

#2028 All Nightlies Unusable in OSX El Capitan for Several Weeks

OHRRPGCE
closed
nobody
Build Process
Mac OS X (please specify version)
Bug Report
Nightly WIP (Dwimmercrafty)
2017-06-08
2017-06-05
No

OS X El Capitan Version 10.11.6

Neither custom nor game are able to be opened. It has been this way for several weeks in the nightlies for OS X. Older nightly versions from about a month ago and earlier seem ok. I'm including screenshots of all error messages for review.

2 Attachments

Discussion

  • Bob the Hamster

    Bob the Hamster - 2017-06-05

    I just tried to compile on my Mac (also running OSX 10.11.6) and it failed to build with an SDL_mixer framework error:

    https://pastebin.com/raw/7hKBurqz

    I don't see any such error in the nightly build logs from the Mac nightly build machine (loyalist) but it is also running 10.11.6, so I don't know what the difference is yet

     
  • TeeEmCee

    TeeEmCee - 2017-06-06

    I thought I fixed this, but apparently not. Looking at the nightly build machine log I see that the sanity check is failing: "ohrrpgce-game is missing or not compiled as 32 bit". (But I forgot to make distrib-mac.sh actually stop.) I can't see why this is failing though; scons is clearly doing a 32 bit build and there are no error messages.

    James: you need to add arch=32 to the scons args in your makemac.sh script. I guess I could just make arch=32 the default on mac (you should be able to do a 64 bit build, but will need to install SDL and SDL_mixer yourself)

    Also, the warning about redefining Frame is actually an error with my compiler, so I have to fix that too.

     
  • Bob the Hamster

    Bob the Hamster - 2017-06-06

    adding arch=32 to my makemac.sh script did fix the current nightly build on my mac.

    So I guess I just need to see why it is not doing that on the nightly build vm

     
  • TeeEmCee

    TeeEmCee - 2017-06-06

    Too late, I already fixed all the above

     
  • TeeEmCee

    TeeEmCee - 2017-06-08
    • labels: Unusable, OSX, Nightly, Won't Open, Can't Open --> Unusable, OSX, Nightly, Can't Open
    • status: open --> closed
    • Component: CUSTOM (usability) --> Build Process
     
  • TeeEmCee

    TeeEmCee - 2017-06-08

    According to the build log, Mac builds are now correctly and successfuly built as 32-bit.

     
  • William James Pandelis

    Just downloaded and confirmed on my end. It seems to be working perfectly now. Thanks.

     

Log in to post a comment.