Skip to content

Commit 97fb844

Browse files
committed
feat: update for discovery dotnet48
1 parent 944f9ef commit 97fb844

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

blog/articles/article_detailed/article_20240614_freelancer_setup_at_linux/article_setup_winetricks.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ Open Lutris bash console for the current application
55

66
```
77
winetricks msacm32
8-
winetricks dotnet40
9-
winetricks dotnet48 // previously was dotnet45, but disco got updated
8+
// winetricks dotnet40 // i suspect not needed at all any longer if u install dotnet48, try not to install
9+
// winetricks dotnet45 // deprecated disco dotnet, no longer needed
10+
// some level of issues with dotnet48 is present, ensure to deinstall old one dotnet45 first and install new one with --force flag
11+
// for deinstallation of dotnet45, run `wine deinstaller` in Bash lutris console`, in same console where we input winetricks commands
12+
// https://github.com/Winetricks/winetricks/issues/2159
13+
// https://www.reddit.com/r/winehq/comments/eqx1uu/wine_doesnt_see_mscoreedll/
14+
winetricks --force dotnet48 // latest in use by Discovery Freelancer
1015
winetricks directplay
1116
winetricks webdings
1217
```

0 commit comments

Comments
 (0)