| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/epsonscan2/files/ |
Upload File : |
--- src/Standalone/commandlinemode.cpp.orig 2021-11-25 00:56:56 UTC
+++ src/Standalone/commandlinemode.cpp
@@ -538,7 +538,7 @@ void CommandLineMode::ErrorMessage(SDIError outError)
}else if(outError == kSDIErrorPaperProtect){
error_message = "ERROR : A paper jam has occurred. See the documentation for instructions on removing your originals.";
}else if(outError == kSDIErrorDeviceInBusy){
- error_message = "kSDIErrorDeviceInBusy";
+ error_message = "ERROR : kSDIErrorDeviceInBusy";
}else if(outError == kSDIErrorCoverOpen){
error_message = "ERROR : ADF or ADF cover is open. Close it and reload the originals.";
}else if(outError == kSDIErrorTrayClose){
@@ -559,6 +559,8 @@ void CommandLineMode::ErrorMessage(SDIError outError)
error_message = "ERROR : Device is not found...";
}else if(outError == kSDIErrorUserAuthEnabled){
error_message = "ERROR : Scanning from Epson Scan 2 is not allowed because the authentication function for the scanner is enabled.";
+ }else if(outError == kSDIErrorInvalidResponse){
+ error_message = "ERROR : kSDIErrorInvalidResponse";
}else {
error_message = "ERROR : An unexpected error occurred. Epson Scan 2 will close.";
}