Install Adobe Acrobat XI with wine is not a duplicate, since it does not address the issues I am having.
I am running dual boot with Windows 10 and Ubuntu 20.04 and I want to install Adobe Acrobat Pro to run using wine. I have it installed on Windows. I created a clean wine prefix using WINEARCH=win32
, all wine related commands are run using this configuration (via aliases in my .bashrc). I then ran winetricks atmlib
. Then I copied files from Program Files (x86)\Adobe
to .wine32/drive_c/Program Files/
, Program Files (x86)\Common Files\Adobe
to .wine32/drive_c/Program Files/Common Files/
, and \Users\XXX\Application Data\Adobe
to .wine32/users/xxx/Application Data/
. I also created a file acrobat.reg
exported from HKEY_LOCAL_MACHINE\Software\Adobe
and ran wine regedit acrobat.reg
.
If I run wine Acrobat.exe
, it opens a window that says "File not found." I get the following terminal output:
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:process:SetProcessDEPPolicy (3): stub
0024:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
00f8:fixme:seh:WerRegisterMemoryBlock (00AFDEF0 72) stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:ntdll:EtwEventRegister ({ac76ba86-c658-4d8a-9d03-77fd0d035059}, 018724F0, 048D2C68, 048D2C70) stub.
0024:fixme:system:EnableNonClientDpiScaling (00010064): stub
0110:fixme:msg:IsGUIThread 0: stub
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:system:EnableNonClientDpiScaling (000200CA): stub
0024:fixme:system:EnableNonClientDpiScaling (000200CE): stub
0024:fixme:seh:WerUnregisterMemoryBlock (00AFDEF0) stub
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FEAC
How can I determine what files are missing?