-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect folder paths on MacOS #3
Comments
Its the same issue at Linux, config.json and DATAROOT-folder are created in the home folder. After moving it to the application folder i was able to start it and change the paths in the config. |
Some more findings: Currently SPX-GC uses WORKAROUND until fix: navigate to the install folder with Terminal and start the app there with |
This needs work - the issue is stll present. A textfle added to Mac zip file reading:
|
Fixed in 1.0.12 by introducing a |
When GC is installed on Mac the DATAROOT-folder and config.json file is generated incorrectly to current user's home directory and not GC's root folder.
Workaround: when running GC for the first time the files and folders will be generated (and the program ends to an error). Close the process, move config.json and DATAROOT-folder to a correct location, modify config.json manually in text editor to the correct filepaths and restart the application.
The text was updated successfully, but these errors were encountered: