http://bugs.winehq.org/show_bug.cgi?id=6402
Summary: Virtual memory allocation fails with Adobe Acrobat 5's Paper Capture plugin Product: Wine Version: 0.9.22. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: mail@jensgulden.de
Running Adobe Acrobat 5's PaperCapture plugin, it issues an error saying:
"Insufficient memory to perform operation"
This is displayed in a small popup-dialog, and the plugin fails.
It seems that several calls to kernel32.VirtualAlloc(), ntdll.NtAllocateVirtualMemory() and related functions are executed right before the error message is issued. See the log-output, generated with WINEDEBUG=+all.
Is this maybe related to bug #4329?
The plugin actually runs as a seperate server-application capserve.exe. The error can also be reproduced runnning "wine capserve.exe" without starting Acrobat.
System environment: wine 0.9.22, gcc 3.3.6, kernel 2.6.15 (Debian), dual-boot WinXP (but not used with Wine).
The PaperCapture plugin is available for free at http://www.adobe.com/support/downloads/detail.jsp?ftpID=1907, it needs the commercial Adobe Acrobat 5 to run (at least to install, and then run capserve.exe individually).