We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Windows.Markup.XamlParseException: '지정된 바인딩 제약 조건과 일치하는 'FFXIV_TexTools2.MainWindow' 형식에 대한 생성자 호출에서 예외가 throw되었습니다.' 줄 번호 '10' 및 줄 위치 '5' ---> System.Collections.Generic.KeyNotFoundException: 지정한 키가 사전에 없습니다. 위치: System.ThrowHelper.ThrowKeyNotFoundException() 위치: System.Collections.Generic.Dictionary`2.get_Item(TKey key) 위치: FFXIV_TexTools2.ViewModel.MainViewModel.FillTree() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 557 위치: FFXIV_TexTools2.ViewModel.MainViewModel.runStartup() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 250 위치: FFXIV_TexTools2.ViewModel.MainViewModel.SetDirectories(Boolean valid) 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 393 위치: FFXIV_TexTools2.ViewModel.MainViewModel..ctor() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 78 위치: FFXIV_TexTools2.MainWindow..ctor() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\MainWindow.xaml.cs:줄 48 --- 내부 예외 스택 추적의 끝 --- 위치: System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) 위치: 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.DoStartup() 위치: System.Windows.Application.<.ctor>b__1_0(Object unused) 위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) 위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) 위치: System.Windows.Threading.DispatcherOperation.InvokeImpl() 위치: 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) 위치: MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext 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) 위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, 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.Application.RunDispatcher(Object ignore) 위치: System.Windows.Application.RunInternal(Window window) 위치: FFXIV_TexTools2.App.Main()
The text was updated successfully, but these errors were encountered:
edit info.otherClientSupport from False to True
Sorry, something went wrong.
No branches or pull requests
System.Windows.Markup.XamlParseException: '지정된 바인딩 제약 조건과 일치하는 'FFXIV_TexTools2.MainWindow' 형식에 대한 생성자 호출에서 예외가 throw되었습니다.' 줄 번호 '10' 및 줄 위치 '5' ---> System.Collections.Generic.KeyNotFoundException: 지정한 키가 사전에 없습니다.
위치: System.ThrowHelper.ThrowKeyNotFoundException()
위치: System.Collections.Generic.Dictionary`2.get_Item(TKey key)
위치: FFXIV_TexTools2.ViewModel.MainViewModel.FillTree() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 557
위치: FFXIV_TexTools2.ViewModel.MainViewModel.runStartup() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 250
위치: FFXIV_TexTools2.ViewModel.MainViewModel.SetDirectories(Boolean valid) 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 393
위치: FFXIV_TexTools2.ViewModel.MainViewModel..ctor() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\ViewModel\MainViewModel.cs:줄 78
위치: FFXIV_TexTools2.MainWindow..ctor() 파일 C:\Users\rkele\Downloads\FFXIV_TexTools2-master\FFXIV_TexTools2-master\FFXIV_TexTools2\MainWindow.xaml.cs:줄 48
--- 내부 예외 스택 추적의 끝 ---
위치: System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
위치: 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.DoStartup()
위치: System.Windows.Application.<.ctor>b__1_0(Object unused)
위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
위치: System.Windows.Threading.DispatcherOperation.InvokeImpl()
위치: 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)
위치: MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext 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)
위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, 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.Application.RunDispatcher(Object ignore)
위치: System.Windows.Application.RunInternal(Window window)
위치: FFXIV_TexTools2.App.Main()
The text was updated successfully, but these errors were encountered: