The weirdest thing happened on my PC.
Blue Iris seems to have ceased functioning on December 18th, at around 11:14 PM local time. CodeProject.AI shows the last entry as below:
Code: Select all
23:14:20:Object Detection (YOLOv5 6.2): Rec'd request for Object Detection (YOLOv5 6.2) command 'custom' (...68526f) took 69ms
In the Blue Iris installation folder, BlueIris5.exe is gone. Completely missing. Gone.
Looking at Event Viewer, there are two relevant entries:
The Blue Iris Service service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 1000 milliseconds: Restart the service.
Code: Select all
Log Name: System
Source: Service Control Manager
Date: 12/18/2023 11:14:22 PM
Event ID: 7031
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WAR-NEW
Description:
The Blue Iris Service service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 1000 milliseconds: Restart the service.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7031</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2023-12-18T21:14:22.2632222Z" />
<EventRecordID>9708</EventRecordID>
<Correlation />
<Execution ProcessID="1604" ThreadID="22796" />
<Channel>System</Channel>
<Computer>WAR-NEW</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">Blue Iris Service</Data>
<Data Name="param2">1</Data>
<Data Name="param3">1000</Data>
<Data Name="param4">1</Data>
<Data Name="param5">Restart the service</Data>
<Binary>42006C007500650049007200690073000000</Binary>
</EventData>
</Event>
Code: Select all
Log Name: System
Source: Service Control Manager
Date: 12/18/2023 11:14:23 PM
Event ID: 7000
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: WAR-NEW
Description:
The Blue Iris Service service failed to start due to the following error:
The system cannot find the file specified.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2023-12-18T21:14:23.2732599Z" />
<EventRecordID>9709</EventRecordID>
<Correlation />
<Execution ProcessID="1604" ThreadID="2400" />
<Channel>System</Channel>
<Computer>WAR-NEW</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">Blue Iris Service</Data>
<Data Name="param2">%%2</Data>
<Binary>42006C007500650049007200690073000000</Binary>
</EventData>
</Event>
I can't repair the installation either, because it complains it can't find the .msi file.
So... what do I do? I fear uninstalling completely and installing from scratch will murder my config. Any ideas why Blue Iris is gone, how to prevent that from reoccurring, and how to reinstall it, while keeping all my configuration?
UPDATE: I had forgot to mention, yes, I do have a license, and the installed version was 5.8.2.2. Also, I took a risk and uninstalled and reinstalled from scratch, after copying the existing Blue iris 5 installation directory to a backup, and everything seems to be in order, which leaves me with just one question: What was the cause of Blue iris partially uninstalling itself?