I… think you forgot to include a Mac version in the Mac download. There is no .app
package.
Viewing post in The Heart's Illumination comments
Unfortunately I can't find any way to package it without access to a mac. It should still be runnable from the terminal, though that's kind of awkward.
As an example, if you extract the game folder into your home folder, then you should be able to run it by using the following command in your terminal app:
"~/The Heart's Illumination 1.1/The Heart's Illumination"
I apologize for the inconvenience.
Sorry for taking so long to give it a shot, but:
$ ./The\ Heart\'s\ Illumination
Error:
An assembly specified in the application dependencies manifest (The Heart's Illumination.deps.json) was not found:
package: 'MonoGame.Framework.DesktopGL.Core', version: '3.7.0.7'
path: 'lib/netstandard2.0/MonoGame.Framework.dll'
Soooo… it’s broken. Or at least, it’s looking for a nonexistent directory.
Okay, so I made the folder and copied lib/monogame.framework.desktopgl.core/3.7.0.7/lib/netstandard2.0/MonoGame.Framework.dll
to lib/netstandard2.0/MonoGame.Framework.dll
(I assume editing the manifest would also have worked), and now the game seems to run fine, except I still get these errors on launch:
AL lib: (WW) GetProcPath: Failed to readlink /proc/self/file: No such file or directory
AL lib: (WW) alc_initconfig: Failed to initialize backend "jack"
Not sure if those are significant. The game does have sound.