Skip to content

Issues with running ChanSort on Linux with wine #458

@LNx2

Description

@LNx2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions