Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Questions about Wine on Linux
Locked
evand
Newbie
Newbie
Posts: 1
Joined: Sat Jul 11, 2020 2:28 pm

Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by evand »

I'm trying to run Adobe DNG converter version 12.3, but it crashes on startup.

I tried the steps listed here, to no success (it looks like a different error): https://rawpedia.rawtherapee.com/How_to ... ats_to_DNG

Running Ubuntu 18.04 with wine-staging 5.12. Tried it in both Windows 10 and Windows 7 modes.

Stack trace: https://pastebin.com/qYCmA1Xy

Thanks!
yopyop
Newbie
Newbie
Posts: 4
Joined: Sun Jul 12, 2020 8:16 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by yopyop »

I have the same problem that occured yesterday, while a few days ago everything was fine

system : Archlinux
wine : wine 5.12-1 from /multilib/

Adobe DNG 12.3 does not work anymore, but the same applies with every other versions (11.0, 12.1, 12.2...)
Like evand I tested different windows mode and also disabling "api-ms-win-core-winrt-error-l1-1-0", without success.

----------------------------------------------------------------
[arco@arco-pc ~]$ dngconverter
00b8:fixme:process:GetActiveProcessorGroupCount semi-stub, always returning 1
00b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00bc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000000D4FE40
wine: Unhandled page fault on read access to 00000000406D1390 at address 0000000140A44998 (thread 00bc), starting debugger...
----------------------------------------------------------------

Then, Wine gives me : https://pastebin.com/Fmd4i5qH
yopyop
Newbie
Newbie
Posts: 4
Joined: Sun Jul 12, 2020 8:16 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by yopyop »

I have the same problem, only since yesterday.

OS : archlinux (arcolinux)
wine version : 5.12 from /multilib ; I also tested dngconverter from aur : https://aur.archlinux.org/packages/dngconverter/
It doesn't work with DNG Converter 11.0, 12.1, 12.2...

Like evand, I tested several options : switching windows version, and disabling the dll "api-ms-win-core-winrt-error-l1-1-0" without success

info from the terminal : https://pastebin.com/mr47uLC6
enkumber
Level 1
Level 1
Posts: 8
Joined: Sun Dec 15, 2019 4:34 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by enkumber »

enkumber
Level 1
Level 1
Posts: 8
Joined: Sun Dec 15, 2019 4:34 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by enkumber »

nothing?
enkumber
Level 1
Level 1
Posts: 8
Joined: Sun Dec 15, 2019 4:34 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by enkumber »

up
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by jkfloris »

https://bugs.winehq.org/show_bug.cgi?id=49563

As a workaround you can use wine-stable:
Install the wine-stable packages

Code: Select all

sudo apt install wine-stable wine-stable-amd64 wine-stable-i386:i386
Install and run DNG Converter with wine-stable in a clean wineprefix

Code: Select all

WINEPREFIX=~/dngconverter /opt/wine-stable/bin/wine DNGConverter_12_3.exe
WINEPREFIX=~/dngconverter WINE=/opt/wine-stable/bin/wine winetricks dxvk
cd ~/dngconverter/drive_c/Program\ Files/Adobe/Adobe\ DNG\ Converter/
WINEPREFIX=~/dngconverter /opt/wine-stable/bin/wine Adobe\ DNG\ Converter.exe
yopyop
Newbie
Newbie
Posts: 4
Joined: Sun Jul 12, 2020 8:16 am

Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)

Post by yopyop »

I am very happy to report that after my Arch system updated Wine to version 5.13-1, DNG Converter works again !
Locked