https://bugs.winehq.org/show_bug.cgi?id=55003
Bug ID: 55003 Summary: Several 'fixme' when using Adobe Acrobat Reader DC and trying to add signature Product: Wine Version: 8.0.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ittay.dror@gmail.com Distribution: ---
The below happens when I use the fill&sign tool and try to add a signature (which would normally open a window to draw a signature or select a signature file)
036c:fixme:win:RegisterTouchWindow hwnd 001801FA, flags 0 stub! 036c:fixme:imm:NotifyIME IMC_SETCANDIDATEPOS 074c:fixme:ntdll:NtFilterToken flags 0x2 unsupported 074c:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 074c:fixme:advapi:SetEntriesInAclW unhandled access mode 4 074c:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 074c:fixme:ntdll:NtFilterToken flags 0x2 unsupported 074c:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 074c:fixme:advapi:SetEntriesInAclW unhandled access mode 4 074c:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 074c:fixme:sync:NtSetInformationJobObject stub: 0x404 4 0xe4af5ec 4 074c:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 074c:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenAppContainerSid, ...) semi-stub 0024:err:msg:get_server_queue_handle Cannot get server thread queue 0024:err:win:get_desktop_window failed to create desktop window 0024:err:msg:get_server_queue_handle Cannot get server thread queue 0024:err:win:get_desktop_window failed to create desktop window
https://bugs.winehq.org/show_bug.cgi?id=55003
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- So, I assume that window doesn't open? Can you please link the software and give steps to reproduce?
https://bugs.winehq.org/show_bug.cgi?id=55003
--- Comment #2 from Ittay Dror ittay.dror@gmail.com --- The main window opens, a dialog doesn't. To reproduce: Easiest is `snap install acrordrdc`. This will use wine 6 where the problem is the same. I don't know how to upgrade wine inside a snap. If you want wine 8.0.1, then install then (these are just modifications to the pre-install in the snap): install wine
mkdir artemp wget https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2001320064/Acro... 7z x AcroRdrDC2001320064_en_US.exe -o artemp/dl wine artemp/dl/setup.exe /sAll
< wget --no-check-certificate -q https://gist.github.com/mmtrt/896cf131e3956b23e8e47a5a52f58b01/raw/097cbd0ee... -P artemp\
wine regedit artemp/acrordr winetricks winxp cd ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe/ARM/1.0 mv armsvc.exe{,_disabled} mv AdobeARM.exe{,_disabled} mv AdobeARMHelper.exe{,_disabled}
Run acrobat reader open a random pdf click the fountain pen symbol (usually top right) click Add Signature
No dialog will open.
https://bugs.winehq.org/show_bug.cgi?id=55003
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- FWIW, this also needs "winetricks mspatcha" to install properly.
Anyways, I can reproduce the issue. It's pretty difficult though. The program uses CEF (chromium) to render the signature window, the window is first 1x1 pixels in size and then gets bigger when the data appears. It does spawn a few RdrCEF.exe instances for that. For some reason, that whole mechanism doesn't seem to work properly under Wine. Can't really help there though, it's a bit too complicated...