falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.55k stars 144 forks source link

I can't add windows dll plugin after installing mingw, wine64-tools and others #1118

Open lochnessmengintai opened 4 years ago

lochnessmengintai commented 4 years ago

Screenshot_2020-05-05_21-31-34 And when i use terminal : `lupanama@lupanama-X555BP:~/Downloads/plugins/music/GLS vocal remover/GLS$ sudo carla gls.dll [sudo] password for lupanama: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Carla 2.1.0 started, status: Python version: 3.7.5 Qt version: 5.12.4 PyQt version: 5.12.3 Binary dir: /usr/local/lib/carla Resources dir: /usr/local/share/carla/resources qt.svg: :552:178: Could not resolve property: #linearGradient5167 qt.svg: :30274: Could not resolve property: #linearGradient5167 qt.svg: :30274: Could not resolve property: #pattern5614 qt.svg: :30274: Could not resolve property: #pattern5626 qt.svg: :5672: Could not resolve property: #radialGradient3709 qt.svg: :3226: Could not resolve property: #linearGradient3893-1 qt.svg: :3190: Could not resolve property: #linearGradient3893-1 qt.svg: :3208: Could not resolve property: #linearGradient3893-1 Frontend pixel ratio is 1.0 libjack.so.0 loaded successfully!

RtAudio: no compiled support for specified API argument!

No device set, using 2 inputs and 2 outputs Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock

RtApiJack::probeDeviceOpen: Jack server not found or connection error!

carla_load_project: Engine is not initialized `

falkTX commented 4 years ago

I dont think you are understanding how to use carla. 1st, DO NOT USE SUDO 2nd, if you want to load a VST directly, use carla-single win32 vst /path/to/dll or similar 3rd, make sure carla can start the engine so it can actually do something 4th, please try to load some native linux plugins before loading windows ones.

falkTX commented 4 years ago

any luck here?

gittigger commented 4 years ago

Hi @moneylessware

Further to the advice from @falkTX The error you see in the gui occurs when loading a plugin manually and the engine isn't started (you don't say which one you have configured in settings) What happens when you press F5 or start the engine from 'Engine' ---> 'Start' from the menu?

lochnessmengintai commented 4 years ago

Hahaha. Yes, my english is bad. But I found a simple way to install carla and it work few days ago then i found and read your reply today.

  1. Install wine devel (latest version)
  2. Download & install Carla-bridge-wine32.deb from kxstudio (i found problem when download it. So i use "sudo
  3. Download & install Carla-bridge-win64.deb from kxstudio
  4. Install carla from discover or software ( or appstore :D ). Now i can use carla with GUI. I am noob linux user so when i can do it i'm very happy. Thanks. Sorry for my bad english

Pada tanggal Sel, 5 Mei 2020 21.45, Filipe Coelho notifications@github.com menulis:

I dont think you are understanding how to use carla. 1st, DO NOT USE SUDO 2nd, if you want to load a VST directly, use carla-single win32 vst /path/to/dll or similar 3rd, make sure carla can start the engine so it can actually do something 4th, please try to load some native linux plugins before loading windows ones.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/falkTX/Carla/issues/1118#issuecomment-624098591, or unsubscribe https://github.com/notifications/unsubscribe-auth/APOYXR4WL2DO22LUXWPVOH3RQARAZANCNFSM4MZUESJA .

lochnessmengintai commented 4 years ago

Hahaha. Yes, my english is bad. But I found a simple way to install carla and it work few days ago after upgrade to lubuntu 20.04 from xubuntu 19.10 then i found and read your reply today.

  1. Install wine devel (latest version)
  2. Download & install Carla-bridge-wine32.deb from kxstudio (i found problem when download it. So i use "sudo
  3. Download & install Carla-bridge-win64.deb from kxstudio
  4. Install carla from discover or software ( or appstore :D ). Now i can use carla with GUI. I am noob linux user so when i can do it i'm very happy. Thanks. Sorry for my bad english.