First time here? Check out the Help page!
1 | initial version |
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?