Hi @zhangmin , thanks for sharing your logs and continuing to try to solve the problem. This problem is a bit difficult to troubleshoot. There is one other person who reported this “invest模型产水量运行出现报错:[errno 1]PROJ: proj create from name”
The Workbench installation should come with the “proj.db” file, but for some reason GDAL is looking in the wrong location for this file, and not finding it. It is possible that your system has some GDAL-related environment variables set that are pointing to a wrong location. These could have been set by some other other software that you may have installed in the past. Does that sound possible?
In the Workbench, can you please go the “About > Report a problem” menu at the top of the window, and then click the “Find my logs” button. There should be a “main.log” file that you could upload here. It might contain the values of those environment variables, if they exist.
You could also try adding a new environment variable: PROJ_DEBUG=3
which will hopefully add more details to the error messages in your invest logfile. To do this:
- search “env” in the windows start menu
- “Edit the system environment variables”
- Click “Environment Variables”
- Click “New” under the System Variables
- Variable Name: PROJ_DEBUG
- Variable Value: 3
- Try closing and re-opening the Workbench and re-running the model
Thank you,