Immediate Crash When Opening Launchbox

Issue #3632 new
bmo nomad created an issue

This didn't start occurring until after a crash happened to LB. Now LB won't open without crashing immediately.

To retrace steps:

  1. Was manually adding a game, and accidentally clicked on dropdown for 'developer', which seems to crash LB every time if there is a big library.

  2. Windows crash reporter eventually popped up dialog and I closed LB.

  3. When re-opening LB, I get the following Error: Input string was not in a correct format.

App: LaunchBox Version: 7.14 Type: System.FormatException Site: System.Object MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean) Source: System.Windows.Forms

at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at (MainForm , Game ) at Unbroken.LaunchBox.Desktop.Forms.MainForm.SetOneSelectedGameState(Game game) at (MainForm , Object , EventArgs ) at Unbroken.LaunchBox.Desktop.Forms.MainForm.gamesControl_SelectedGameChanged(Object sender, EventArgs e) at Unbroken.LaunchBox.Desktop.Controls.GamesControlBase.OnSelectedGameChanged() at Unbroken.LaunchBox.Desktop.Controls.ListGamesControl.<selectionTimer_Tick>b__43_0() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

2:14:04 PM GameDetailsGui.RedrawDetails Start 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailRating 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailFileName 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailCustomFields 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailLastPlayed 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailNotes 2:14:04 PM GameDetailsGui.RedrawDetails Before ShowDetailDates 2:14:04 PM GameDetailsGui.RedrawDetails End 2:14:05 PM Exception

Comments (1)

  1. Log in to comment