Package Details: bitwig-studio 5.3.8-1

Git Clone URL: https://aur.archlinux.org/bitwig-studio.git (read-only, click to copy)
Package Base: bitwig-studio
Description: Digital audio workstation for music production, remixing and live performance
Upstream URL: https://www.bitwig.com/
Keywords: audio daw multimedia music
Licenses: custom
Conflicts: bitwig-8-track, bitwig-studio-legacy
Provides: clap-host, vst-host, vst3-host
Submitter: stylemistake
Maintainer: stylemistake (smoothny, Evergreen)
Last Packager: smoothny
Votes: 120
Popularity: 2.61
First Submitted: 2016-03-28 16:43 (UTC)
Last Updated: 2025-04-29 19:27 (UTC)

Required by (109)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 17 Next › Last »

kIERO commented on 2025-05-17 00:35 (UTC)

crashes for me.

Adding opengl support fixes the problem

echo skia-gl > ~/.BitwigStudio/graphics-backend

maybe add it to the PKGBUILD?

liugel commented on 2025-05-14 19:40 (UTC)

Thanks folks, for now downgrading vulkan-icd-loader and vulkan-headers also worked for me (Radeon GPU).

taraen commented on 2025-05-14 15:38 (UTC)

I've opened a ticket with Bitwig support, and they're looking into it - so at least they're aware of the issue as well as the solutions discussed in this comment section.

fluffy-dragons commented on 2025-05-14 00:01 (UTC) (edited on 2025-05-14 00:03 (UTC) by fluffy-dragons)

vtb, I'm not sure what you mean. I tried downloading the package from the archive, extracted libvulkan.so.1.4.309, renamed it to just libvulkan.so, put it in a directory, set LD_LIBRARY_PATH to the containing directory, and no dice

EDIT: i figured it out. you need to rename it to libvulkan.so.1 for anyone else who wants to try this themselves

vtb commented on 2025-05-13 22:10 (UTC) (edited on 2025-05-14 21:50 (UTC) by vtb)

Downloading the previous (1.4.309.0-1) vulkan-icd-loader and setting the path in the LD_LIBRARY_PATH environment variable when launching Bitwig also works and doesn't require downgrading the above mentioned packages. EDIT: I downloaded the package as is and extracted it, there were already symlinks in there, so I didn't have to rename anything, just set the path of the directory that contains the .so and symlinks.

fluffy-dragons commented on 2025-05-13 19:06 (UTC)

I can also confirm that this works for me with a radeon APU

stan79 commented on 2025-05-11 22:05 (UTC)

Thanks Gimmeapill! I confirm the downgrade works in my case as well (nvidia)

Gimmeapill commented on 2025-05-11 19:38 (UTC)

Got the issue as well (Radeon GPU)

# Problematic frame:
# C  [libvulkan_radeon.so+0x145062]

I managed to get it back by downgrading those two: vulkan-icd-loader (1.4.313.0-1 -> 1.4.309.0-1) vulkan-headers (1:1.4.313.0-1 -> 1:1.4.309.0-1)

stan79 commented on 2025-05-11 11:11 (UTC) (edited on 2025-05-11 16:56 (UTC) by stan79)

Hello. Yesterday Bitwig was working fine. Today, when I try to launch it, it fails with the message: "Child process with PID xxxx exited with error code: 3". I checked .BitwigStudio and found a log file with this crash info:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fac05579b23, pid=1613, tid=1717
#
# JRE version: OpenJDK Runtime Environment (21.0.6+7) (build 21.0.6+7-Ubuntu-122.04.1)
# Java VM: OpenJDK 64-Bit Server VM (21.0.6+7-Ubuntu-122.04.1, mixed mode,tiered,compressed class ptrs, z gc, linux-amd64)
# Problematic frame:
# C  [libnvidia-glcore.so.570.144+0xd79b23]

I also use Hyprland with uwsm, which was updated too. Here's what I’ve tried so far: Downgraded both the kernel and nvidia-open to known working versions — no luck. Downgraded uwsm — no effect. Bitwig works if I force it to use OpenGL instead of Vulkan. Anyone else seeing this? Any tips on what might have changed between versions or how to debug further?

auralon commented on 2025-03-08 17:35 (UTC)

For anyone experiencing the same issue as I mentioned below, it was a simple file permissions issue. Solved here

With the resolution being: find ~/.u-he -type f -iname "*dialog*" -exec chmod 755 {} \;