You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/README-windows.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ If windows will show you a warning message "Windows protected your PC", click "M
16
16
17
17
Once GEM-Fits is running you can pin the program to the Task bar by right-clicking on its icon (on the task bar) and chose pin to task bar. After you close GEM-Fits, the script will create a Start Menu and Desktop shortcut. After the first run you can always start gems using its shortcut.
18
18
19
+
Always start GEM-Fits via `runshell.bat` or the Start Menu/Desktop shortcut it creates - do not
20
+
double-click `gem-fits-shell.exe` directly inside `GemFits-app\bin`. If you do, and this machine
21
+
already has another Qt installation (Anaconda, Qt Creator, etc.) that sets a
22
+
`QT_QPA_PLATFORM_PLUGIN_PATH` or `QT_PLUGIN_PATH` environment variable, GEM-Fits can fail to start
23
+
with `Could not find the Qt platform plugin "windows"` - `runshell.bat` and its shortcuts point
24
+
these variables at the plugins bundled with this installation before launching, which the raw exe
25
+
does not.
26
+
19
27
## Where are my projects?
20
28
21
29
Modeling projects (including the test projects bundled with this installation, which are copied there automatically on first start) live in `Library\GemFits\projects` in your user home folder (e.g. `C:\Users\<user>\Library\GemFits\projects`). Unlike on macOS, this `Library` folder is not hidden, so it can be opened directly in File Explorer or via the address bar.
0 commit comments