- Apr 22, 2020
- 1,086
- 3,800
It's a bad error message. I'm working on a fix.Why would Microsoft provide Windows libraries for Mac? You should install webp support at Mac, and see what happens.
It's a bad error message. I'm working on a fix.Why would Microsoft provide Windows libraries for Mac? You should install webp support at Mac, and see what happens.
I see. This actually helps a lot. It could be a problem with m1 then. I think another problematic thing is that the mac version might have changed the package name, so the save games are now in the wrong position. If you can find out where it now saves your saves, you can copy them over. Meanwhile I'll try to figure this all out and fix it.Hmm, load menu doesn't show my saves. Older one (31.1) still does. MacOS (not M1).
There are some in the developer notes in the first post.Hey this game have some cheat codes?
The quest menu was loading all rows, including the ones from the "completed" tab. I switched to only load those on demand and also not to load them all at once.Two sentences in, I was already thinking "It's gotta require a switch to only intel to get it to work on a mac, won't it?".
Though how come a simple quest menu can be so slow?
I can't imagine that being such a significant block of code.
FYI, just ticking the "Open with Rosetta" box in "Get Info" fixed the issue for me. Stupid me didn't think of that earlier. I guess this Apple Silicon transition went too smoothly so far that I forgot to check the obvious.Long story short, the trick was to switch the build to be intel only, since that was what the old unity version did by default, so there isn't anything lost here.
Ah that makes a lot of sense, since that will force the game to open as the intel version making the libs valid. Fix for the save game location is on the way, too. And thank you so much for your support <3FYI, just ticking the "Open with Rosetta" box in "Get Info" fixed the issue for me. Stupid me didn't think of that earlier. I guess this Apple Silicon transition went too smoothly so far that I forgot to check the obvious.
Thank you for supporting Macs that well. And as you update your game very frequently, I'm heading to Patreon to get subscribed right now.
The two versions are looking in different places. To fix it go to your library (in the finder open the “Go” menu while holding down the option key and choose “Library”. The old saves are in the folder “Application Support/com.Company.ProductName/save”. The new ones are in the folder “Application Support/com.HachiGames.HailDicktator/save”. Just copy the newest file from the former folter into the latter and you should be good to continue.Hmm, load menu doesn't show my saves. Older one (31.1) still does. MacOS (not M1).
Or symlink the new location to the old one. Delete the ...Hachi.. folder in ~/Library/Application Support and then execute in Terminal:The two versions are looking in different places. To fix it go to your library (in the finder open the “Go” menu while holding down the option key and choose “Library”. The old saves are in the folder “Application Support/com.Company.ProductName/save”. The new ones are in the folder “Application Support/com.HachiGames.HailDicktator/save”. Just copy the newest file from the former folter into the latter and you should be good to continue.
ln -s ~/Library/Application\ Support/com.Company.ProductName ~/Library/Application\ Support/com.HachiGames.HailDicktator
still will not open on my Mac I think I might have to give up on this and try again at the next release and hope it is fixed by then.Ah that makes a lot of sense, since that will force the game to open as the intel version making the libs valid. Fix for the save game location is on the way, too. And thank you so much for your support <3
just give hachigames some time he/she is working on it and it looks like he/she already knows what the problem is.I'm not smart enough to decipher all of this. Does this mean that we will have to wait for Unity to get their shit together, or is this a fixable problem? (mid 2018 macbook pro user here if that helps any)
This fix worked perfectly for me on my M1 Mac Mini. Thanks for the suggestion, I didn't know about the Use Rosetta button in Get Info, but I expect that it's going to come in very handy.The two versions are looking in different places. To fix it go to your library (in the finder open the “Go” menu while holding down the option key and choose “Library”. The old saves are in the folder “Application Support/com.Company.ProductName/save”. The new ones are in the folder “Application Support/com.HachiGames.HailDicktator/save”. Just copy the newest file from the former folter into the latter and you should be good to continue.