This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

an unhandled win32 exception occurred in uv4.exe [11320]

Hi, recently I commenced to receive the following message in Keil uVision: an unhandled win32 exception occurred in uv4.exe [11320]. This message commencing to appears from nothing and now it appears every time. The program closes, this is very annoying. I upgraded to the latest version, run as administrator, run in compatibility mode (win 7 and XP) and nothing. Any idea of how repair this issue?

I use Windows 10 x64, TivaC TM4C123GH6PM with STELLARIS ICDI, and the latest version of TIVAWARE (TivaWare_C_Series-2.1.3.156). Too I use the working folder inside of OneDrive. I tryed to close OneDrive to prevent updates to the cloud, but nothing.
The error occurs when I try to program the TIVA!!!

Parents
  • Can't you remove the personalization file? uVision creates multiple files - one with the source files, compiler settings etc. But a different file that keeps track of opened source files, and their size/position etc. I would assume the removal of this file would significantly affect how uVision behaves when it is started and loading the specific project.

    So in this case - what happens if you move away the <projname>.uvui[.<username>] file?

Reply
  • Can't you remove the personalization file? uVision creates multiple files - one with the source files, compiler settings etc. But a different file that keeps track of opened source files, and their size/position etc. I would assume the removal of this file would significantly affect how uVision behaves when it is started and loading the specific project.

    So in this case - what happens if you move away the <projname>.uvui[.<username>] file?

Children