When trying to run PlaylistEditorTV with wine in Debian Buster, I got this error message:
en-EN is an invalid culture identifier. at System.Globalization.CultureInfo.GetCultureInfo
There seems to be no Region Settings for wine, so I did not get around this error.
According to this, en-EN is in fact invalid: Microsoft documentation
Opened the solution in Visual Studio and did a global replace "en-EN" -> "en-US". After a rebuild, the program ran fine in wine.
In wine, VLC must be installed first, to be able to start the program.
When trying to run PlaylistEditorTV with wine in Debian Buster, I got this error message:
en-EN is an invalid culture identifier. at System.Globalization.CultureInfo.GetCultureInfoThere seems to be no Region Settings for wine, so I did not get around this error.
According to this, en-EN is in fact invalid: Microsoft documentation
Opened the solution in Visual Studio and did a global replace "en-EN" -> "en-US". After a rebuild, the program ran fine in wine.
In wine, VLC must be installed first, to be able to start the program.