Menu

Troubleshooting

Artur Glavic

Installation Issues

  • If you have problems getting the program to run on Windows the most common reason is the system path. The path should contain the gnuplot binary and the installation folder of the script (for reflectometry simulation the fortran compiler binary path needs to be there at a position before the other folders, too). If you can't run the program after installation, check the path variable in the advanced system settings (if you don't know where this is try google).

  • After an update through the repository the program starts with an error message and does not work any more. Try to remove the ~/.plotting_gui/config folder to resolve the issue.

Windows Specific Issues

  • FIXED in 0.7.11.3 : Problems running the reflectivity simulation can often be caused by gfortran, as it seems not to work properly under Windows if the program folder is not the first in PATH. If possible the PATH variable should be changed, otherwise you can use a .bat file to run plot.exe, which changes the PATH in advance like:

path=C:\program files\plot-script\gfortran\bin;%path%
plot.exe %*

Crashes

  • If you encounter a crash showing a Unicode (UTF-8) message it is most likely due to file names/folder having non ascii characters in them. Try moving your data to a location without those characters. (Should be fixed in version 0.7.6.6)

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.