dont let me start program

Issue #4997 new
Javier Sanchez created an issue

No description provided.

Comments (2)

  1. Javier Sanchez reporter

    (Inner Exception)

    Acceso denegado a la ruta de acceso 'D:\LaunchBoxNoIntroCollection\No Intro\LaunchBox\Data\Platforms\SNK Neo Geo CD.xml'.

    App: LaunchBox
    Version: 9.10
    Type: System.UnauthorizedAccessException
    Site: Void WinIOError(Int32, System.String)
    Source: mscorlib

    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream..ctor(String path, FileMode mode)
    at (DataManager , String )
    at Unbroken.LaunchBox.Data.DataManager.LoadGames(String filePath)
    at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
    at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
    at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object <p0>)

    (Outer Exception)

    Se han producido uno o varios errores.

    App: LaunchBox
    Version: 9.10
    Type: System.AggregateException
    Site: Void ThrowIfExceptional(Boolean)
    Source: mscorlib

    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
    at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Func4 bodyWithLocal, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable1 source, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable1 source, Action`1 body)
    at (DataManager , Boolean , Boolean , Boolean )
    at Unbroken.LaunchBox.Data.DataManager.Load(Boolean settingsOnly, Boolean forceReloadAll, Boolean useMaxThreads)
    at Unbroken.LaunchBox.Data.DataManager..ctor(Boolean bare, Boolean settingsOnly, Boolean useMaxThreads)
    at Unbroken.LaunchBox.Desktop.App..ctor()
    at (String[] )
    at Unbroken.LaunchBox.Desktop.Program.Main(String[] args)

    Recent Log:

    12:28:31 Exception

  2. Christian

    Your computer is having access issues to the Data path. Ensure that you can manually open that XML file in Notepad. Also make sure it ISN’T open when you start LaunchBox or Big Box.

  3. Log in to comment