QT KernelBase! RaiseException at 0x759fc41f

Commentary is more than a question: The following describes the problem I had tonight and what I did to “fix” it. These events took several hours to resolve. Since this site is one of my favorite sources of information, I thought that this post could benefit someone else. Any constructive comments on diagnosing exceptions during QT Creator runtime would be welcome. The exception was apparently the result of corruption in the character file for QCored.

Exception (QtCreator KernelBase Exception Debugger)

Exception at 0x759fc41f, code: 0x406d1388: Startup complete, flags-0x0 (first chance) in KernelBase!RaiseException

Windows: QtCreator 3.0:

Configuration Build: build-QMRC-Qt_5_2_0_msvc2010_opengl-Debug

The application output window displays an exception with a valid string.

Corrective action:

Remote Windows subdirectories:

C: \ Users \\ AppData \ Local \ Temp \

Run qmake rebuild debug mode

+4
source share

Source: https://habr.com/ru/post/1525356/


All Articles