Can't install Adobe Acrobat DC

Questions about Wine on Linux
Locked
CaptJRoger
Newbie
Newbie
Posts: 1
Joined: Wed Sep 08, 2021 5:01 pm

Can't install Adobe Acrobat DC

Post by CaptJRoger »

I've been trying in vain for a while now to install acrobat dc in order to make use of a certain automatic D&D character sheet. I had it working for a while installing via Snap, but suddenly one day it stopped working and I don't know why. I just tried installing it via wine and the windows installer and I got this

victoria@victoria:~$ sudo wine AcroRdrDC1800920044_en_US.exe
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031FAF0, 0031FB00 0031FAF4
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0031FAF0 0031FB00 0031FAF4) returning a dummy value (current locale)
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0110:fixme:ver:GetCurrentPackageId (0862FF20 00000000): stub
0110:fixme:shell:InitNetworkAddressControl stub
0118:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031FB24, 0031FB34 0031FB28
0118:fixme:nls:get_dummy_preferred_ui_language (0x38 0031FB24 0031FB34 0031FB28) returning a dummy value (current locale)
011c:fixme:ver:GetCurrentPackageId (009CFF20 00000000): stub
011c:fixme:shell:InitNetworkAddressControl stub
0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
0128:fixme:file:NtLockFile I/O completion on lock not implemented yet
0128:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0128:fixme:msi:msi_parse_patch_summary patch obsoletes L"{AC76BA86-7AD7-0000-2550-AC0F084E7200}{AC76BA86-7AD7-0000-2550-AC0F094E6500}{AC76BA86-7AD7-0000-2550-AC0F094E6700}{AC76BA86-7AD7-0000-2550-AC0F094E6D00}{AC76BA86-7AD7-0000-2550-AC0F094E6F00}{AC76BA86-7AD7-0000-2550-AC0F0A4E5800}{AC76BA86-7AD7-0000-2550-AC0F0A4E5B00}{AC76BA86-7AD7-0000-255"...
0128:err:msidb:TransformView_set_row trying to modify existing table
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:err:msidb:TransformView_set_row trying to modify existing column
0128:fixme:msi:is_uninstallable check other criteria
0128:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0128:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0180:fixme:ver:GetCurrentPackageId (0172D2F4 00000000): stub
0128:fixme:mspatcha:read_header special processing of 32-bit executables not implemented.
0128:err:msi:ACTION_PatchFiles Failed to apply patch to file: L"ccme_base_non_fips.dll"
0128:err:msi:execute_script Execution of script 0 halted; action L"PatchFiles" returned 1603
0128:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
0128:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0128:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0128:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
0128:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub

Please help, I'm new to Linux
savelov
Level 2
Level 2
Posts: 46
Joined: Sun Jan 10, 2010 5:46 am

Re: Can't install Adobe Acrobat DC

Post by savelov »

you need to install 'winetricks mspatcha' as wine does not support mspatcha as you error log says
(https://afterthenumber.com/2019/02/14/i ... ntu-18-04/)
Locked