![]() |
Bug adsp.basic crashes when cancel is clicked - 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 adsp.basic crashes when cancel is clicked (/showthread.php?tid=280273) |
adsp.basic crashes when cancel is clicked - AchimTuran - 2016-06-20 (2016-06-20, 01:55)Milhouse Wrote: I'll include the ADSP addons in the next build (#0620) but if at all possible I'd really like to avoid discussing ADSP-related issues in this thread. I've asked @wisler how he wants to handle this - a general "Bug reports" thread worked well for Estuary so could work well for ADSP. Alternatively, individual "Bug" threads could be started in the Audio DSP sub-forum. Thanks @Milhouse for reporting this issue. I will try if I can replicate your bug. So far I can see you crash happens because the xml settings file is incorrect or not available: PHP Code: #0 0x00541d6c in ActiveAE::CActiveAEDSPAddon::InputProcess(ADDON_HANDLE_STRUCT*, float const**, unsigned int) () Could you test it again with these instructions? First click OK and let the add-on create his xml settings file. Afterwards reopen the dialog and click cancel. Do these instructions prevent the crash? RE: adsp.basic crashes when cancel is clicked - Milhouse - 2016-06-20 (2016-06-20, 08:09)wisler Wrote: Could you test it again with these instructions? First click OK and let the add-on create his xml settings file. Afterwards reopen the dialog and click cancel. Do these instructions prevent the crash? Yes, that has stopped it from crashing, thanks. |