Adobe Digital Negative Converter missing component

Questions about Wine on Linux
Locked
Cyclonick
Newbie
Newbie
Posts: 2
Joined: Tue Aug 22, 2023 5:41 am

Adobe Digital Negative Converter missing component

Post by Cyclonick »

I installed Adobe Digital Negative Converter in Wine (installed via apt in (x)ubuntu). It's version 15.0 because the people at Rawtherapee said it worked out of the box. I followed their instructions in Rawpedia.

But it doesn't, it seems to be missing a component - here's the whole result from console (of which I understand next to nothing)

Code: Select all

vboxuser@vboxuser-VirtualBox: wine Adobe DNG Converter.exe
wine: created the configuration directory '/home/vboxuser/.wine'
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0040:err:setupapi:SetupDefaultQueueCallbackW copy error 1812 L"@wineusb.sys,-1" -> L"C:\\windows\\inf\\wineusb.inf"
Could not find Wine Gecko. HTML rendering will be disabled.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/home/vboxuser/.wine" has been updated.
0024:err:module:process_init L"C:\\windows\\system32\\Adobe.exe" not found
vboxuser@vboxuser-VirtualBox:~/wine-dng/drive_c/Program Files/Adobe/Adobe DNG Converter$  wine Adobe DNG Converter.exe
0024:err:module:process_init L"C:\\windows\\system32\\Adobe.exe" not found
vboxuser@vboxuser-VirtualBox:~/wine-dng/drive_c/Program Files/Adobe/Adobe DNG Converter$
I've checked and "Adobe.exe" is indeed missing from the folder - how do I rectify this?
Cyclonick
Newbie
Newbie
Posts: 2
Joined: Tue Aug 22, 2023 5:41 am

Re: Adobe Digital Negative Converter missing component

Post by Cyclonick »

I've discovered that "Adobe.exe" is a parasitic component of Adobe Acrobat (considered by many anti-viruses as a "trojan"... So I am trying to install that but now I'm told that the installation lacks "Wine Gecko"... where do I get that?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Adobe Digital Negative Converter missing component

Post by jkfloris »

If there is a space in the filename, enclose the filename in quotation marks.

Code: Select all

wine "Adobe DNG Converter.exe"
Locked