I am trying to install Clip Studio Paint

Questions about Wine on Linux
Locked
AmericanFillipoM
Newbie
Newbie
Posts: 2
Joined: Mon Nov 11, 2019 12:32 am

I am trying to install Clip Studio Paint

Post by AmericanFillipoM »

I tried the directions on YouTube but they are not for Ubuntu Studio. I have tried downloading several drivers but nothing is working?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: I am trying to install Clip Studio Paint

Post by jkfloris »

We need more information before we can help you:
- Which YouTube video?
- Wine version
- Ubuntu version
- What doesn't work? The installation or the program?
I have tried downloading several drivers but nothing is working?
What do you mean by this?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: I am trying to install Clip Studio Paint

Post by jkfloris »

I gave the free trial a try with Wine 4.19, Debian Sid.
The only extra step I needed to make the program work was:

Code: Select all

winetricks -q vcrun2010
AmericanFillipoM
Newbie
Newbie
Posts: 2
Joined: Mon Nov 11, 2019 12:32 am

Re: I am trying to install Clip Studio Paint

Post by AmericanFillipoM »

jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: I am trying to install Clip Studio Paint

Post by jkfloris »

The video is about PlayonLinux. Unfortunately, that program isn't supported over here.
Could you retest in a clean Wineprefix with plain Wine and the 'vcrun2010' winetricks verb?

For example:

Code: Select all

mv "$HOME/Documents/CELSYS/" "$HOME/Documents/CELSYS.bak/"
WINEPREFIX=~/clipstudio winetricks -q vcrun210
WINEPREFIX=~/clipstudio wine start /unix ~/Downloads/CSP_194w_setup.exe
cd "$HOME/clipstudio/drive_c/Program Files/CELSYS/CLIP STUDIO 1.5/CLIP STUDIO PAINT"
WINEPREFIX=~/clipstudio wine CLIPStudioPaint.exe
Locked