sekai0716 / kdm-kor

Automatically exported from code.google.com/p/kdm-kor
GNU General Public License v3.0
0 stars 0 forks source link

user.config파일 관련 #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
설정을 매번 가지고다니면서 옮겨야되서 불편하다는 
의견이 나와서

AppData 폴더에 생기는 user.config파일을

SDM자신의 경로에 만들고 읽게 만드려고 작업중입니다.

Original issue reported on code.google.com by sekai0716 on 11 Apr 2011 at 4:22

GoogleCodeExporter commented 9 years ago
음.. 어디를 바꿔야할지 감이 안오는군요

Original comment by sekai0716 on 11 Apr 2011 at 4:35

GoogleCodeExporter commented 9 years ago
신도님 혹시 os가 어떻게 되나여?

Original comment by hyunc...@naver.com on 11 Apr 2011 at 4:51

GoogleCodeExporter commented 9 years ago
저도 Windows7 64bit 씁니다.

Original comment by sekai0716 on 11 Apr 2011 at 4:54

GoogleCodeExporter commented 9 years ago
C:\Users\사용자이름\AppData\Local\신도세카이,_잃어버린하루\Sekai
'sDamageMeter.exe_Url_xxxxxxxxxxxxxxxxxxxxx\1.1.0.0

이 경로 안에 생기네요

Original comment by sekai0716 on 11 Apr 2011 at 4:54

GoogleCodeExporter commented 9 years ago
저도 윈7을 쓰는데 보니까 안되는 피씨가 있어서 봤더니...
운영체제가 xp더라구여. 32bit.. 애플리케이션 초기화하는 
과정중에
bitmap 아이콘 세팅하다가 프로그램이 죽는데...
그 부분을 잡아야될듯하네여.. 

Original comment by hyunc...@naver.com on 11 Apr 2011 at 5:08

GoogleCodeExporter commented 9 years ago
The image format is unrecognized.
   at System.Windows.Media.PixelFormat.GetPixelFormat(SafeMILHandle bitmapSource)
   at System.Windows.Media.Imaging.BitmapSource.UpdateCachedSettings()
   at System.Windows.Media.Imaging.BitmapSource.set_WicSourceHandle(BitmapSourceSafeMILHandle value)
   at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
   at System.Windows.Media.Imaging.BitmapSource.CompleteDelayedCreation()
   at System.Windows.Media.Imaging.BitmapSource.get_PixelWidth()
   at MS.Internal.AppModel.IconHelper.GetBestMatch(ReadOnlyCollection`1 frames, Int32 sysBitDepth, Int32 width, Int32 height)
   at MS.Internal.AppModel.IconHelper.GetIconHandlesFromBitmapFrame(Object callingObj, BitmapFrame bf, IconHandle& largeIconHandle, IconHandle& smallIconHandle)
   at System.Windows.Window.UpdateIcon()
   at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
   at System.Windows.Window.CreateSourceWindowImpl()
   at System.Windows.Window.SafeCreateWindow()
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(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, Boolean isSingleParameter)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
   at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
   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.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.Run()
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at System.Windows.Application.Run()
   at KingsDamageMeter.App.Main() in C:\Users\blue\Documents\Visual Studio 2010\Projects\sdm-test\sdm\obj\Debug\App.g.cs:line 0

이 부분 윈도우 아이콘 셋팅하면서 오류가 발생하는거 
같네여...

Original comment by hyunc...@naver.com on 11 Apr 2011 at 7:12