univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
591 stars 58 forks source link

Buffer overflow detected #11

Closed lesthack closed 4 years ago

lesthack commented 4 years ago

I can't use in my Elementary OS 5.1 (Ubuntu 18.04) This is the output when i execute obs in verbose mode:

$ obs --verbose Attempted path: share/obs/obs-studio/locale/en-US.ini Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini Attempted path: share/obs/obs-studio/themes/Dark.qss Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss info: Command Line Arguments: --verbose info: CPU Name: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz info: CPU Speed: 2711.478MHz info: Physical Cores: 2, Logical Cores: 4 info: Physical Memory: 11912MB Total, 4905MB Free info: Kernel Version: Linux 5.0.0-37-generic info: Distribution: "elementary OS" "5.1" info: Portable mode: false QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_clicked() QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_destroyed() QMetaObject::connectSlotsByName: No matching signal for on_program_customContextMenuRequested(QPoint) info: OBS 0.0.1 (linux) info: --------------------------------- info: --------------------------------- info: audio settings reset: samples per sec: 44100 speakers: 2 info: --------------------------------- info: Initializing OpenGL... info: OpenGL version: 4.5 (Core Profile) Mesa 19.0.8 info: --------------------------------- info: video settings reset: base resolution: 1280x720 output resolution: 1280x720 downscale filter: Bilinear fps: 60/1 format: NV12 info: Audio monitoring device: name: Default id: default info: --------------------------------- libDeckLinkAPI.so: cannot open shared object file: No such file or directory info: No blackmagic support error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: VLC found, VLC video source enabled buffer overflow detected : obs terminated [1] 20557 abort obs --verbose

univrsal commented 4 years ago

Which version are you using? Can you try this debug one?

lesthack commented 4 years ago

I'm using v1.1spectralizer.v1.1.linux.ubuntu.64.

I try the debug version and same:

$ obs --verbose Attempted path: share/obs/obs-studio/locale/en-US.ini Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini Attempted path: share/obs/obs-studio/themes/Dark.qss Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss info: Command Line Arguments: --verbose info: CPU Name: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz info: CPU Speed: 2737.789MHz info: Physical Cores: 2, Logical Cores: 4 info: Physical Memory: 11912MB Total, 2515MB Free info: Kernel Version: Linux 5.0.0-37-generic info: Distribution: "elementary OS" "5.1" info: Portable mode: false QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_clicked() QMetaObject::connectSlotsByName: No matching signal for on_advAudioProps_destroyed() QMetaObject::connectSlotsByName: No matching signal for on_program_customContextMenuRequested(QPoint) info: OBS 0.0.1 (linux) info: --------------------------------- info: --------------------------------- info: audio settings reset: samples per sec: 44100 speakers: 2 info: --------------------------------- info: Initializing OpenGL... info: OpenGL version: 4.5 (Core Profile) Mesa 19.0.8 info: --------------------------------- info: video settings reset: base resolution: 1280x720 output resolution: 1280x720 downscale filter: Bilinear fps: 60/1 format: NV12 info: Audio monitoring device: name: Default id: default info: --------------------------------- libDeckLinkAPI.so: cannot open shared object file: No such file or directory info: No blackmagic support error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): libnvidia-encode.so.1: cannot open shared object file: No such file or directory

info: VLC found, VLC video source enabled buffer overflow detected : obs terminated [1] 21466 abort obs --verbose

univrsal commented 4 years ago

can you try the one I linked?

univrsal commented 4 years ago

Well, just get back to me once you've tested it