Share via


Application 1000, and 1026 .NET Runtime errors

Question

Friday, March 9, 2018 9:23 AM | 1 vote

I have no idea why this crashes on windows 10, but doesn't on windows 7
Event ID 1000

Faulting application name: SallosLauncher.exe, version: 1.0.0.0, time stamp: 0x5545c9ed
Faulting module name: KERNELBASE.dll, version: 10.0.16299.248, time stamp: 0x4414ec23
Exception code: 0xe0434352
Fault offset: 0x0000000000014008
Faulting process id: 0x2eb4
Faulting application start time: 0x01d3b76979190ec1
Faulting application path: C:\Users\Justin\Desktop\Sallos\SallosLauncher.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 97a1d4a1-317b-4a9f-88ad-8fa55b76460e
Faulting package full name:
Faulting package-relative application ID:
___________________________________________________________________
Event ID 1026

Application: SallosLauncher.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
   at PlayUO.Texture.HitTest(Int32, Int32)
   at PlayUO.Gumps.RecurseMouseMove(Int32, Int32, PlayUO.Gump, Int32, Int32, System.Windows.Forms.MouseButtons)
   at PlayUO.Gumps.RecurseMouseMove(Int32, Int32, PlayUO.Gump, Int32, Int32, System.Windows.Forms.MouseButtons)
   at PlayUO.Gumps.MouseMove(Int32, Int32, System.Windows.Forms.MouseButtons)
   at PlayUO.Engine.MouseMoveQueue()
   at PlayUO.MessageManager.BeginRender()
   at PlayUO.Renderer.DrawUnsafe()
   at PlayUO.Renderer.Draw()
   at Injection.Seed.MainA()
   at Injection.Seed.Initialize()
   at Injection.Seed.Main(System.String[])

Exception Info: System.Reflection.TargetInvocationException
   at System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[])
   at System.Reflection.RuntimeMethodInfo.Invoke(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)
   at PVzUjviigUEJAUIOiCOmvxWZcpQE.‪‍‬​​‬‪‪​‎‏‭‌‭‎‏‏‫‫‌‏‮(System.Object, System.Windows.RoutedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent)
   at System.Windows.UIElement.OnMouseUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs)
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
   at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)
   at System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at ‬‏​‌‌​‌‮​‭‪‪‭‫‌​​‬‭‭‫​‏‪​‬‏‎‬‮.‪‮‫‬‮‪​‎‬‫‌​‮‍​‪‌‬‫‎‎‬‮‎‮()

All replies (5)

Friday, March 9, 2018 12:35 PM

Hi JibreelUOF.

The exception code 0xe0434352 is the exception code used internally by the CLR to represent most exceptions: according to the information you've posted, an exception was not handled, thus making the program terminate its execution.
You wrote that the software worked fine on Windows 7: did you try changing the compatibility settings in the program's executable file as per screenshot below?

You could also try using the Run programs made for previous versions of Windows feature in Control Panel -> Programs -> Programs and Features.
If neither of these tests can fix the issue, I'd suggest you to contact the application's manufacturer and ask for support.

Bye.

Luigi Bruno
MCP, MCTS, MOS, MTA


Friday, March 9, 2018 1:28 PM

@JibreelUOF seems to be a known problem, see the last post on this thread: Sallos
btw.: did you really disable your Antivirus to install this?


Monday, March 12, 2018 7:05 AM

Hi,

Did this problem just occur in this application?

If yes, please confirm with that application’s vender to make sure it’s supported on your current version of Windows 10.

Please try to take following methods to see if it can work.

If yes, you could take Cyber_Defend_Team’s advice, and you could also try following methods.

1.  Running the application as an administrator. Right click on the application shortcut or application .exe file, then click on Properties, and on the Compatibility tab. Check the "Run this program as an administrator" box, and click on OK.

2. Run this application in compatible mode. Under Compatibility tab, choose Run this program in compatibility mode for, change the version to see if it works well.

3. Please boot into clean environment to see if it can work well.

    Here is a link for your reference.

    How to perform a clean boot in Windows:

    https://support.microsoft.com/en-in/help/929135/how-to-perform-a-clean-boot-in-windows

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, March 14, 2018 9:51 AM

Hi, 

How’s everything going? Please feel free to give me any update.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Friday, March 16, 2018 9:56 AM

 

Hi, 

Just checking in to see if the information was helpful. Please let us know if you would like further assistance.

 

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].