dotnet452 can't install on wine 6.9

Questions about Wine on Linux
Locked
lucascheng
Newbie
Newbie
Posts: 2
Joined: Mon May 24, 2021 11:56 pm

dotnet452 can't install on wine 6.9

Post by lucascheng »

The installation process is always stuck here.
截图_选择区域_20210525125944.png
winetricks's version: 20210206-next - sha256sum: 7cc2f1a44854b8449270cb46890d6cf3c9dff190ac40729ae4eb817b290df8f5
wine's version: 6.9, install from https://dl.winehq.org/wine-builds/debian/ buster main
arch: win32
os: debian 10.7
install command: env WINEARCH=win32 WINEPREFIX=~/.dotnet winetricks --force dotnet452

how can I resolve this problem? thank you.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: dotnet452 can't install on wine 6.9

Post by jkfloris »

Can you install .Net if you use the "-q" option?

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.dotnet winetricks -q dotnet452
lucascheng
Newbie
Newbie
Posts: 2
Joined: Mon May 24, 2021 11:56 pm

Re: dotnet452 can't install on wine 6.9

Post by lucascheng »

jkfloris wrote: Thu May 27, 2021 4:28 am Can you install .Net if you use the "-q" option?

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.dotnet winetricks -q dotnet452
Hi, jkfloris, thank you for help, I tried the command, but still stuck there.

winetricks's log:
w_workaround_wine_bug-34803
remove_mono
remove_mono
winxp
dotnet40

screenshot:
截图_选择区域_20210528090856.png
I waited that for a long time, seems like that won't end, always output same info, no error message.

But, when I follow the https://appdb.winehq.org/objectManager. ... &iId=25478 to do, I found some error
截图_选择区域_20210528091943.png
command: env WINEARCH=win32 WINEPREFIX=~/.PlayOnLinux/wineprefix/xiaoyu/ wineboot --init

Is that right?
Locked