I am facing a strange behaviour while upgrading an application of mine, with GPF error occurring when I press Ctrl+Home keys with focus on a picture ring:
The address location remains the same all times when I work within the IDE; when I create the executable the error message does not show but the program crashes.
In system event viewer I see the following record that points to the runtime engine:
Nome dell'applicazione che ha generato l'errore: #######.exe, versione: 33.3.0.0, timestamp: 0x58a77f5d Nome del modulo che ha generato l'errore: cvirte.dll, versione: 15.0.1.239, timestamp: 0x57636f1f Codice eccezione: 0xc0000005 Offset errore 0x0010100d ID processo che ha generato l'errore: 0x2054 Ora di avvio dell'applicazione che ha generato l'errore: 0x01d28970f82e4fbd Percorso dell'applicazione che ha generato l'errore: C:\############.exe Percorso del modulo che ha generato l'errore: C:\Windows\system32\cvirte.dll ID segnalazione: 407fae2c-f564-11e6-8305-00c2c6885ebd
I stripped down the application to the minimum sample program attached that exhibits the behaviour. While doing so, I found that a similar error occurs if I operate the picture ring in the UIR editor, but with a more serious error that crashes the IDE:
It seems to me that only Ctrl+Home key combination is critical: I attempted other combinations without problems (Ctrl+I, Ctrl+End, Ctrl+Enter, Ctrl+Fx keys...).
Anybody has some clue to address this error?
I'm currently working on a Win7Pro machine with CVI 2015SP1 installed.