Translator DeepL in WINE

Questions about Wine on Linux
Locked
Otaznik
Newbie
Newbie
Posts: 2
Joined: Sun Jan 01, 2023 10:27 pm

Translator DeepL in WINE

Post by Otaznik »

Hello, everyone. I have a problem. I don't use Windows, only Linux Mint and I can't run DeepLSetup.exe in WINE.
Can anyone advise what to do?
Thanks for any advice.
Be well!
Otaznik
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Translator DeepL in WINE

Post by jkfloris »

The installation seems to be successful if .Net 4.8 is installed and the registry key "HKCU\Software\Classes" is created.

Code: Select all

winetricks -q dotnet48
wine reg add 'HKCU\Software\Classes'
Unfortunately, the program itself doesn't run. You can file a bug report. However, I expect it will take a lot of work to get the program working.
Locked