Hello All:
First time I have had DocFetcher crash, here is the infomation related to the error:
program.name=DocFetcher
program.version=1.1.21
program.build=20180622-1017
program.portable=false
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.8.0_91-b15
java.version=1.8.0_91
sun.arch.data.model=32
os.arch=x86
os.name=Windows 7
os.version=6.1
user.language=en
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sourceforge.docfetcher.Main.main(Main.java:120)
Caused by: com.melloware.jintellitype.JIntellitypeException: Could not load JIntellitype.dll from local file system or from inside JAR
at com.melloware.jintellitype.JIntellitype.<init>(JIntellitype.java:114)
at com.melloware.jintellitype.JIntellitype.getInstance(JIntellitype.java:177)
at net.sourceforge.docfetcher.gui.HotkeyListenerWindowsImpl.init(HotkeyHandler.java:99)
at net.sourceforge.docfetcher.gui.HotkeyHandler.registerHotkey(HotkeyHandler.java:56)
at net.sourceforge.docfetcher.gui.Application.initHotkey(Application.java:1232)
at net.sourceforge.docfetcher.gui.Application.main(Application.java:295)
... 5 more
Caused by: java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\DocFetcher\lib\JIntellitype32.dll: Invalid access to memory location
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.melloware.jintellitype.JIntellitype.<init>(JIntellitype.java:99)
... 10 more</init></init>
Hope that helps! Thanks to you developer(s) who work on this. This program is awesome!
Anonymous
Hello All:
In response to this posting by myself, I did observe the machine which invoked the error had taken a WIN7 update but was not rebooted. I believe some resource files that DocFetcher uses likely were involved and hence the crash. Reboot of the machine and permitting windows to update these resource files corrected the issue.
Please close this ticket.
See also: https://sourceforge.net/p/docfetcher/bugs/1514