BUG CRASHING ON WINDOWS GAME IMPORTS

Issue #3489 new
Former user created an issue

No description provided.

Comments (1)

  1. Psico Lock

    Referencia a objeto no establecida como instancia de un objeto.

    App: LaunchBox Version: 7.12-beta-10 Type: System.NullReferenceException 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.ImageGamesControl.<selectionTimer_Tick>b__63_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:34:00 Music.Pause Start 2:34:00 Music.Prepare Start 2:34:00 Music.Kill Start 2:34:00 Music.Kill Finished 2:34:00 Music.NotifyTrackList Start 2:34:00 Music.NotifyTrackList Invoke 2:34:06 Music.Pause Start 2:34:06 Music.Prepare Start 2:34:06 Music.Kill Start 2:34:06 Music.Kill Finished 2:34:06 Music.NotifyTrackList Start 2:34:06 Music.NotifyTrackList Invoke 2:34:11 Music.Pause Start 2:34:11 Music.Prepare Start 2:34:11 Music.Kill Start 2:34:11 Music.Kill Finished 2:34:11 Music.NotifyTrackList Start

  2. Log in to comment