lwjgl3: OpenAL not Loading on Linux

Version

3.3.2 (nightly)

Platform

Linux x64

JDK

openjdk-19 Oracle

Module

OpenAL

Bug description

OpenAL cant loading if I try to open a New Device

code:

String defaultDeviceName = alcGetString(0, ALC_DEFAULT_DEVICE_SPECIFIER);
            long j = ALC10.alcOpenDevice(defaultDeviceName);

Stacktrace or crash log output

ALSA lib ../../pulse/pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: Connection refused

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 25 (13 by maintainers)

Most upvoted comments

We’ve verified that the PipeWire backend works now, so closing this.