Slow exit from NINA because of system error logs on exit from IMAGE page.

Issue #1148 resolved
Peter De Groot created an issue

[Yes ] Is the issue reproducible?
[Yes ] Are all prerequisites that are mentioned inside the manual met?

Steps to Reproduce

Start NINA (I removed all plugins and all devices) just bare bone NINA.
Just exit NINA… OK no error in system log.

Start NINA go to IMAGE page, if you exit NINA from this page → error dump in system log:

Any other page will be OK!

Expected behaviour

No system errors on any exit!

Actual behaviour

Slow exit because of system errors on exit from IMAGE page:
error dump in system log:

Cut from system log…

Faulting application name: NINA.exe, version: 2.0.1.3002, time stamp: 0x62faa726
Faulting module name: KERNELBASE.dll, version: 10.0.19041.1889, time stamp: 0xe9ede6d6
Exception code: 0xc0020001
Fault offset: 0x0000000000034fd9
Faulting process id: 0x28cc
Faulting application start time: 0x01d8b21d687dcb2c
Faulting application path: C:\Program Files\N.I.N.A. - Nighttime Imaging 'N' Astronomy\NINA.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 08a068a1-3a1a-4f57-b670-41494edf56ea
Faulting package full name:
Faulting package-relative application ID:

and 4 sec later this one:

Faulting application name: NINA.exe, version: 2.0.1.3002, time stamp: 0x62faa726
Faulting module name: KERNELBASE.dll, version: 10.0.19041.1889, time stamp: 0xe9ede6d6
Exception code: 0xc000041d
Fault offset: 0x0000000000034fd9
Faulting process id: 0x28cc
Faulting application start time: 0x01d8b21d687dcb2c
Faulting application path: C:\Program Files\N.I.N.A. - Nighttime Imaging 'N' Astronomy\NINA.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: a3fcd139-d659-4090-a4e8-bcb41ce8612d
Faulting package full name:
Faulting package-relative application ID:

Comments (3)

  1. Stefan B repo owner

    Fix Issue #1148 - Slow exit from NINA because of system error logs on exit from IMAGE page.

    Have one central place to invoke shutdown logic and then force quit the application.

    → <<cset a9e4164082d9>>

  2. Log in to comment