twain / twain-dsm

TWAIN Data Source Manager
140 stars 55 forks source link

Latest 2.4 release *.dll and *.msm files are invalid #11

Open DeadX07 opened 6 years ago

DeadX07 commented 6 years ago

All of your 2.4 release binaries and merge modules are invalid files.

tweimer commented 3 years ago

@DeadX07 Can you elaborate? With the binaries from this site (from Releases/dsm_020403/windows/64/) and a java library called Morena, I am getting this StackTrace:

2020-11-26 09:42:33,082 ERROR (TwainScanner.java:scan) - FEHLER SK.gnome.twain.TwainException: Failed to load System32\TWAINDSM.dll (error=193) at SK.gnome.twain.TwainManager.listSources(Native Method)

Error 193 appears to be a problem with 32bit/64bit DLLs.

However, the releases from https://sourceforge.net/projects/twain-dsm/ are working fine.

@kolomiets @mlmcl62: Do you have any idea why this DLLs won't load? Do they need any dependencies?