#281

Solved

OCTGN crashes when trying to update game definition file

Reported by Zach Marshall on OCTGN · 10/06/2010 01:19:28

Assigned to:
jods
Priority:
Normal
Status:
Solved
Category:
Other
Version:
0.7.*
Issue type:
Bug

I tried to update the Magic game definition file today, but failed (repeatedly). Here’s the error message thrown at me:

VistaDB.Diagnostic.VistaDBException: Could not find a part of the path ‘C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3’.
Error 101 (Provider v. 3.3.1.54 Express): Cannot open data storage or file: C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3
Error 117 (Provider v. 3.3.1.54 Express): Cannot open database: C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3
—> VistaDB.Diagnostic.VistaDBException: Could not find a part of the path ‘C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3’.
Error 101 (Provider v. 3.3.1.54 Express): Cannot open data storage or file: C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3
-
→ System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\yodamuppet\AppData\Local\Octgn\a6c8d2e8-7cd8-11dd-8f94-e62b56d89593\game.vdb3’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.GetAttributes(String path)
at e1.a(String A_0, Int32 A_1, Boolean A_2)
at e1..ctor(String A_0, a A_1, Int32 A_2, Boolean A_3)
at u.a(String A_0, a A_1, Int32 A_2, Boolean A_3)
at n0.b(a A_0, UInt64 A_1)
at he.b(a A_0, UInt64 A_1)
at gn.b(a A_0, UInt64 A_1)
at n0.c(a A_0, UInt64 A_1)
- End of inner exception stack trace -
at n0.c(a A_0, UInt64 A_1)
at mv.a(String A_0, VistaDBDatabaseOpenMode A_1, String A_2, Boolean A_3, Boolean A_4)
- End of inner exception stack trace -
at mv.a(String A_0, VistaDBDatabaseOpenMode A_1, String A_2, Boolean A_3, Boolean A_4)
at mv.b(String A_0, VistaDBDatabaseOpenMode A_1, String A_2)
at Octgn.Data.Game.OpenDatabase(Boolean readOnly)
at Octgn.Data.Game.GetCustomProperties()
at Octgn.Data.Game.get_CustomProperties()
at Octgn.Data.GamesRepository.CheckCompatibility(Game game, IEnumerable`1 properties)
at Octgn.Data.GamesRepository.InstallGame(Game game, IEnumerable`1 properties)
at Octgn.Launcher.GameManager.InstallGame(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run()
at Octgn.OctgnApp.Main()

Attachments


Loading comments...