Launchbox can't download anything

Issue #6464 new
Patrick Nelson created an issue

No description provided.

Comments (4)

  1. Patrick Nelson reporter

    App: LaunchBox
    Version: 12.3
    Type: System.IO.IOException
    Site: System.String GetTempFileName()
    Source: System.Private.CoreLib

    at System.IO.Path.GetTempFileName()
    at Unbroken.RushDownloader.Download(String url, String destinationPath, Action2 progressAction, Func1 getCancelledFunc)
    at Unbroken.LaunchBox.Windows.Processes.ImageDownloader.ProcessQueue(Func1 isCancelled, String activeImageGroup, Action2 onIndeterminateUpdate, Action4 onUpdateAction, Action2 onGameImageDownloaded)
    at Unbroken.LaunchBox.Windows.Desktop.ImageDownloaderHelp.<>c.CountAwareComparator()
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CollectNotificationCustomer(Object )
    at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.SetAspectToken()
    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:

  2. Christian

    For some reason the application is not being allowed to create the temp folder we use to download items to. Please check that you don’t have weird file permissions set on \\LaunchBox\Metadata folder. The location cannot be set to readonly and your user needs read/write access to the folder and all sub folders.

  3. Log in to comment