Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

ALSOFT messages in stderr since LWJGL 3.3.0 #27

Open
OLEGSHA opened this issue Jan 12, 2022 · 5 comments
Open

ALSOFT messages in stderr since LWJGL 3.3.0 #27

OLEGSHA opened this issue Jan 12, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@OLEGSHA
Copy link
Owner

OLEGSHA commented Jan 12, 2022

Since the LWJGL library has updated from 3.2.3 to 3.3.0, the following message has begun appearing in the error stream:

	[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
	[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)

The OS is Debian 11, launching from Eclipse IDE.

There are no obvious effects at the moment. OpenAL code in ru.windcorp.progressia.client.audio should probably be checked against the documentation.

@OLEGSHA OLEGSHA added the bug Something isn't working label Jan 12, 2022
@nullkat
Copy link
Collaborator

nullkat commented Jan 13, 2022

Will be fixed ASAP

@nullkat
Copy link
Collaborator

nullkat commented Jan 15, 2022

This is Linux permissions problem.
This warning doesn't occur when running Progressia with sudo.

@nullkat
Copy link
Collaborator

nullkat commented Jan 15, 2022

Ubuntu 21.10 Eclipse has the same problem.
I haven't got the solution yet.

@OLEGSHA
Copy link
Owner Author

OLEGSHA commented Jan 15, 2022

I think we're using the API wrong, and in some cases LWJGL/OpenAL suppresses the error instead of reporting it. I mean, it can't be a fundamental issue with OpenAL, right?

@nullkat
Copy link
Collaborator

nullkat commented Jan 15, 2022

It can be. But my IDE says that this is unhandled exception. Audio manager definitely needs some changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants