-
Notifications
You must be signed in to change notification settings - Fork 127
Description
Hello,
when I was trying to get ChanSort to run on my Ubuntu 22.04 it initially wouldn't work, because the wine 6.0.3 from the distro repositories would fail to install the required .Net package "dotnet48".
I had to upgrade to wine 10.0 directly from upstream winehq (https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu) to get the required .Net package to install successfully.
I also needed to use a clean wine prefix (e.g. "WINEPREFIX=~/.local/share/wineprefixes/ChanSort/ wine ChanSort.exe" ) to get ChanSort to start, which might not be necessary for everyone, but might be a good idea in general to avoid a conflict between ChanSort and other applications installed with wine.
Maybe the Linux section of the system requirements in the Readme could be updated to reflect these requirements.
Thank you by the way for all the effort maintaining this software.