Orpheus wrote:
Does not even start.
MacOS Sierra 10.12.6
iMac (21,5", end of 2013)
Prozessor 2,7 GHz Intel Core i5
Memory 8 GB 1600MHz DDR3
The packaging on the macOS version seems to be missing a few things. For me, it did crash on start--the crash report details mention
Sandbox registration failed: The code signature is not valid: The operation couldn’t be completed. So I guess the code signing is maybe expired? Or straight broken, it's kind of hard to tell at a glance.
There are a couple of different ways to mess with code signing. You can either re-codesign yourself, or use something like
https://github.com/steakknife/unsign to strip the code signature completely. I used that tool (although if you compile it you need to remove the "-arch i386" option in Makefile).
Next, I got an error from Chaotica itself on startup that
data/winter_stdlib.txt couldn't be found. It just...isn't there anywhere? I downloaded the portable Windows release and copied the data folder to
Contents/MacOS/data (macOS apps are just folders, can right-click and do "Show Package Contents" on them in Finder).
After that, it did start up. I had to toggle OpenCL support a few times, but it did end up taking. This is on a Vega 64:
Attachment:
Screen Shot 2019-01-30 at 8.21.53 AM.png [ 339.03 KiB | Viewed 47655 times ]
P.S. Please don't stomp the /Applications/Chaotica.app/ 1.x version with the installer
