Probs installing .NET Framework

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
blackbottom
Newbie
Newbie
Posts: 4
Joined: Wed Oct 25, 2023 2:24 pm

Probs installing .NET Framework

Post by blackbottom »

Hi all,

need some help - I tried it as written here : https://appdb.winehq.org/objectManager. ... &iId=25478

Code: Select all

sudo wget 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' -O /usr/local/bin/winetricks
sudo chmod +x /usr/local/bin/winetricks
Up to here no broblems. But then:

Code: Select all

env WINEPREFIX=$HOME/winedotnet wineboot --init
It takes some seconds - but in the end I get this:

rainer@lenovo:~$ 0130:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"Eventlog" failed to start: 1053
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 1115
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1115
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1115
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1115
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"nsiproxy" failed to start: 1115
0124:fixme:service:scmdatabase_autostart_services Auto-start service L"NDIS" failed to start: 1115

What I have to do?

Thanks + regards Rainer
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Probs installing .NET Framework

Post by spoon0042 »

wine will typically output messages to the terminal like that and those can be ignored unless something goes wrong, then they may be helpful with debugging

wineboot shouldn't do anything noticeable other than that and possibly a popup dialog or two about installing gecko and mono, so you should be able to move on to the next step

that said there is an open issue with winetricks that may be a problem: https://github.com/Winetricks/winetricks/issues/2072

you can download a patch here: https://patch-diff.githubusercontent.co ... 2101.patch

then in the directory where winetricks is run: patch -p2 <2101.patch

(i think)
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Probs installing .NET Framework

Post by spoon0042 »

for anyone wondering or finding this the fix for the issue in winetricks was apparently committed on Dec 15 (...and some further fixes since)
Post Reply