I have a dual boot MX Linux with Windows 8.1 (Windows currently is corrupt), trying to install ADE through Wine/winetricks, had problem during install, should I post it here or open a new thread?
ps: wine/winetricks should be working fine, I have Line installed and it's working fine (except the audio, which is not working).
Here's my configuration:
OS: MX Linux 19.4
Code:
$ wine --version
wine-6.6 (Staging)
$ winetricks --version
20181203 - sha256sum: b4b29a961905bfed1db98f10e2f09a356b719861fc8602ffbf813a22579b2848
Here's the output when I tried to add ADE wineprefix using this command
Code:
$ WINEPREFIX=~/.adewine WINEARCH=win32 wineboot
Code:
wine: created the configuration directory '/home/michael/.adewine'
002c:fixme:winediag:LdrInitializeThunk wine-staging is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0050:err:vulkan:wine_vk_init Failed to load vulkan library
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
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
0048:err:ole:start_rpcss Failed to open RpcSs service
0040:fixme:winspool:AddPrinterW DocumentPropertiesW on printer L"Deskjet_F2400" fails
0040:fixme:winspool:AddPrinterW DocumentPropertiesW on printer L"PDF" fails
0064:fixme:file:NtLockFile I/O completion on lock not implemented yet
0064:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
0064:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:fixme:file:NtLockFile I/O completion on lock not implemented yet
006c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:err:mscoree:LoadLibraryShim error reading registry key for installroot
006c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
006c:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0064:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
009c:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
00bc:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys"
wine: configuration in L"/home/michael/.adewine" has been updated.
What I'm doing wrong? How can I fix this?
ps: please note that I'm still a learner of Linux/Wine.