warning: Note: command wine dotnetfx35.exe /lang:ENU returned status 120. Aborting.

Questions about Wine on Linux
Locked
klasknas
Newbie
Newbie
Posts: 1
Joined: Mon Dec 05, 2022 1:01 pm

warning: Note: command wine dotnetfx35.exe /lang:ENU returned status 120. Aborting.

Post by klasknas »

Hello, i could not find any information about this error. It occurs after i do "WINEARCH=win32 WINEPREFIX=~/build/ablewine-32 winetricks dotnet35

Executing cd /home/rullebanan/.cache/winetricks/dotnet35
Executing wine dotnetfx35.exe /lang:ENU
free(): invalid pointer
0044:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00d0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00d0:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
------------------------------------------------------
warning: Note: command wine dotnetfx35.exe /lang:ENU returned status 120. Aborting.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: warning: Note: command wine dotnetfx35.exe /lang:ENU returned status 120. Aborting.

Post by jkfloris »

Do other programs work in Wine?
For example

Code: Select all

wine notepad.exe
If it does, try installing .Net 3.5 silently

Code: Select all

WINEARCH=win32 WINEPREFIX=~/build/ablewine-32 winetricks -q dotnet35
Locked