Crash due to unhandled exception during simple sequence capture

Issue #1194 resolved
John Princen created an issue

I can’t seem to get through very long sequences before I get a crash. The setup is a windows 10 PC (windows 10 Pro), with sony a6400 through ASCOM, and Star adventurer GTi through GSS (or synscan). I am running version 2.1.0.9001 of NINA.

Happy to follow up with more testing, but not sure what to do next.

Here is the information from the event viewer:

Log Name: Application
Source: .NET Runtime
Date: 12/22/2022 10:07:37 AM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: astropc
Description:
Application: NINA.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code e06d7363, exception address 00007FFEA666441C

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1026</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-12-22T18:07:37.7073790Z" />
<EventRecordID>3259</EventRecordID>
<Correlation />
<Execution ProcessID="12124" ThreadID="0" />
<Channel>Application</Channel>
<Computer>astropc</Computer>
<Security />
</System>
<EventData>
<Data>Application: NINA.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code e06d7363, exception address 00007FFEA666441C
</Data>
</EventData>
</Event>

Comments (6)

  1. Stefan B repo owner

    This issue is most likely a problem of the Sony ASCOM driver. There have been similar reports in the past and they all had this driver as the root cause and needs to be fixed in the driver.

  2. John Princen reporter

    Thanks. I found the issues you mentioned, and I will see if I can figure out the root cause in the driver.

  3. Log in to comment