Asked by:
Application Error

Question
-
hi all.
plz help me for fix error in run .exe in windows 2012 r2 x64.
Log Name: Application
Source: Application Error
Date: 7/12/2016 2:53:32 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
Description:
Faulting application name: new_100.exe, version: 1.0.0.0, time stamp: 0x5745847f
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18340, time stamp: 0x57366075
Exception code: 0xe0434352
Fault offset: 0x0000000000008a5c
Faulting process id: 0x440
Faulting application start time: 0x01d1dc233fd34cc6
Faulting application path: C:\Users\Administrator\Desktop\new_100.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 7dde5c44-4816-11e6-80c7-005056ae76b2
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-07-12T09:53:32.000000000Z" />
<EventRecordID>1682</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-GPKGHMPBF5N</Computer>
<Security />
</System>
<EventData>
<Data>new_100.exe</Data>
<Data>1.0.0.0</Data>
<Data>5745847f</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.3.9600.18340</Data>
<Data>57366075</Data>
<Data>e0434352</Data>
<Data>0000000000008a5c</Data>
<Data>440</Data>
<Data>01d1dc233fd34cc6</Data>
<Data>C:\Users\Administrator\Desktop\new_100.exe</Data>
<Data>C:\Windows\system32\KERNELBASE.dll</Data>
<Data>7dde5c44-4816-11e6-80c7-005056ae76b2</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
AhrimanSefid
- Moved by Herro wongMicrosoft contingent staff Wednesday, July 27, 2016 1:05 AM third-party related
Tuesday, July 12, 2016 10:07 AM
All replies
-
Hi,
I think you may need to change platform setting to x86.
This is a similar issue in the forum https://social.msdn.microsoft.com/Forums/vstudio/en-US/2556a86b-f82e-4efb-bcdd-19919facbff6/application-error-faulting-module-name-kernelbasedll-version-61760016385?forum=vcgeneral
Thanks, Mahmoud
Tuesday, July 12, 2016 11:15 AM -
thank you.
but .exe compile send me not access to change .exe.
change windows to x86 fixed?
AhrimanSefid
- Edited by AhrimanSefid Tuesday, July 12, 2016 2:01 PM
Tuesday, July 12, 2016 1:56 PM -
Yes, are you using Visual Studio?
Thanks, Mahmoud
Tuesday, July 12, 2016 4:22 PM -
Hi AhrimanSefid,
According to your images, it seems that you use third-party tools, I would suggest that you could post your issue on telerik forums for better support.
Thank you for your understanding.
Best regards,
Cole Wu
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Wednesday, July 27, 2016 1:04 AM