board logo
Posted by: JustinKing - 31 January 2023 12:34:44
Something is crashing - what is mcupdate? Log Name:      Application Source:        Application Error Date:          30/01/2023 19:44:12 Event ID:      1000 Task Category: (100) Level:         Error Keywords:      Classic User:          N/A Computer:      PC.domain.local Description: Faulting application name: mcupdate.exe, version: 6.3.9600.16384, time stamp: 0x5215cd63 Faulting module name: KERNELBASE.dll, version: 10.0.19041.1741, time stamp: 0xe9b4a91b Exception code: 0xe0434352 Fault offset: 0x0000000000034fd9 Faulting process id: 0x3f08 Faulting application start time: 0x01d934e33909523a Faulting application path: C:\windows\ehome\mcupdate.exe Faulting module path: C:\windows\System32\KERNELBASE.dll Report Id: 3c30e0a4-f033-481b-b8b4-3e80e46c5c10 Faulting package full name:  Faulting package-relative application ID:  [code=markup]<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Application Error" />     <EventID Qualifiers="0">1000</EventID>     <Version>0</Version>     <Level>2</Level>     <Task>100</Task>     <Opcode>0</Opcode>     <Keywords>0x80000000000000</Keywords>     <TimeCreated SystemTime="2023-01-30T19:44:12.7099972Z" />     <EventRecordID>77243</EventRecordID>     <Correlation />     <Execution ProcessID="0" ThreadID="0" />     <Channel>Application</Channel>     <Computer>PC.domain.local</Computer>     <Security />   </System>   <EventData>     <Data>mcupdate.exe</Data>     <Data>6.3.9600.16384</Data>     <Data>5215cd63</Data>     <Data>KERNELBASE.dll</Data>     <Data>10.0.19041.1741</Data>     <Data>e9b4a91b</Data>     <Data>e0434352</Data>     <Data>0000000000034fd9</Data>     <Data>3f08</Data>     <Data>01d934e33909523a</Data>     <Data>C:\windows\ehome\mcupdate.exe</Data>     <Data>C:\windows\System32\KERNELBASE.dll</Data>     <Data>3c30e0a4-f033-481b-b8b4-3e80e46c5c10</Data>     <Data>     </Data>     <Data>     </Data>   </EventData> </Event>[/code] Actually I just realised this is the Windows Media Centre I installed on Windows 10 that doesn't seem to work... Ho-hum

Posted by: JustinKing - 31 January 2023 12:53:26
I think that this is related to that error too: Log Name:      Application Source:        .NET Runtime Date:          29/01/2023 19:44:13 Event ID:      1026 Task Category: None Level:         Error Keywords:      Classic User:          N/A Computer:      PC.domain.local Description: Application: mcupdate.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.InvalidOperationException    at MediaCenter.Store.SqlLite.SqlLiteErr.LogAndThrowException(Int32, System.String, System.Object[])    at MediaCenter.Store.SqlLite.ObjectStore.Open(System.String)    at MediaCenter.Store.SqlLite.ObjectStoreManager.Open(System.String, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, System.Reflection.Assembly, Boolean) Exception Info: System.InvalidOperationException    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, System.Reflection.Assembly, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.AddObjectStoreReference()    at Microsoft.MediaCenter.Store.Update.UpdateSession..ctor(System.String)    at <Module>.CreateSession(System.String)    at Updater.Run()    at <Module>.wWinMain(HINSTANCE__*, HINSTANCE__*, UInt16*, Int32)    at <Module>.wWinMainCRTStartup()    at <Module>.wWinMainStub() Event Xml: [code=markup]<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="2023-01-29T19:44:13.0201584Z" />     <EventRecordID>77165</EventRecordID>     <Correlation />     <Execution ProcessID="0" ThreadID="0" />     <Channel>Application</Channel>     <Computer>PC.domain.local</Computer>     <Security />   </System>   <EventData>     <Data>Application: mcupdate.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.InvalidOperationException    at MediaCenter.Store.SqlLite.SqlLiteErr.LogAndThrowException(Int32, System.String, System.Object[])    at MediaCenter.Store.SqlLite.ObjectStore.Open(System.String)    at MediaCenter.Store.SqlLite.ObjectStoreManager.Open(System.String, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, System.Reflection.Assembly, Boolean) Exception Info: System.InvalidOperationException    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, System.Reflection.Assembly, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.Open(System.String, System.String, System.String, Boolean)    at Microsoft.MediaCenter.Store.ObjectStore.AddObjectStoreReference()    at Microsoft.MediaCenter.Store.Update.UpdateSession..ctor(System.String)    at &lt;Module&gt;.CreateSession(System.String)    at Updater.Run()    at &lt;Module&gt;.wWinMain(HINSTANCE__*, HINSTANCE__*, UInt16*, Int32)    at &lt;Module&gt;.wWinMainCRTStartup()    at &lt;Module&gt;.wWinMainStub() </Data>   </EventData> </Event>[/code]