Program keeps dying in User32.dll

  • Thread starter Thread starter James Farquhar
  • Start date Start date
J

James Farquhar

Guest
I am having an issue where my program keeps dying in User32.dll. The thing is I have no idea how it got to that point, or what entry point is. Here is the dump of the application log. I know that the Exception Code is telling me it is an Memory Access error, which probably means a bad pointer, but what I need help will is determining what is the actual function call which I assume there is a way to get that from the Exception Offset which in this case is 0x00018172. If it helps this is a Window 7.

Log Name: Application Source: Application Error Date: 1/24/2017 10:51:40 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: 5FBCFB2 Description: Faulting application name: PARSEntr.exe, version: 0.0.0.0, time stamp: 0x5862e934 Faulting module name: USER32.dll, version: 6.1.7601.19061, time stamp: 0x56423973 Exception code: 0xc0000005 Fault offset: 0x00018172 Faulting process id: 0x6d0 Faulting application start time: 0x01d276621d8ee98d Faulting application path: C:\Tiburon\Prd\Bin\PARSEntr.exe Faulting module path: C:\windows\syswow64\USER32.dll Report Id: 6072d9ff-e255-11e6-8929-f48e38d14052 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="2017-01-24T16:51:40.000000000Z" /> <EventRecordID>12753</EventRecordID> <Channel>Application</Channel> <Computer>5FBCFB2.milwpd.org</Computer> <Security /> </System> <EventData> <Data>PARSEntr.exe</Data> <Data>0.0.0.0</Data> <Data>5862e934</Data> <Data>USER32.dll</Data> <Data>6.1.7601.19061</Data> <Data>56423973</Data> <Data>c0000005</Data> <Data>00018172</Data> <Data>6d0</Data> <Data>01d276621d8ee98d</Data> <Data>C:\Tiburon\Prd\Bin\PARSEntr.exe</Data> <Data>C:\windows\syswow64\USER32.dll</Data> <Data>6072d9ff-e255-11e6-8929-f48e38d14052</Data> </EventData> </Event><u5:p></u5:p>

<u5:p></u5:p>

Continue reading...
 

Similar threads

S
Replies
0
Views
116
ShipWrek1
S
K
Replies
0
Views
636
Karthick PrathapSingh
K
K
Replies
0
Views
91
Kill in Preparation
K
Back
Top