PASS 2020

Questions about Wine on Linux
Locked
EmilianoGutAlv
Newbie
Newbie
Posts: 1
Joined: Tue Jul 23, 2024 8:59 pm

PASS 2020

Post by EmilianoGutAlv »

So, I recently switched to Linux, everything was great until I had to use NCSS 2020, when I saw It didn't have a native Linux version, I downloaded Wine in order to make it work.
Unfortunately, everytime I open NCSS, this message appears, when you close it, the programm dows it too.
How can I fix it? (Before you ask I do have a proper license for this product)
Thank you very much.
Attachments
Captura de pantalla_20240722_143622.png
desessarts
Level 4
Level 4
Posts: 198
Joined: Wed Oct 04, 2023 7:57 am

Re: PASS 2020

Post by desessarts »

Hello

If I look at
https://www.ncss.com/download/ncss/upda ... uirements/
I see that you nett to install dotnet 4.6
and Adobe Reader, which looks fine
https://appdb.winehq.org/objectManager. ... &iId=32266

I will try if I have some spare time
desessarts
Level 4
Level 4
Posts: 198
Joined: Wed Oct 04, 2023 7:57 am

Re: PASS 2020

Post by desessarts »

it works

I did

Code: Select all

 export WINEARCH=win32
 export WINEPREFIX=~/.wine_ncss
 wineboot -u
 winetricks -q dotnet46
 wine Téléchargements/NCSS2024Setup_v24_0_2.exe 
I asked for a trial licence
Locked