Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Object reference not set to an instance of an object.
  2.  
  3. App: LaunchBox
  4. Version: 7.10
  5. Type: System.NullReferenceException
  6. Site: System.Object MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean)
  7. Source: System.Windows.Forms
  8.  
  9. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
  10. at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
  11. at (MainForm , Game )
  12. at Unbroken.LaunchBox.Desktop.Forms.MainForm.SetOneSelectedGameState(Game game)
  13. at (MainForm , Object , EventArgs )
  14. at Unbroken.LaunchBox.Desktop.Forms.MainForm.gamesControl_SelectedGameChanged(Object sender, EventArgs e)
  15. at Unbroken.LaunchBox.Desktop.Controls.GamesControlBase.OnSelectedGameChanged()
  16. at Unbroken.LaunchBox.Desktop.Controls.ImageGamesControl.<selectionTimer_Tick>b__63_0()
  17. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  20. at System.Threading.ThreadHelper.ThreadStart()
  21.  
  22. Recent Log:
  23.  
  24. 12:45:57 AM Music.Pause Start
  25. 12:45:57 AM Music.Prepare Start
  26. 00:45:57 Music.Kill Start
  27. 00:45:57 Music.Kill Finished
  28. 00:45:57 Music.NotifyTrackList Start
  29. 12:45:57 AM Music.NotifyTrackList Invoke
  30. 12:45:58 AM GameDetailsGui.RedrawDetails Start
  31. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailRating
  32. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailFileName
  33. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailCustomFields
  34. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailLastPlayed
  35. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailNotes
  36. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailDates
  37. 12:45:58 AM GameDetailsGui.RedrawDetails End
  38. 12:45:58 AM GameDetailsGui.RedrawDetails Start
  39. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailRating
  40. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailFileName
  41. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailCustomFields
  42. 12:45:58 AM GameDetailsGui.RedrawDetails Before ShowDetailLastPlayed
  43. 12:45:58 AM Exception
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement