Author Topic: Error message with PDFE trial version  (Read 6477 times)

0 Members and 1 Guest are viewing this topic.

JS user

  • Newbie
  • *
  • Posts: 2
Error message with PDFE trial version
« on: November 03, 2017, 01:26:55 PM »
Getting message "Access violation at address 00555619 in module PDF Explorer.exe. Read of address 00000000" after installing current trail version of PDF Explorer under Windows 7. Any comments please? Thank you.

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Error message with PDFE trial version
« Reply #1 on: November 03, 2017, 06:11:44 PM »
The error fires immediately after starting or when you interact with any of the program functionality?
Please post the entire error report text.

JS user

  • Newbie
  • *
  • Posts: 2
Re: Error message with PDFE trial version
« Reply #2 on: November 04, 2017, 03:20:59 PM »
Hi
meanwhile I de-installed PDFE and re-installed it again.
Installation goes well but when I select a folder for PDF import PDFE closes immediately and cannot be restarted again (unless another de-installation / re-installation process will be initiated).
Error message below does not show up again.
Any thoughts, please?

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Error message with PDFE trial version
« Reply #3 on: November 05, 2017, 03:11:46 PM »
Check with the Windows Event Viewer if there is any application error related to PDFExplorer.exe. To easily find all the events specific to the PDFExplorer.exe process you may create a custom view, with this XML filter:
Code: [Select]
<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">*[EventData[(Data='pdfexplorer.exe')]]</Select>
  </Query>
</QueryList>

You may also try with the process monitor tool, to log all the registry and file system activity generated by the PDFExplorer.exe, so I can check what may be causing this issue.
Just set a filter to monitor only the activity generated by the process named PDFExplorer.exe, enable the Show Registry and Show File System activity toolbar buttons, (as depicted in the attached screenshot) and then run the PDFE until it fails. Take a screenshot of the tool showing the last logged lines or, even better, save the log to a file, zip it, and attach it here to a forum reply.