Hello,
I am trying to run a program using task scheduler. I have done this before without any issues up to now. The program runs correctly if I launch it normally or from the command prompt. If I run it from the task scheduler it seems to stop in the middle of the execution. I get the following error in the event viewer.
Log Name: Application
Source: Application Error
Date: 4/5/2021 3:42:01 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: EC2AMAZ-GB0H3EH
Description:
Faulting application name: person.exe, version: 3.0.2.6, time stamp: 0x6064e1f6
Faulting module name: pbdwe190.dll, version: 19.1.0.2353, time stamp: 0x5f145530
Exception code: 0xc000041d
Fault offset: 0x00281e09
Faulting process id: 0x3ef0
Faulting application start time: 0x01d72a53af6cc92e
Faulting application path: C:\Program Files (x86)\XXX\Person\person.exe
Faulting module path: C:\Program Files (x86)\XXX\Person\pbdwe190.dll
Report Id: 71c111f7-2344-482b-9698-3104a400772f
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="2021-04-05T19:42:01.182985500Z" />
<EventRecordID>40940</EventRecordID>
<Channel>Application</Channel>
<Computer>EC2AMAZ-GB0H3EH</Computer>
<Security />
</System>
<EventData>
<Data>person.exe</Data>
<Data>3.0.2.6</Data>
<Data>6064e1f6</Data>
<Data>pbdwe190.dll</Data>
<Data>19.1.0.2353</Data>
<Data>5f145530</Data>
<Data>c000041d</Data>
<Data>00281e09</Data>
<Data>3ef0</Data>
<Data>01d72a53af6cc92e</Data>
<Data>C:\Program Files (x86)\XXX\Person\person.exe</Data>
<Data>C:\Program Files (x86)\XXX\Person\pbdwe190.dll</Data>
<Data>71c111f7-2344-482b-9698-3104a400772f</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
Any Ideas?
Thanks, Andy.
I stumbled on the solution. It was the same advise you gave to correct random crashes by creating a pb.ini file, see:
https://community.appeon.com/index.php/qna/q-a/fix-for-random-crash-works-for-all-pb-versions-including-2019-r3
It now works fine.
Thanks,
Andy
Wow .. that Chris guy knows his stuff ... LOL!