Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
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!
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!
Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
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
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
Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
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
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
Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
https://bugs.winehq.org/show_bug.cgi?id=49563
As a workaround you can use wine-stable:
Install the wine-stable packages
Install and run DNG Converter with wine-stable in a clean wineprefix
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
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
Re: Adobe DNG 12.3 converter crashes on startup (Wine 5.12 / Ubuntu 18.04)
I am very happy to report that after my Arch system updated Wine to version 5.13-1, DNG Converter works again !