Scanner: ICError - 313:{ICDAppController.m}

Hey Guys,


I've just upgraded the last iMac to 10.12 and am now trying to get my custom scanner application/driver working again.


The scanner can be found under: https://github.com/chrspeich/SaneNetScanner It hase survived all osx upgrades since 2012 without any adaptions but now fails…


When running in Xcode as debug I get the following in the system log:

20:22:50.603815 +0200 SaneNetScanner #ICInfo  - 192:{ICDAppController.m} (Starting application)
20:22:50.617034 +0200 opendirectoryd Client: <private>, UID: 501, EUID: 501, GID: 20, EGID: 20
20:22:50.623665 +0200 icdd #ICDebug - 678:{ICResourceManager.m} (
Using LaunchParams:
(null)
)
20:22:50.623836 +0200 SaneNetScanner #ICInfo  - 1046:{ICDAppController.m} (-->     Received Launch Params)
20:22:50.623994 +0200 SaneNetScanner #ICInfo  - 250:{ICDAppController.m} (-->     LaunchParams = (null))
20:22:50.624072 +0200 SaneNetScanner #ICError - 313:{ICDAppController.m} (!-!     Open device failed with -50)
20:22:50.624800 +0200 SaneNetScanner #ICInfo  - 1120:{ICDAppController.m} (<--     Terminated)


It dosn't call into any of my gICDScannerCallbackFunctions, so I think that some overall configuration is wrong. The VirtualScanner sample project (which works fine) has additional DeviceInfo.plist and ScannerProperties.plist files. However adding these to my project did not solve the problem.


Has anyone any idea, what the system is complaining about?


Thanks

Replies

hi kleinweby

I'm having exactly the same problem....


Please can someone at Apple reply ?