GoldRenard / DMOAdvancedLauncher

Advanced launcher for Digimon Masters Online (DMO)
16 stars 9 forks source link

[3.1.107][LoginManager] Login NRE #53

Closed GoldRenard closed 8 years ago

GoldRenard commented 8 years ago

Error Reason:
----------------------------------------
AdvancedLauncher.exe caused NullReferenceException (Object reference not set to an instance of an object.) in assembly "AdvancedLauncher" at IL:79, NATIVE:219, System.Void AdvancedLauncher.Management.Internal.LoginManager.Login(AdvancedLauncher.SDK.Model.Config.Profile profile)

CLR Stack Trace: Interrupted Thread, TID: 18
----------------------------------------
"AdvancedLauncher" at IL:79, NATIVE:219, System.Void AdvancedLauncher.Management.Internal.LoginManager.Login(AdvancedLauncher.SDK.Model.Config.Profile profile)
"PresentationCore" at IL:230, NATIVE:239, System.Void System.Windows.EventRoute.InvokeHandlersImpl(System.Object source, System.Windows.RoutedEventArgs args, System.Boolean reRaised)
"PresentationCore" at IL:87, NATIVE:133, System.Void System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)
"PresentationFramework" at IL:12, NATIVE:97, System.Void System.Windows.Controls.Primitives.ButtonBase.OnClick()
"PresentationFramework" at IL:26, NATIVE:89, System.Void System.Windows.Controls.Button.OnClick()
"PresentationFramework" at IL:68, NATIVE:183, System.Void System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs e)
"PresentationCore" at IL:7, NATIVE:53, System.Void System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, System.Object target)
"PresentationCore" at IL:48, NATIVE:75, System.Void System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object target, System.Windows.RoutedEventArgs routedEventArgs)
"PresentationCore" at IL:230, NATIVE:239, System.Void System.Windows.EventRoute.InvokeHandlersImpl(System.Object source, System.Windows.RoutedEventArgs args, System.Boolean reRaised)
"PresentationCore" at IL:101, NATIVE:329, System.Void System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args, System.Windows.RoutedEvent newEvent)
"PresentationCore" at IL:0, NATIVE:244, System.Void System.Windows.UIElement.OnMouseUpThunk(System.Object sender, System.Windows.Input.MouseButtonEventArgs e)
"PresentationCore" at IL:7, NATIVE:53, System.Void System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate handler, System.Object target)
"PresentationCore" at IL:48, NATIVE:75, System.Void System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object target, System.Windows.RoutedEventArgs routedEventArgs)
"PresentationCore" at IL:230, NATIVE:239, System.Void System.Windows.EventRoute.InvokeHandlersImpl(System.Object source, System.Windows.RoutedEventArgs args, System.Boolean reRaised)
"PresentationCore" at IL:87, NATIVE:133, System.Void System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args)
"PresentationCore" at IL:20, NATIVE:75, System.Void System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs args)
"PresentationCore" at IL:479, NATIVE:1319, System.Boolean System.Windows.Input.InputManager.ProcessStagingArea()
"PresentationCore" at IL:53, NATIVE:113, System.Boolean System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport inputReport)
"PresentationCore" at IL:524, NATIVE:828, System.Boolean System.Windows.Interop.HwndMouseInputProvider.ReportInput(System.IntPtr hwnd, System.Windows.Input.InputMode mode, System.Int32 timestamp, System.Windows.Input.RawMouseActions actions, System.Int32 x, System.Int32 y, System.Int32 wheel)
"PresentationCore" at IL:588, NATIVE:720, System.IntPtr System.Windows.Interop.HwndMouseInputProvider.FilterMessage(System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled)
"PresentationCore" at IL:74, NATIVE:157, System.IntPtr System.Windows.Interop.HwndSource.InputFilterMessage(System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled)
"WindowsBase" at IL:16, NATIVE:194, System.IntPtr MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled)
"WindowsBase" at IL:54, NATIVE:129, System.Object MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object o)
"WindowsBase" at IL:119, NATIVE:104, System.Object System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, System.Object args, System.Int32 numArgs)
"WindowsBase" at IL:2, NATIVE:53, System.Object System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler)
"WindowsBase" at IL:187, NATIVE:368, System.Object System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs)
"WindowsBase" at IL:280, NATIVE:286, System.IntPtr MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam)
"WindowsBase" at NATIVE:0, System.IntPtr MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG& msg)
"WindowsBase" at IL:60, NATIVE:235, System.Void System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame)
"PresentationFramework" at IL:31, NATIVE:114, System.Object System.Windows.Application.RunDispatcher(System.Object ignore)
"PresentationFramework" at IL:223, NATIVE:140, System.Int32 System.Windows.Application.RunInternal(System.Windows.Window window)
"AdvancedLauncher" at IL:11, NATIVE:63, System.Void AdvancedLauncher.App.Main()
GoldRenard commented 8 years ago

NRE caused by IL_004f: ret instruction. Whaat? I don't know how it is possible.

GoldRenard commented 8 years ago

Closed. CLR glitch?