无法在 Ubuntu 22.04 上使用 winetricks 安装 dotnet45

无法在 Ubuntu 22.04 上使用 winetricks 安装 dotnet45

我的系统中有 wine 8.0.2,并且不久前安装了 winetricks,但在终端运行 winetricks -q dotnet45 后我看到了这种情况。

Executing mkdir -p /home/ubuntu
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX.
Note that many verbs only install 32-bit versions of packages. 
If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20210206 - sha256sum: 0f21da98811e0bfda16a7d6d6b8e860a9cedbd4e836c7dd9b02f068d3092ee2e with wine-8.0.2 and WINEARCH=win64Executing w_do_call 
dotnet45Executing mkdir -p /home/ubuntu
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_dotnet45
 ------------------------------------------------------
warning: This package (dotnet45) is broken in wine-8.0.2. Broken since 5.18. See https://bugs.winehq.org/show_bug.cgi?id=49897 for more info. 
Use --force to try anyway.
------------------------------------------------------

我知道它崩溃了,但我找不到任何解决方案来解决这个问题

相关内容