I just updated to latest version 21.1 as it was stated that an issue ciritical for my application was fixed in it.
As I try to run the application (or the given examples), the program crashes with an UnsatisfiedLinkError:
java.lang.UnsatisfiedLinkError: 'java.util.Map com.groupdocs.conversion.internal.c.a.w.WindowsNativeCall.readRegistryStringValues(int, java.lang.String)'
This happens when using the version obtained from http://repository.groupdocs.com/repo/ using maven as well as when using the locally installed version downloaded from https://downloads.groupdocs.com/viewer/net/new-releases/groupdocs.viewer-for-.net-21.1/. (Invalid install file (install.bat) here btw).
More specifically, the error is only raised, when any Converter.convert(...)
method is called.
Has anybody had the same problem or does know what to do here?
Thanks in advance!