dotnetdesktop6 not installing

Questions about Wine on Linux
Locked
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

dotnetdesktop6 not installing

Post by alain.roger »

Hi,

I run Manjaro and whatever version of winetricks i use (202302 or 20230809 from github) I'm not able to install dotnetdesktop6, so to install dotnet 6 runtime.
here is the return message:

Code: Select all

07c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
008c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
010c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
010c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
010c:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
010c:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export
010c:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\msxml2.dll"
010c:err:ole:com_get_class_object no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
010c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0057FEAC
Why do I get error for msxml2.dll as it's exist in current wine prefix ?
thx
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnetdesktop6 not installing

Post by jkfloris »

Code: Select all

010c:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
010c:err:winediag:process_attach failed to load libgnutls, no support for pfx import/export
Try installing the gnutls and lib32-gnutls packages, and try again.
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: dotnetdesktop6 not installing

Post by alain.roger »

I was missing lib32-gnutls but it did not change anything regarding installation of dotnetdesktop6.
it's still not possible to install and I get the same error as above without the 2 lines regarding libgnutls
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnetdesktop6 not installing

Post by jkfloris »

Does the installation work if you use the quiet option?

Code: Select all

winetricks -q dotnetdesktop6
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: dotnetdesktop6 not installing

Post by alain.roger »

it does not change anything...still the same error:

Code: Select all

Executing wine windowsdesktop-runtime-6.0.19-win-x86.exe /quiet
0250:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0260:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0250:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
0250:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\msxml2.dll"
0250:err:ole:com_get_class_object no class object {f5078f1b-c551-11d3-89b9-0000f81fe221} could be created for context 0x1
0250:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0057FEAC
------------------------------------------------------
warning: Note: command wine windowsdesktop-runtime-6.0.19-win-x86.exe /quiet returned status 17. Aborting.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnetdesktop6 not installing

Post by jkfloris »

Which version of Wine do you use?

Code: Select all

wine --version
And did you install any other winetricks?

Code: Select all

winetricks list-installed
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: dotnetdesktop6 not installing

Post by alain.roger »

wine version is: wine-8.12
winetricks list-installed returns:

Code: Select all

Using winetricks 20230809 - sha256sum: 05682b220103b9cde6e40e3ebf3d71d9afd9ca6a5aea694691bca9ec407000a9 with wine-8.12 and WINEARCH=win64
fontsmooth=rgb
gdiplus
vcrun2008
vcrun2010
vcrun2012
vcrun2013
w_workaround_wine_bug-37781
vcrun2015
fontsmooth=rgb
atmlib
w_workaround_wine_bug-26925
msxml3
msxml6
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
orm=backbuffer
glsl=disabled
videomemorysize=2048
fontsmooth=rgb
fontsmooth=rgb
fontsmooth=rgb
d3dx11_43
d3dcompiler_43
d3dx9
d3dcompiler_47
dxvk
remove_mono internal
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnetdesktop6 not installing

Post by jkfloris »

Does the installation succeed in a clean wine prefix?

Code: Select all

WINEPREFIX=~/dotnet6-test winetricks -q dotnetdesktop6
If so, one of the other winetricks is causing the installation of dotnetdesktop6 to fail.
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: dotnetdesktop6 not installing

Post by alain.roger »

In a fresh prefix, everything works well...but I need to use my buggy prefix as I have other apps to use
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnetdesktop6 not installing

Post by jkfloris »

Unfortunately, I don't know how to "fix" your default wineprefix. However, it is possible to use multiple wineprefixes at the same time.
Locked