Big Box Crashes on Launch

Issue #7324 resolved
Quan Truong created an issue

The added or subtracted value results in an un-representable DateTime. (Parameter 'value')

App: Big Box
Version: 12.15
Type: System.ArgumentOutOfRangeException
Site: System.DateTime AddTicks(Int64)
Source: System.Private.CoreLib

at System.DateTime.AddTicks(Int64 value)
at Unbroken.LaunchBox.Windows.Data.FieldComparisonTypes.ValidateAspectInitializer(Object key, Object cfg, FieldType util)
at Unbroken.LaunchBox.Windows.Data.PlaylistFilter.GetMatches(Game game)
at BaseConnectionAlgo.NewDistributedComposer(Object , Game game, BaseConnectionAlgo )
at Unbroken.LaunchBox.Windows.Data.Playlist.GetGames(Boolean sort, Boolean includeHidden, Boolean includeBroken, Boolean excludeGamesMissingVideos, Boolean excludeGamesMissingBoxFrontImage, Boolean excludeGamesMissingScreenshotImage, Boolean excludeGamesMissingClearLogoImage, Boolean excludeGamesMissingBackgroundImage)
at MapConnectionAlgo.NewDistributedComposer(Object , Boolean sort, Boolean includeHidden, Boolean includeBroken, Boolean excludeGamesMissingVideos, Boolean excludeGamesMissingBoxFrontImage, Boolean excludeGamesMissingScreenshotImage, Boolean excludeGamesMissingClearLogoImage, Boolean excludeGamesMissingBackgroundImage, MapConnectionAlgo )
at Unbroken.LaunchBox.Windows.Data.Playlist.GetGameCount(Boolean includeHidden, Boolean includeBroken, Boolean excludeGamesMissingVideos, Boolean excludeGamesMissingBoxFrontImage, Boolean excludeGamesMissingScreenshotImage, Boolean excludeGamesMissingClearLogoImage, Boolean excludeGamesMissingBackgroundImage)
at CollectionConnectionAlgo.NewDistributedComposer(Object , Boolean includeHidden, Boolean includeBroken, Boolean excludeGamesMissingVideos, Boolean excludeGamesMissingBoxFrontImage, Boolean excludeGamesMissingScreenshotImage, Boolean excludeGamesMissingClearLogoImage, Boolean excludeGamesMissingBackgroundImage, CollectionConnectionAlgo )
at Unbroken.LaunchBox.Windows.Root.<>c__DisplayClass75_0.CloneAspectCode()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

4:14:05 PM Exception

Comments (7)

  1. Quan Truong reporter

    Cannot startup Big Box but Launchbox starts up just fine. Continuing to crash over and over with the same error.

  2. Christian

    Do you have an autopop playlist that is using the “Is in recent days” comparison? Right now it’s looking like one of your auto-pop playlists are set up in a way that is throwing the error.

    If you could zip up your entire \\LaunchBox\Data folder and attach it to the ticket, I’ll take a look and see if I can use it to replicate (and hopefully correct) the issue.

  3. Quan Truong reporter

    Yes - I do. “Recently Played” playlist. You are right on. I opened Launchbox and clicked on that playlist and Launchbox crashed too with the same error. I have attached my data folder. I removed that playlist from the playlist folder and BigBox is no longer crashing. Appreciate your help Christian!

  4. Quan Truong reporter
      <div class="preview-container wiki-content"><!-- loaded via ajax --></div>
      <div class="mask"></div>
    </div>
    

    </div> </form>

  5. Christian

    Yeah you had FAR too high a number and was throwing the system off. You had within a million days. If you made that a much smaller number it should work

  6. Log in to comment