Can't start BlitzMax

BlitzMax Forums/BlitzMax Beginners Area/Can't start BlitzMax

ecb247(Posted 2016) [#1]
Hi.

When i try to start BlitzMax version 1.51 i get this error message saying:

Unable to determine BlitzMax installation directory.

Does anyone here know how to fix this? I am using Mac.


skidracer(Posted 2016) [#2]
Crud, just tested this. You have two options until this is fixed.

1. Run from command line


cd BlitzMaxFolder
MaxIDE.app/Contents/MacOS/MaxIDE



2. checkout and build version from github


git clone https://github.com/blitz-research/blitzmax
cd blitzmax/_src/macos_x86
chmod +x *.bat
./install.bat