![]() |
[BUG] Impossible to use AudioDSP ==> Crash - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: Audio DSP (https://forum.kodi.tv/forumdisplay.php?fid=235) +---- Thread: [BUG] Impossible to use AudioDSP ==> Crash (/showthread.php?tid=287175) |
[BUG] Impossible to use AudioDSP ==> Crash - polarrys - 2016-08-16 Dear All, I'm using Kodi with LibreElec ( Same issue with OE) .When I want to open Audio DSP my computer crash. It's impossible to use this add-on for me. Currently I'm using a behringer DEC 2496 to use an equalizer but now I want to use Audio DSP directly in kodi. I post a debug log to explain my situation. http://pastebin.com/fmEXnVWV Thanks you for your help. RE: [BUG] Impossible to use AudioDSP ==> Crash - AchimTuran - 2016-08-19 Well the problem is that you're using an old version. I guess 0.0.2 right? From the crashlog we can see that CBiquadFiltersSettings::~CBiquadFiltersSettings() produces the crash: Quote:Thread 1 (Thread 0x7fe5de1fe840 (LWP 676)): To fix this issue you have to compile the addon yourself or wait when the new version will be officially released. This is my development branch with the latest changes that should be used for building adsp.biquad.filters https://github.com/AchimTuran/adsp.biquad.filters/tree/Krypton/AudioDSP/V2/usability_core_fixes Currently I'm very busy and can't give more support. RE: [BUG] Impossible to use AudioDSP ==> Crash - polarrys - 2016-08-19 Thanks you very much Wisler for your help. I'm not familiar to compile the new build. So, I will wait the new version of this addon . Maybe with Krypton release ? Thx ! RE: [BUG] Impossible to use AudioDSP ==> Crash - AchimTuran - 2016-09-25 I don't know if it will be available for the final Krypton release, but I will definitely roll out a new testbuild when the most of my work is finished. |