Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. Application: Playfield.exe
  2. Framework Version: v4.0.30319
  3. Description: The process was terminated due to an unhandled exception.
  4. Exception Info: System.IO.FileNotFoundException
  5. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32, IntPtr)
  6. at MS.Win32.WinInet.get_InternetCacheFolder()
  7. at System.Windows.Media.Imaging.BitmapDownload.BeginDownload(System.Windows.Media.Imaging.BitmapDecoder, System.Uri, System.Net.Cache.RequestCachePolicy, System.IO.Stream)
  8. at System.Windows.Media.Imaging.LateBoundBitmapDecoder..ctor(System.Uri, System.Uri, System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Net.Cache.RequestCachePolicy)
  9. at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(System.Uri, System.Uri, System.IO.Stream, System.Windows.Media.Imaging.BitmapCreateOptions, System.Windows.Media.Imaging.BitmapCacheOption, System.Net.Cache.RequestCachePolicy, Boolean)
  10. at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
  11. at System.Windows.Media.Imaging.BitmapImage.EndInit()
  12. at System.Windows.Media.Imaging.BitmapImage..ctor(System.Uri, System.Net.Cache.RequestCachePolicy)
  13. at GoldfishWin.GamePanel.SetBackgroundImage()
  14. at GoldfishWin.GamePanel..ctor(GoldCore.PlayfieldOwnership, GoldCore.DogfishClient, GoldfishWin.LibraryView, GoldCoreDesktop.SteamGame, Boolean)
  15. at GoldfishWin.LibraryView.AddToLibrary(GoldCore.PlayfieldOwnership, Boolean)
  16. at GoldfishWin.LibraryView.AddToLibrary(GoldCore.PlayfieldGame, Boolean)
  17. at GoldfishWin.LibraryView+<DisplayOwnedGames>d__34.MoveNext()
  18. at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0(System.Object)
  19. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  20. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  21. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  22. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
  23. at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
  24. at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
  25. at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
  26. at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)
  27. at System.Windows.Threading.DispatcherOperation.Invoke()
  28. at System.Windows.Threading.Dispatcher.ProcessQueue()
  29. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  30. at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  31. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
  32. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  33. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  34. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
  35. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
  36. at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
  37. at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
  38. at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
  39. at System.Windows.Application.RunDispatcher(System.Object)
  40. at System.Windows.Application.RunInternal(System.Windows.Window)
  41. at System.Windows.Application.Run(System.Windows.Window)
  42. at GoldfishWin.SingleInstanceManager.OnStartup(Microsoft.VisualBasic.ApplicationServices.StartupEventArgs)
  43. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
  44. at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[])
  45. at GoldfishWin.EntryPoint.Main(System.String[])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement