| View previous topic :: View next topic |
| Author |
Message |
taji Jammer

Joined: 26 Jun 2005 Posts: 21
|
Posted: Sat Dec 26, 2020 11:55 pm Post subject: JS4 Running Under Ubuntu Studio (Linux) with yabridge |
|
|
I have perused the topics here and it looks like the last version of Jamstix documented to run successfully under Linux using WINE was JS3. I ran into issues with JS3 and with nothing left to lose decided to take a shot at getting JS4 working in Ubuntu Studio. With some help from robert-vdh (the yabridge developer), I have it running and it seem to be working well.
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  |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Sun Dec 27, 2020 3:52 pm Post subject: |
|
|
| That's really decent of you to put together this report for other Linux users taji. Hope it works really well for you. |
|
| Back to top |
|
 |
taji Jammer

Joined: 26 Jun 2005 Posts: 21
|
Posted: Mon Dec 28, 2020 5:26 am Post subject: |
|
|
Thanks . Linux can be a bit of a challenge so hoping this helps someone else. It's taken me a good week or two to get all of the different pieces (hosts, plugins, etc) together.
One thing with Linux that is nice is that everything is command line driven, so as I've been installing and configuring the Linux side of things, I've been writing a bash script that automates the work. This should cut the time down considerably if I move to a new laptop. |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Mon Dec 28, 2020 9:22 am Post subject: |
|
|
| Quote: | | Linux can be a bit of a challenge so hoping this helps someone else. |
I can attest to that based upon the few times I dabbled in it. It has gotten much better than in the past though with Mint and the newer more user friendly distros. |
|
| Back to top |
|
 |
pax_eterna Jammer

Joined: 09 Oct 2021 Posts: 33
|
Posted: Sat Oct 09, 2021 8:34 pm Post subject: |
|
|
I have issues with the installer itself -
"Error sending data (-2146893051). This tool requires you to be connected to the internet unless you have prepared an offline installation package"
So how does one create such a package? |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Sat Oct 09, 2021 9:11 pm Post subject: |
|
|
| Quote: | | So how does one create such a package? |
I'm not in front of my computer with my JS installation but it is done with the Jamstix Manager on an online computer under "Install Options". |
|
| Back to top |
|
 |
pax_eterna Jammer

Joined: 09 Oct 2021 Posts: 33
|
Posted: Sun Oct 10, 2021 12:41 pm Post subject: |
|
|
| a_zimuth wrote: | | Quote: | | So how does one create such a package? |
I'm not in front of my computer with my JS installation but it is done with the Jamstix Manager on an online computer under "Install Options". |
haha, ok well that isn't going to work then, as Jamstix Manager as I wrote above will not install becasue of the issue I also mentioned in the post. |
|
| Back to top |
|
 |
pax_eterna Jammer

Joined: 09 Oct 2021 Posts: 33
|
Posted: Sun Oct 10, 2021 12:56 pm Post subject: |
|
|
| I might add, I am not even sure it will work properly on my Manjaro Linux system, but I cannot even get past first base hahaha! |
|
| Back to top |
|
 |
Super_EB Junior Jammer

Joined: 27 Nov 2018 Posts: 10
|
Posted: Mon Dec 13, 2021 8:27 pm Post subject: |
|
|
Thanks for sharing this! I have Jamstix 4 working in AV Linux MXE.
One observation is that I couldn't run Jamstix 4 Manager with dxvk installed. Once I uninstalled dxvk,Jamstix Manager ran ran fine. For my system, run Jamstix Manager first and then install dxvk before running the plugin. |
|
| Back to top |
|
 |
robert_gray New To The Jam
Joined: 30 May 2022 Posts: 1
|
Posted: Mon May 30, 2022 3:18 pm Post subject: Jamstix 4 on AV Linux |
|
|
Hello everyone, I am wondering if someone here can help me get Jamstix 4 going on AV Linux 19.4? I have followed the steps in Taji's post as closely as possible and am getting the following output (but no Jamstix):
err: DxvkInstance: Failed to create instance
info: Game: Jamstix4Manager.exe
info: DXVK: v1.10.1
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: Required Vulkan extension VK_KHR_surface not supported
terminate called after throwing an instance of 'dxvk::DxvkError'
I am by no means a Linux expert but am happy to get my hands dirty in the terminal, if someone here would be kind enough to give me a few pointers.
Best wishes.
Robert. |
|
| Back to top |
|
 |
ILya_Kuznetsov Junior Jammer

Joined: 13 Feb 2024 Posts: 3
|
Posted: Fri Mar 29, 2024 9:16 am Post subject: Re: JS4 Running Under Ubuntu Studio (Linux) with yabridge |
|
|
| taji wrote: | I have perused the topics here and it looks like the last version of Jamstix documented to run successfully under Linux using WINE was JS3. I ran into issues with JS3 and with nothing left to lose decided to take a shot at getting JS4 working in Ubuntu Studio. With some help from robert-vdh (the yabridge developer), I have it running and it seem to be working well.
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  |
Hello!
Your post inspired me to try running Jamstix on my Linux host, but it doesn't seem to work for me.
I'm using wine-stagging 9.4 and yabridge 5.1.0
I was able to install JamStix. It runs in my DAW (REAPER linux). But if I close the window with the plugin interface and open it again, I get an error and the interface is no longer displayed.
Please tell me how JamStix works for you now under Linux? |
|
| Back to top |
|
 |
|