Jump to content

Recommended Posts

Posted

Добрый день я пытался запустить лаунчер и он мне выдал ошибку и сказал чтобы я написал вам отчёт о crashlog :

OS: Microsoft Windows 7 Максимальная (6.1.7601.65536) x64

Installed language: ru-RU

Physical memory: total 1, available: 0

Virtual memory: total 1, available: 1

Exception System.UnhandledExceptionEventArgs

Detail info System.Windows.Markup.XamlParseException: Вызов конструктора для типа "Launcher.MainWindow", удовлетворяющего указанным ограничениям привязки, привел к выдаче исключения. ---> System.IO.IOException: Процесс не может получить доступ к файлу "C:\Users\Марина\AppData\Local\Temp\tmpE07F.tmp", так как этот файл используется другим процессом.

в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

в 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)

в System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)

в System.Windows.Input.Cursor.LoadFromStream(Stream cursorStream)

в System.Windows.Input.Cursor..ctor(Stream cursorStream)

в Launcher.MainWindow..ctor()

--- Конец трассировки внутреннего стека исключений ---

в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)

в System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)

в System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)

в System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)

в System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)

в System.Windows.Application.DoStartup()

в System.Windows.Application.<.ctor>b__1(Object unused)

в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

в System.Windows.Threading.DispatcherOperation.InvokeImpl()

в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)

в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

в System.Windows.Threading.DispatcherOperation.Invoke()

в System.Windows.Threading.Dispatcher.ProcessQueue()

в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)

в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)

в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)

в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)

в System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)

в System.Windows.Threading.Dispatcher.Run()

в System.Windows.Application.RunDispatcher(Object ignore)

в System.Windows.Application.RunInternal(Window window)

в System.Windows.Application.Run(Window window)

в System.Windows.Application.Run()

в Launcher.App.Main()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...