8000 Fails when running with sudo · Issue #369 · jarikomppa/soloud · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Fails when running with sudo #369
Open
@andrewdavidmackenzie

Description

@andrewdavidmackenzie

Expected behavior:

soloud (via rust wrappings) loads and runs normally.
This is the case when run as a normal user (on raspberry pi).

However, it fails when run using sudo

Actual behavior:

RUST_BACKTRACE=1 sudo ./ringr 
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1075:(snd_pcm_dmix_open) unable to open slave
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
thread 'main' panicked at src/main.rs:44:32:
Could not get Soloud: Internal(UnknownError)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Steps to reproduce the problem:

On PiOs (and I assume on other Linux, but can't be sure...), have a short program that loads SoLoud and speaks or plays a sound, and run it using sudo.

SoLoud version, operating system, backend used, any other potentially useful information:

uname -a
Linux pizero2w0 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

soloud = { version = "1" } resolves thus in Cargo.lock:

[[package]]
name = "soloud"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40cbdc64b205d53f861657923d4f94bd56ffa81e11b8ad920ac79447ececb47"
dependencies = [
 "bitflags",
 "paste",
 "soloud-sys",
]

Based on the error, I'm guessing that it's the loading of the original lib that is the source of the issue, and that's it's not the rust wrapper, hence I'm reporting here not https://github.com/MoAlyousef/soloud-rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0