Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Legacy of Hestia

Dungeon Crawler RPG Visual Novel parody of DANMACHI · By Winterfire

MAC Game immediately closes upon opening

A topic by Robodroide created 12 days ago Views: 74 Replies: 5
Viewing posts 1 to 2
(1 edit)

Whenever I try opening up the game it immediately closes.

Innitialy it just did the “This application can't be opened” which i fixed with the 'chmod' trick on terminal turnind the folder inside MacOS into an executable like all videos on youtube suggested.

After that the I desabled the security feature that prevented me from playing due to not being able to confirm the developer, but now it just instantly closes down without showing any reason.

So please help

Developer

Doing chmod for this game shouldn't be necessary, at the very least try chmod -R 777, not sure if doing anything else might create issues.

As for closing at the start, my best guess is that you're trying to run the game on a low end machine or you've missing/outdated drivers. For a more accurate answer, I'd need the log (~/Library/Application Support/Winterfire/Legacy of Hestia), if no log is generated when the game closes down, it means an overlay software is preventing the game from executing.

So, I reinstalled the game and tried chmod -777 in the terminal with the file inside the macOS folder, but the same thing happened . The trick is necessary because the file inside the macOS folder is not downloaded as an executable.

So I tried looking for it in the library, and neither Winterfire nor Legacy of Hestia appeared there. On that note, Vox Gremory also didn't appear, but Overlord H did under the RenPy folder, so maybe it's the software overlay thing, but I'm not sure.

Developer

On Big Sur (The platform where I test it), I never had to run chmod -777 for Vox Gremory, the executable should be preserved since I use tar and Unity 2021 builds for mac without issues even on Windows.
This is how it looks like during my tests: https://imgur.com/a/rxIJscT

Not sure what's causing the issue, my best guess is that something is preventing the game from being extracted properly or to be ran at all.

Okay, so I downloaded it again, but this time from a different website called Visit Mama, and it works. So I suppose its Itch thats screwing up the download because the file already came as an executable.

But still, thank you.

Developer

It's probably me uploading on itch.io incorrectly, as I use Butler. My guess is that something happens to the archive during the uploading process which corrupts the executable within, similarly to what happens if I try to zip a Mac game on Windows. I'll be using tar format for packing in future, and hopefully that'll fix the issue.