https://bugs.winehq.org/show_bug.cgi?id=26006
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Fax manager installation |BVRP phone tools 9.0 need |(BVRP) failed |support for print processor |(AddPrintProcessorA is a |installation |stub) |(AddPrintProcessorA/W is a | |stub) URL|http://www.usr.com/download |https://web.archive.org/web |/support/bvrp/904/phonetool |/20200409193803/https://sup |s_9.04.zip |port.usr.com/download/suppo | |rt/bvrp/904/phonetools_9.04 | |.zip Component|-unknown |spooler CC| |focht@gmx.net
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
obviously still present.
https://source.winehq.org/git/wine.git/blob/a98ca88dd1139ad8e16e63fbb349c2fc...
--- snip --- 5400 /***************************************************************************** 5401 * AddPrintProcessorA [WINSPOOL.@] 5402 */ 5403 BOOL WINAPI AddPrintProcessorA(LPSTR pName, LPSTR pEnvironment, LPSTR pPathName, 5404 LPSTR pPrintProcessorName) 5405 { 5406 FIXME("(%s,%s,%s,%s): stub\n", debugstr_a(pName), debugstr_a(pEnvironment), 5407 debugstr_a(pPathName), debugstr_a(pPrintProcessorName)); 5408 return FALSE; 5409 } 5410 5411 /***************************************************************************** 5412 * AddPrintProcessorW [WINSPOOL.@] 5413 */ 5414 BOOL WINAPI AddPrintProcessorW(LPWSTR pName, LPWSTR pEnvironment, LPWSTR pPathName, 5415 LPWSTR pPrintProcessorName) 5416 { 5417 FIXME("(%s,%s,%s,%s): stub\n", debugstr_w(pName), debugstr_w(pEnvironment), 5418 debugstr_w(pPathName), debugstr_w(pPrintProcessorName)); 5419 return TRUE; 5420 } --- snip ---
I've created a snapshot via Internet Archive:
https://web.archive.org/web/20200409193803/https://support.usr.com/download/...
There is related/pre-cursor bug 26171 BVRP classic phone tools installer reports error 'Insufficient buffer' when trying to install print processor (AddPrintProcessorA stub should be symmetric to AddPrintProcessorW).
The crash with the app mentioned in comment #11 is tracked as bug 44874 ("Phonetools 9.x crashes on unimplemented function KERNEL32.dll.RequestDeviceWakeup").
$ sha1sum phonetools_9.04.zip 8d44c15910393ca210bf362026c6ecec07b0393b phonetools_9.04.zip
$ du -sh phonetools_9.04.zip 14M phonetools_9.04.zip
$ wine --version wine-5.5-373-g38e95ed222
Regards