Beginners > Installation questions
Run PhreeqC on MAC, execution Problems with Database
(1/1)
kaitandon:
Hi,
I am trying to run PhreeqC on my mac, installed the batch Version as mentioned in the instructions. When i want to execute the "run phreeqC" program there is always the same error occuring:
«class cfol» "database" of alias "732E1BD7-ADFF-4E64-A74E-9D4991ABFC7B:d:" kann nicht in Typ alias umgewandelt werden.
I think I could figure out where the problem is but don´t kno whow to solve it:
tell application "Finder"
set dbdir to folder "database" of topdir as alias
end tell
Does anyone have an idea how to solve the problem?
Thank you in advance!
bmarshall:
This problem will be fixed in the next release.
To fix this using Script Editor:
Replace the line: set fdb to choose file with prompt "Choose database to use:" default location dbdir as alias without invisibles
With: set fdb to choose file with prompt "Choose database to use:" default location dbdir without invisibles
In other words, just remove "as alias" from this line.
Re-save as application and replace the run phreeqc app.
Navigation
[0] Message Index
Go to full version