Editing Game Series or other details - incessant error crash

Issue #392 resolved
David Medlin created an issue

Here is a verbose lisiting of this error. I have had this problem since 5.x, going forward (beta or otherwise)

System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.GetFileName(String path) at System.IO.Path.GetFileNameWithoutExtension(String path) at LaunchBox.Data.Game.GetResourceFilesFromFolder(String folder, List`1 results, Boolean imagesOnly) at LaunchBox.Data.Game.GetFanartFilePaths() at LaunchBox.Controls.ImageGamesControl.SetBackgroundImage(Game game) at LaunchBox.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()

Comments (5)

  1. Jason Carr repo owner

    Hi David, this appears to be caused by an invalid file path in an application path field or similar. I've added some safety to checks to help prevent this error when it's encountered. The fix should be in the next beta which is out later today. Let me know if you're still seeing it and I will re-open.

  2. Log in to comment