Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux spectrum errors #287

Closed
otiskujawa opened this issue Dec 27, 2022 · 7 comments · Fixed by #575
Closed

Linux spectrum errors #287

otiskujawa opened this issue Dec 27, 2022 · 7 comments · Fixed by #575
Labels
bug Something isn't working

Comments

@otiskujawa
Copy link
Collaborator

Describe the bug
Spectrum doesn't work on linux

Amethyst Details (required):

  • It worked month or 2 months ago

To Reproduce (optional)
play music with spectrum on on arch linux

Screenshots (optional)
image

image

I think i need to create vms to check all bugs

@otiskujawa otiskujawa added the bug Something isn't working label Dec 27, 2022
@otiskujawa
Copy link
Collaborator Author

Works good on debian 11 (#423)

@otiskujawa
Copy link
Collaborator Author

Works good on gentoo (#424)

@otiskujawa
Copy link
Collaborator Author

image
I will try to find where is the problem
image

libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[263681:0406/204808.037066:ERROR:connection.cc(579)] Cannot send request of length 50027360

(electron:263681): VIPS-WARNING **: 20:48:10.766: unable to load "/usr/lib/vips-modules-8.14/vips-openslide.so" -- libopenslide.so.0: cannot open shared object file: No such file or directory

@otiskujawa
Copy link
Collaborator Author

installing openslide removed (electron:263681): VIPS-WARNING **: 20:48:10.766: unable to load "/usr/lib/vips-modules-8.14/vips-openslide.so" -- libopenslide.so.0: cannot open shared object file: No such file or directory error but spectrum is still not working
image
image

@otiskujawa
Copy link
Collaborator Author

still same errors
image

@otiskujawa
Copy link
Collaborator Author

It works only on VirtualBox Machine
Tested on debian 11 under virtualbox
image
and endeavourOS under virtualbox

@otiskujawa
Copy link
Collaborator Author

changing line 4 of SpectrumVertex.glsl resolved this issue
uniform int u_amplitude[ 1000 ];
image
somehow 1008 works and 1009+ doesn't (it was originally 1024)
Also line 53 of SpectrumAnalyzer.vue should be changed with it

For some reason #200 is back and it forced me to play guess the number but i need to compile every number to check and result is 1008 works, 1009 doesn't work

This should fix #287 and #327
image

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

Successfully merging a pull request may close this issue.

1 participant