Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Huh, this is so weird since other textures has been loaded successfully, and it looks like the file can't be opened instead of can't be converted to a texture file. Can you copy the loading.png from the old version into it, to see if it was corrupted, or if it's there at all? or replace with any other images to see if it will run?

The game refuses to run regardless of what image I put in for it to load, as if no image was provided in the first place.

Now I think about it, it's probably caused by macOS's weird way of doing working directory. Can you try to launch the game by starting it from a command line window, inside where thhe program is? That probably would launch it properly.

Usually if you want to make a nice macOS app, you'd need to pack it into a .app folder so as in macOS it would appear as a whole app. Exporting with CMake just creates a Unix executable file that works the same way as .exe in Windows, except it always launches in Terminal. And here we go, that's your "command line window" method.

Guess I should have just dropped the support for macOS, this is just all very confusing and unlike in Windows and Linux where everything just works. Never have been a fan of apple products anyway, and opengl is technically deprecated on macOS so this game probably won't work on mac in a few years.

It's ok, porting the game to macOS isn't really a high priority after all. I don't mind being unable to play it as long as I understand the concept.