hughbooner

New Member
Aug 24, 2017
2
0
Anyone know how to get it working on Mac? I downloaded and moved the exe into my "Applications" but it says

The application “The Last Barbarian 0.9.32 DevBuild MAC” can’t be opened.

I did the whole chmod a+x /Applications/The\ Last\ Barbarian\ 0.9.32\ DevBuild\ MAC.app but that didn't seem to do anything.
 
Last edited:

Viktor Black

Developer of The Last Barbarian game
Game Developer
Jun 15, 2018
729
1,108
The problem is that the executable has incorrect POSIX permissions. The steps:
  1. Drag the application to the Applications folder.
  2. Open the Terminal application (in Applications/Utilities).
  3. Type the following commands:
cd /Applications
chmod a+x The\ Last\ Barbarian\ 0.9.32\ MAC.app/Contents/MacOS/The\ Last\ Barbarian\ 0.9.32\ MAC
 

HanktheHunk3

Newbie
Nov 18, 2019
83
58
The problem is that the executable has incorrect POSIX permissions. The steps:
  1. Drag the application to the Applications folder.
  2. Open the Terminal application (in Applications/Utilities).
  3. Type the following commands:
cd /Applications
chmod a+x The\ Last\ Barbarian\ 0.9.32\ MAC.app/Contents/MacOS/The\ Last\ Barbarian\ 0.9.32\ MAC
That doesnt work either. MacOSX recognizes it as an application but still doesn´t start.
 
4.00 star(s) 52 Votes