I ran into two issues that I was able to resolve or work around:
ISSUE 1
When launching the Jamstix4Manager.exe, I had some difficulty entering my license key. The trick is as follows:
- Copy the license key text to the clipboard.
- Then launch Jamstix4Manager.exe. You may have to drag the window to see everything.
- Then as a single action, double click the license field and press CTRL+V to quickly paste the key into the field. This took about 5 or 6 tries but once the license pasted properly, everything else worked as expected.
ISSUE 2:
The Kit tab would show a black screen instead of the 3D drumkit. Robert-vdh recommended installing dxvk into my wine prefix to handle the graphics issues. Once I did that everything started working. Here's the discussion:
https://github.com/robbert-vdh/yabridge/issues/74
INSTALLATION DETAILS:
In case anyone else has wanted to try this, here is a list of kit pieces I used to get everything working:
- Operating system: Ubuntu Studio 20.04
- wine version: '6.0-rc3 (Staging)'
- dxvk (you'll need this installed into your wine prefix to see the 3D kits, see above).
- winetricks to install corefonts (google it).
- yabridge version: 2.2.1
- yabridgectl version: 2.2.1
- Jamstix 4.4.6
Hope this helps others