tyranid / oleviewdotnet

A .net OLE/COM viewer and inspector to merge functionality of OleView and Test Container
GNU General Public License v3.0
1.1k stars 182 forks source link

"Value does not fall within the expected range" Exception after clicking view type library #3

Closed hulucc closed 7 years ago

hulucc commented 7 years ago

Very impressive tool! I'm looking for this for a long time. But when I open type library of some entry which can be opened by oleview.exe, I got this exception. error Did I miss something? Thanks in advance.

tyranid commented 7 years ago

So there was a bug which meant that the application only looked for type libraries with the default '0' locale , which in the case of Session interface wasn't available. I've updated it now so hopefully it should now work. Get the pre-release of v1.3.1 in https://github.com/tyranid/oleviewdotnet/releases/tag/v1.3.1 and let me know if it fixes it.

hulucc commented 7 years ago

👍 It works.

tyranid commented 7 years ago

Okay will close this issue then.