Imposible to run PhaseOne Capture One

Questions about Wine on Linux
Locked
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Imposible to run PhaseOne Capture One

Post by gcardinal »

Installed on Ubuntu 18.04 kernel 4.15.0-34

Code: Select all

export WINEPREFIX=$HOME/captureone 
export WINEARCH=wine64
wineboot --init
./winetricks -q remove_mono winxp
./winetricks --unattended vcrun2017
./winetricks win7
Followed up by installing .NET 4.7 (NDP47-KB3186497-x86-x64-AllOS-ENU.exe) and latest version of Capture One 11.2.1
Screenshot from 2018-09-17 11-53-52.png
First I get error about Wine Mono

Code: Select all

0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
Solved by installing wine-mono-4.7.3.msi

But then I get stuck with:

Code: Select all

Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 010006e4
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve type with token 010006e4
I also tryed to install gdiplus and dxvk since there is OpenGL integration in CaptureOne - but no luck.

Also tested on both Intel and ADM systems.
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Re: Imposible to run PhaseOne Capture One

Post by gcardinal »

I tested with 2 other RAW packages and code similar results:

Oloneo Photo Engine (http://download2.oloneo.com/dl/0a5b8405 ... eSetup.exe)

Code: Select all

Unhandled Exception:
System.InvalidProgramException: Invalid IL code in <Module>: (string[]): IL_0005: brtrue.s  IL_000d
DxO PhotoLab (https://download-center.dxo.com/PhotoLa ... _Setup.exe)

Code: Select all

Unhandled Exception:
System.TypeLoadException: Failure has occurred while loading a type.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Failure has occurred while loading a type.
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Imposible to run PhaseOne Capture One

Post by DarkShadow44 »

Wait, you removed mono, installed .NET and then reinstalled mono? Just use winetricks to install .NET for you, you're missing the DLL override for mscoree - and both .NET and mono will cause trouble.
Make a clear WINEPREFIX and run "winetricks -q dotnet46"
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Re: Imposible to run PhaseOne Capture One

Post by gcardinal »

DarkShadow44 wrote:...
Make a clear WINEPREFIX and run "winetricks -q dotnet46"
If I do in the order you recommend, I get this error after installing everything:

Code: Select all

001c:err:module:import_dll Library MSVCR120_CLR0400.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
001c:err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
001c:err:module:attach_dlls Importing dlls for L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
000f:err:service:process_send_command service protocol error - failed to write pipe!
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_64" failed to start: 1053
0009:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"CaptureOne.exe" cannot be loaded
0009:err:module:attach_dlls Importing dlls for L"C:\\Program Files\\Phase One\\Capture One 11\\CaptureOne.exe" failed, status c0000135
dmitry@blackbox:~/captureone/drive_c/Program Files/Phase One/Capture One 11$ 0012:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
Steps taken:

Code: Select all

:~$ wine --version
wine-3.6 (Ubuntu 3.6-1)

:~$ ./winetricks --version
20180815-next

:~$ ./winetricks annihilate

:~$ wineboot --init
wine: created the configuration directory '/home/dmitry/captureone'
wine: configuration in '/home/dmitry/captureone' has been updated.

:~$ ./winetricks -q dotnet46
You opted in, so reporting 'w_workaround_wine_bug-34803 remove_mono w_workaround_wine_bug-34803 remove_mono w_workaround_wine_bug-42701 w_workaround_wine_bug-34803 remove_mono winxp dotnet40 dotnet45 w_workaround_wine_bug-42470 w_workaround_wine_bug-38959 dotnet46 '

:~$ ./winetricks win7

:~$ wine64 uninstaller
Manually install .NET 4.7

./winetricks vcrun2017

:~$ ./winetricks win7

:~$ wine64 uninstaller
Manually install CaptureOne 11.1.2
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Re: Imposible to run PhaseOne Capture One

Post by gcardinal »

I also tested running wine-3.16 and just running

Code: Select all

./winetricks -q dotnet46
It failed to install .NET, giving basic error:

Code: Select all

dotnet40 install completed, but installed file /home/dmitry/.wine/dosdevices/c:/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe not found
Installation of 4.7 manually worked and installing CaptureOne 11.1.2 also worked, but with an error:
Screenshot from 2018-09-18 15-16-55.png
However, end result after starting CaptureOne is almost identical:

Code: Select all

0060:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"CaptureOne.exe" cannot be loaded
0060:err:module:attach_dlls Importing dlls for L"C:\\Program Files\\Phase One\\Capture One 11\\CaptureOne.exe" failed, status c0000135
0031:fixme:graphics:ShutdownBlockReasonDestroy (0x100cc): stub
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Imposible to run PhaseOne Capture One

Post by DarkShadow44 »

wine-3.16 has a bug that makes dotnet not install properly. Please try wine-3.14, with winetricks.
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Re: Imposible to run PhaseOne Capture One

Post by gcardinal »

Tested with newly released 3.19, same exact error when trying to start CaptureOne

Code: Select all

003c:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
003c:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.7" not implemented
003c:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"enforceFIPSPolicy" in state 4
003c:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"AppContextSwitchOverrides" in state 4
003c:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"AppContextSwitchOverrides" in state 4

Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 010006e4
0034:fixme:graphics:ShutdownBlockReasonDestroy (0x30110): stub
Packages installed:
Screenshot from 2018-10-29 09-59-52.png
Steps taken:

Code: Select all

export WINEPREFIX=$HOME/captureone 
export WINEARCH=win64
wineboot --init
./winetricks win7
./winetricks --unattended vcrun2017
wineboot --uninstaller
.NET 4.7 installed from NDP47-KB3186497-x86-x64-AllOS-ENU.exe 
CaptureOne installed from CaptureOne.Win.11.2.1.exe
qwertymnb
Level 4
Level 4
Posts: 237
Joined: Sun Jan 17, 2016 4:36 pm

Re: Imposible to run PhaseOne Capture One

Post by qwertymnb »

Hi,

Steps to take:

You must, i repeat `must`, use winetricks to install dotnet. Don`t let the program try to install it; even if it reports success you`ll likely end up with a broken configuration (missing native mscoree etc)

So steps to take:

export WINEPREFIX=$HOME/captureone
export WINEARCH=win64
winetricks dotnet47x (whatever version you need)

Then proceed installing the program

Regards
gcardinal
Level 1
Level 1
Posts: 6
Joined: Mon Sep 17, 2018 4:51 am

Re: Imposible to run PhaseOne Capture One

Post by gcardinal »

qwertymnb wrote:Hi,
Steps to take:
...
Regards
Thank you, did indeed moved me one step closer. Now I'm getting error message directly from CaptureOne - it is starting somewhat and crash instantly.
Screenshot from 2018-11-16 11-05-17.png

Code: Select all

Unhandled exception: page fault on read access to 0x45455246 in 32-bit code (0xf5636a1b).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:f5636a1b ESP:05fcf190 EBP:05fcf1e8 EFLAGS:00010202(  R- --  I   - - - )
 EAX:45455246 EBX:f5648000 ECX:45455246 EDX:f56367d0
 ESI:00000024 EDI:f56496bc
Stack dump:
0x05fcf190:  f683e4c0 f6750af6 45455246 00000000
0x05fcf1a0:  00110000 7bce2000 00000002 00000004
0x05fcf1b0:  05fcf20c f7ca7a5d 00110014 c6cccc00
0x05fcf1c0:  f563c6f8 0000000d 05fcf1f0 c6cccc00
0x05fcf1d0:  00000001 00000002 f56368bb 001e2278
0x05fcf1e0:  00000000 00000003 05fcf248 f562f583
Backtrace:
=>0 0xf5636a1b in wbemprox (+0x16a1b) (0x05fcf1e8)
  1 0xf562f583 in wbemprox (+0xf582) (0x05fcf248)
  2 0xf56314d9 in wbemprox (+0x114d8) (0x05fcf2a8)
  3 0xf562c0ba in wbemprox (+0xc0b9) (0x05fcf318)
  4 0x060f72b5 in wminet_utils (+0x72b4) (0x05fcf344)
  5 0x003e55c3 (0x05fcf3d0)
  6 0x63c85f60 in system.management.ni (+0x85f5f) (0x05fcf3fc)
  7 0x63c8cbc3 in system.management.ni (+0x8cbc2) (0x05fcf428)
  8 0x63c887d7 in system.management.ni (+0x887d6) (0x05fcf440)
  9 0x63c84f24 in system.management.ni (+0x84f23) (0x05fcf450)
  10 0x63cbfbfc in system.management.ni (+0xbfbfb) (0x05fcf460)
  11 0x003e47e2 (0x05fcf4a8)
  12 0x003e3a04 (0x05fcf4bc)
  13 0x003e378c (0x05fcf4cc)
  14 0x003e2d94 (0x05fcf4f4)
  15 0x79af2e0a in mscorlib.ni (+0x3d2e09) (0x05fcf504)
  16 0x79af06d0 in mscorlib.ni (+0x3d06cf) (0x05fcf528)
  17 0x79af0afa in mscorlib.ni (+0x3d0af9) (0x05fcf590)
  18 0x79b0d836 in mscorlib.ni (+0x3ed835) (0x05fcf5a4)
  19 0x79af0978 in mscorlib.ni (+0x3d0977) (0x05fcf610)
  20 0x79af0882 in mscorlib.ni (+0x3d0881) (0x05fcf620)
  21 0x79af07cc in mscorlib.ni (+0x3d07cb) (0x05fcf674)
  22 0x79ab79da in mscorlib.ni (+0x3979d9) (0x05fcf684)
  23 0x00681d50 in clr (+0x11d4f) (0x05fcf6d8)
  24 0x00687764 in clr (+0x17763) (0x05fcf74c)
  25 0x007bf883 in clr (+0x14f882) (0x05fcf7cc)
  26 0x007be269 in clr (+0x14e268) (0x05fcf7e0)
  27 0x007be2d3 in clr (+0x14e2d2) (0x05fcf884)
  28 0x007be3a0 in clr (+0x14e39f) (0x05fcf8e0)
  29 0x007be40f in clr (+0x14e40e) (0x05fcf904)
  30 0x007bf811 in clr (+0x14f810) (0x05fcf9b4)
  31 0x007be66b in clr (+0x14e66a) (0x05fcfa34)
  32 0x007062d1 in clr (+0x962d0) (0x05fcfecc)
  33 0x7bc81cd4 call_thread_func_wrapper+0xb() in ntdll (0x05fcfedc)
  34 0x7bc85209 in ntdll (+0x75208) (0x05fcffdc)
  35 0x7bc81cc6 call_thread_exit_func+0x31() in ntdll (0x05fcffec)
0xf5636a1b: cmpw	$0,0x0(%ecx)
Modules:
Module	Address			Debug info	Name (178 modules)
PE	  400000-  442000	Deferred        p1.crashreporter
PE	  670000-  d5e000	Export          clr
PE	  d60000-  e55000	Deferred        msvcr120_clr0400
PE	 3340000- 33c0000	Deferred        clrjit
PE	 33c0000- 3dd0000	Deferred        system.ni
PE	 3dd0000- 4aed000	Deferred        system.windows.forms.ni
PE	 4b00000- 4b13000	Deferred        nlssorting
PE	 5240000- 597e000	Deferred        system.xml.ni
PE	 60f0000- 6111000	Export          wminet_utils
PE	 6270000- 6358000	Deferred        diasymreader
PE	10000000-1007d000	Deferred        mscoreei
PE	60370000-6046c000	Deferred        system.configuration.ni
PE	61a00000-621e0000	Deferred        system.core.ni
PE	63c00000-63d23000	Export          system.management.ni
PE	79000000-7904a000	Deferred        mscoree
PE	79720000-7aa9e000	Export          mscorlib.ni
PE	7aea0000-7b034000	Deferred        system.drawing.ni
ELF	7b400000-7b7ee000	Deferred        kernel32<elf>
  \-PE	7b420000-7b7ee000	\               kernel32
ELF	7bc00000-7bd00000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bd00000	\               ntdll
ELF	7c000000-7c004000	Deferred        <wine-loader>
ELF	7e755000-7e76a000	Deferred        libnss_files.so.2
ELF	7e76a000-7e785000	Deferred        libnsl.so.1
ELF	7e785000-7e793000	Deferred        libnss_nis.so.2
ELF	7eed8000-7efde000	Deferred        libm.so.6
ELF	f3adf000-f3aeb000	Deferred        libpciaccess.so.0
ELF	f3aeb000-f3b09000	Deferred        libgcc_s.so.1
ELF	f3c90000-f3c9f000	Deferred        libdrm_radeon.so.1
ELF	f3c9f000-f3ca9000	Deferred        libdrm_nouveau.so.2
ELF	f3ca9000-f3cd0000	Deferred        libdrm_intel.so.1
ELF	f3cd0000-f47b8000	Deferred        i965_dri.so
ELF	f47b8000-f47cc000	Deferred        libdrm.so.2
ELF	f47cc000-f47d3000	Deferred        libxcb-dri2.so.0
ELF	f47d3000-f47f1000	Deferred        libxcb-glx.so.0
ELF	f47f1000-f480f000	Deferred        libglapi.so.0
ELF	f480f000-f4818000	Deferred        libxcb-sync.so.1
ELF	f4818000-f488f000	Deferred        libglx_mesa.so.0
ELF	f48d1000-f4933000	Deferred        libgldispatch.so.0
ELF	f4933000-f4957000	Deferred        libglx.so.0
ELF	f4957000-f49bd000	Deferred        libgl.so.1
ELF	f49bd000-f49e0000	Deferred        libgpg-error.so.0
ELF	f49e0000-f4ac2000	Deferred        libgcrypt.so.20
ELF	f4ac2000-f4aea000	Deferred        liblz4.so.1
ELF	f4aea000-f4b16000	Deferred        liblzma.so.5
ELF	f4b16000-f4bab000	Deferred        libsystemd.so.0
ELF	f4bab000-f4c08000	Deferred        libdbus-1.so.3
ELF	f4c08000-f4c3e000	Deferred        libk5crypto.so.3
ELF	f4c3e000-f4d1c000	Deferred        libkrb5.so.3
ELF	f4d1c000-f4d71000	Deferred        libgssapi_krb5.so.2
ELF	f4d71000-f4e04000	Deferred        libcups.so.2
ELF	f4e04000-f4e71000	Deferred        setupapi<elf>
  \-PE	f4e10000-f4e71000	\               setupapi
ELF	f4e71000-f4fb0000	Deferred        opengl32<elf>
  \-PE	f4e90000-f4fb0000	\               opengl32
ELF	f4fb0000-f5100000	Deferred        wined3d<elf>
  \-PE	f4fc0000-f5100000	\               wined3d
ELF	f5202000-f5207000	Deferred        libx11-xcb.so.1
ELF	f5207000-f5221000	Deferred        libresolv.so.2
ELF	f5221000-f522f000	Deferred        libkrb5support.so.0
ELF	f522f000-f5245000	Deferred        libavahi-client.so.3
ELF	f5267000-f5295000	Deferred        dxgi<elf>
  \-PE	f5270000-f5295000	\               dxgi
ELF	f5295000-f52c0000	Deferred        iphlpapi<elf>
  \-PE	f52a0000-f52c0000	\               iphlpapi
ELF	f52c0000-f5300000	Deferred        winspool<elf>
  \-PE	f52d0000-f5300000	\               winspool
ELF	f5601000-f5610000	Deferred        libavahi-common.so.3
ELF	f5610000-f564a000	Dwarf           wbemprox<elf>
  \-PE	f5620000-f564a000	\               wbemprox
ELF	f564a000-f5684000	Deferred        ws2_32<elf>
  \-PE	f5650000-f5684000	\               ws2_32
ELF	f5684000-f5700000	Deferred        wininet<elf>
  \-PE	f5690000-f5700000	\               wininet
ELF	f5800000-f5805000	Deferred        libxcb-present.so.0
ELF	f5805000-f582d000	Deferred        mpr<elf>
  \-PE	f5810000-f582d000	\               mpr
ELF	f582d000-f61ec000	Deferred        shell32<elf>
  \-PE	f5840000-f61ec000	\               shell32
ELF	f61ec000-f628b000	Deferred        urlmon<elf>
  \-PE	f6200000-f628b000	\               urlmon
ELF	f628b000-f62b6000	Deferred        libpng12.so.0
ELF	f62b7000-f62bd000	Deferred        libxcb-dri3.so.0
ELF	f62bd000-f62d8000	Deferred        wmiutils<elf>
  \-PE	f62c0000-f62d8000	\               wmiutils
ELF	f62d8000-f6300000	Deferred        propsys<elf>
  \-PE	f62e0000-f6300000	\               propsys
ELF	f6300000-f63c2000	Deferred        windowscodecs<elf>
  \-PE	f6310000-f63c2000	\               windowscodecs
ELF	f63c2000-f6500000	Deferred        comctl32<elf>
  \-PE	f63d0000-f6500000	\               comctl32
ELF	f6603000-f6696000	Deferred        gdiplus<elf>
  \-PE	f6610000-f6696000	\               gdiplus
ELF	f6696000-f66dc000	Deferred        usp10<elf>
  \-PE	f66a0000-f66dc000	\               usp10
ELF	f66dc000-f66f0000	Deferred        api-ms-win-core-winrt-string-l1-1-0<elf>
  \-PE	f66e0000-f66f0000	\               api-ms-win-core-winrt-string-l1-1-0
ELF	f66f0000-f6728000	Deferred        uxtheme<elf>
  \-PE	f6700000-f6728000	\               uxtheme
ELF	f6728000-f685b000	Deferred        oleaut32<elf>
  \-PE	f6740000-f685b000	\               oleaut32
ELF	f685b000-f68e6000	Deferred        libgmp.so.10
ELF	f68e6000-f691c000	Deferred        libhogweed.so.4
ELF	f691c000-f6958000	Deferred        libnettle.so.6
ELF	f6958000-f696d000	Deferred        libtasn1.so.6
ELF	f696d000-f6aef000	Deferred        libunistring.so.2
ELF	f6aef000-f6b0f000	Deferred        libidn2.so.0
ELF	f6b0f000-f6c5d000	Deferred        libp11-kit.so.0
ELF	f6c5d000-f6e29000	Deferred        libgnutls.so.30
ELF	f6e29000-f6e2d000	Deferred        libxdamage.so.1
ELF	f6e2d000-f6e32000	Deferred        libkeyutils.so.1
ELF	f6e32000-f6e37000	Deferred        libcom_err.so.2
ELF	f6e37000-f6e4b000	Deferred        api-ms-win-core-xstate-l2-1-0<elf>
  \-PE	f6e40000-f6e4b000	\               api-ms-win-core-xstate-l2-1-0
ELF	f6e4b000-f6f1d000	Deferred        crypt32<elf>
  \-PE	f6e50000-f6f1d000	\               crypt32
ELF	f6f1d000-f6f3e000	Deferred        bcrypt<elf>
  \-PE	f6f20000-f6f3e000	\               bcrypt
ELF	f6f3e000-f6f7e000	Deferred        rsaenh<elf>
  \-PE	f6f40000-f6f7e000	\               rsaenh
ELF	f6f7e000-f6fa4000	Deferred        combase<elf>
  \-PE	f6f80000-f6fa4000	\               combase
ELF	f6fea000-f6ff1000	Deferred        libxfixes.so.3
ELF	f6ff1000-f6ffd000	Deferred        libxcursor.so.1
ELF	f6ffd000-f7010000	Deferred        libxi.so.6
ELF	f7010000-f7014000	Deferred        libxcomposite.so.1
ELF	f7014000-f7021000	Deferred        libxrandr.so.2
ELF	f7021000-f702d000	Deferred        libxrender.so.1
ELF	f702d000-f7034000	Deferred        libxxf86vm.so.1
ELF	f7034000-f7039000	Deferred        libxinerama.so.1
ELF	f7039000-f7044000	Deferred        librt.so.1
ELF	f7044000-f7062000	Deferred        libbsd.so.0
ELF	f7062000-f7069000	Deferred        libxdmcp.so.6
ELF	f7069000-f706d000	Deferred        libxau.so.6
ELF	f706d000-f709b000	Deferred        libxcb.so.1
ELF	f709b000-f71e7000	Deferred        libx11.so.6
ELF	f71e7000-f71fc000	Deferred        libxext.so.6
ELF	f71fc000-f71ff000	Deferred        libxshmfence.so.1
ELF	f71ff000-f7208000	Deferred        libffi.so.6
ELF	f7208000-f721c000	Deferred        api-ms-win-core-winrt-l1-1-0<elf>
  \-PE	f7210000-f721c000	\               api-ms-win-core-winrt-l1-1-0
ELF	f721e000-f72af000	Deferred        winex11<elf>
  \-PE	f7230000-f72af000	\               winex11
ELF	f72af000-f7330000	Deferred        rpcrt4<elf>
  \-PE	f72c0000-f7330000	\               rpcrt4
ELF	f7330000-f748c000	Deferred        ole32<elf>
  \-PE	f7350000-f748c000	\               ole32
ELF	f748c000-f74b7000	Deferred        kernelbase<elf>
  \-PE	f7490000-f74b7000	\               kernelbase
ELF	f74b7000-f74cb000	Deferred        api-ms-win-core-quirks-l1-1-0<elf>
  \-PE	f74c0000-f74cb000	\               api-ms-win-core-quirks-l1-1-0
ELF	f74cb000-f74e0000	Deferred        api-ms-win-appmodel-runtime-l1-1-2<elf>
  \-PE	f74d0000-f74e0000	\               api-ms-win-appmodel-runtime-l1-1-2
ELF	f74e0000-f7504000	Deferred        imm32<elf>
  \-PE	f74f0000-f7504000	\               imm32
ELF	f755b000-f7596000	Deferred        libexpat.so.1
ELF	f7596000-f75e1000	Deferred        libfontconfig.so.1
ELF	f75e1000-f7600000	Deferred        libz.so.1
ELF	f7600000-f763a000	Deferred        libpng16.so.16
ELF	f763a000-f76f7000	Deferred        libfreetype.so.6
ELF	f7719000-f7733000	Deferred        version<elf>
  \-PE	f7720000-f7733000	\               version
ELF	f7733000-f7863000	Deferred        gdi32<elf>
  \-PE	f7740000-f7863000	\               gdi32
ELF	f7863000-f7a6b000	Deferred        user32<elf>
  \-PE	f7880000-f7a6b000	\               user32
ELF	f7a6b000-f7ae1000	Deferred        shlwapi<elf>
  \-PE	f7a80000-f7ae1000	\               shlwapi
ELF	f7ae1000-f7b5b000	Deferred        advapi32<elf>
  \-PE	f7af0000-f7b5b000	\               advapi32
ELF	f7b5d000-f7b63000	Deferred        libdl.so.2
ELF	f7b63000-f7d44000	Deferred        libc.so.6
ELF	f7d44000-f7d66000	Deferred        libpthread.so.0
ELF	f7d66000-f7d70000	Deferred        libnss_compat.so.2
ELF	f7d7c000-f7d86000	Deferred        libuuid.so.1
ELF	f7d88000-f7f40000	Dwarf           libwine.so.1
ELF	f7f42000-f7f6c000	Deferred        ld-linux.so.2
ELF	f7f6f000-f7f71000	Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	0000007e    0
	00000078    0
	00000031    0
	0000002c    0
	00000026    0
	00000020    0
	00000015    0
	00000010    0
	0000000f    0
00000011 mscorsvw.exe
	0000001a    0
	00000019    0
	00000018    0
	00000012    0
0000001b mscorsvw.exe
	00000023    0
	00000022    0
	00000021    0
	0000001c    0
00000024 winedevice.exe
	00000029    0
	00000028    0
	00000027    0
	00000025    0
0000002a plugplay.exe
	0000002e    0
	0000002d    0
	0000002b    0
0000002f winedevice.exe
	00000034    0
	00000033    0
	00000032    0
	00000030    0
00000035 uninstaller.exe
	0000003e    0
	00000036    0
00000037 explorer.exe
	0000003b    0
	0000003a    0
	00000039    0
	00000038    0
00000076 svchost.exe
	00000088    0
	00000087    0
	0000007b    0
	0000007a    0
	00000079    0
	00000077    0
0000007c rpcss.exe
	00000082    0
	00000081    0
	00000080    0
	0000007f    0
	0000007d    0
00000093 CaptureOne.exe
	000000b9    0
	000000b8    0
	000000b7    0
	000000b6    0
	000000b5    0
	000000b4    0
	000000b3    0
	000000b2    2
	000000b0    0
	000000af    0
	000000ac    0
	000000a0    0
	0000009f   -1
	0000009e    0
	0000009d    0
	0000009c    0
	0000009b    0
	00000099    0
	00000098    2
	00000097   -1
	00000096    2
	00000095    0
	00000094    0
000000a3 mscorsvw.exe
	000000a5    0
	000000a4    0
000000ba (D) C:\Program Files\Phase One\Capture One 11\P1.CrashReporter.exe
	000000c7    0
	000000c6    0
	000000c5    0 <==
	000000c4    0
	000000c3    0
	000000c2    0
	000000c1    0
	000000c0    0
	000000bf    0
	000000be    0
	000000bd    2
	000000bc    0
	000000bb    0
System information:
    Wine build: wine-3.19
    Platform: i386 (WOW64)
    Version: Windows 7
    Host system: Linux
    Host version: 4.18.0-11-generic

Locked