Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You can see the line of code that is causing the error here. It is trying to initialize a log file in a temp directory. In the end this directory is chosen by Qt's tempPath method. Can you open a command prompt and type the command:

echo %TEMP%

You should get back something like 'C:\Users\dmacumbe\AppData\Local\Temp\1'. Does your path contain any non-ASCII characters in it?