Sicos1977 / IFilterTextReader

A reader that gets text from different file formats through the IFilter interface
Other
55 stars 38 forks source link

Not able to load RTF files #16

Closed saeynic closed 8 years ago

saeynic commented 8 years ago

Dear Kees,

I have an issue with RTF files, it consequently fails on each RTF file with a COMException on this line: iPersistStream.Load(comStream); In attach I have included more background information. Could you please have a look at this?

Debug_Info.zip

Many thanks!

Best regards. Nico

FYI: I'm using Windows 10 Build 10240 64 bit and your latest version 1.5.0.0

Sicos1977 commented 8 years ago

Hi,

Your RTF seems to work fine overhere... Try reinstalling your Office IFilters --> https://www.microsoft.com/en-us/download/details.aspx?id=17062

21-5-2016 08-01-17

And since your dutch :-) ... met vriendelijke groet, Kees

saeynic commented 8 years ago

Kees,

Thank you for this tip. I reinstalled the Office filters, but only the Microsoft Office Filter got a higher version. the other filter DLL files (and the rtffilt.dll) had the same version as before: (FYI:) searchfilterview2

But I did some extra steps, based on this thread: http://answers.microsoft.com/en-us/windows/forum/windows_7-files/windows-7-will-not-search-my-rtf-files-i-went-into/e7f885dc-1783-e011-9b4b-68b599b31bf5

  1. rebuild index (not relevant I guess, but I did it anyway)
  2. register with administrator permissions "regsvr32 rtffilt.dll"
  3. reboot PC

And... yes -> it worked!

Many thanks! Best regards from Belgium ;o) Nico

Sicos1977 commented 8 years ago

Hi,

Nice that you got it fixed.

Greetings, Kees