Installing v.10.0 fails on Windows 7 64bit

Issue #5009 resolved
Netanel Attali created an issue

Auto update failed to upgrade from 9.10 to 10.0.

Tried to install 10.0 manually (from the file in the Updates folder) to a new location but installation failed too.

When attempting to start launchbox I get these errors in the event log:

Log Name:      Application
Source:        .NET Runtime
Date:          9/10/2019 2:11:38 PM
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      InnoArcade-PC
Description:
Application: LaunchBox.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
   at Unbroken.LaunchBox.Windows.Desktop.Program.Main(System.String[])


Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2019-09-10T11:11:38.000000000Z" />
    <EventRecordID>1099</EventRecordID>
    <Channel>Application</Channel>
    <Computer>InnoArcade-PC</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: LaunchBox.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
   at Unbroken.LaunchBox.Windows.Desktop.Program.Main(System.String[])

</Data>
  </EventData>
</Event>

Log Name:      Application
Source:        Application Error
Date:          9/10/2019 2:11:40 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      InnoArcade-PC
Description:
Faulting application name: LaunchBox.exe, version: 10.0.0.0, time stamp: 0x5d766db8
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x000007fe938eba03
Faulting process id: 0xa14
Faulting application start time: 0x01d567c88413555f
Faulting application path: C:\Arcade\LaunchBox_10\LaunchBox.exe
Faulting module path: unknown
Report Id: c2e52277-d3bb-11e9-b75b-001cc06af389
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2019-09-10T11:11:40.000000000Z" />
    <EventRecordID>1101</EventRecordID>
    <Channel>Application</Channel>
    <Computer>InnoArcade-PC</Computer>
    <Security />
  </System>
  <EventData>
    <Data>LaunchBox.exe</Data>
    <Data>10.0.0.0</Data>
    <Data>5d766db8</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>000007fe938eba03</Data>
    <Data>a14</Data>
    <Data>01d567c88413555f</Data>
    <Data>C:\Arcade\LaunchBox_10\LaunchBox.exe</Data>
    <Data>unknown</Data>
    <Data>c2e52277-d3bb-11e9-b75b-001cc06af389</Data>
  </EventData>
</Event>

Comments (1)

  1. Log in to comment