I am trying to install Presonus Studio One on AV Linux. Here is the tutorial I am trying to follow.
Install Winetricks
Type Winetricks in Terminal; the following screenshot should pop up.
- Select Install and application and click OK on the bottom right. The following screenshot should pop up:
Select cancel in the bottom right.
- Select Install a font and click MS Corefonts.
- Click ok in the bottom right. The following screenshot will appear:
This is where I think I am hitting my snag. Finally, the tutorial says to Install a DLL. Here is the following screenshot:
But Here, I get an error message and I don't know how to fix it:
[
Hopefully after this error is fixed everything will work. Wine installed the program without any hiccups, but I can't open it. Again, Here is the inside of the .desktop file, it may provide a clue: Thank you for all your help in advance.
1 Answer
Summary
You could try the following:
- Update to the latest version of
winetricks. - Rename the file as instructed in the message.
- Try installing again.
This has been successful for many people. Sources:
1. Updating winetricks
You can get your current version with
$ winetricks --versionand which is the latest available with
$ curl --silent --show-error --stderr - | grep ^WINETRICKS_VERSION | cut -d '=' -f 2
20210206-nextIf you don't have the latest, update and check with
$ wget
$ chmod +x winetricks
$ sudo mv -v winetricks /usr/local/bin
$ winetricks --version$ sudo winetricks --self-update
$ winetricks --versionSource: How do I get the latest version of winetricks on Ubuntu?
2. Renaming the target file
$ mv -v <filename> <filename>.bak3. Installing again
Repeat the procedure.
Related: