xbmc / audiodecoder.sidplay

Sidplay decoder addon for Kodi
GNU General Public License v2.0
5 stars 8 forks source link

Addon could not be loaded - Kodi 19.1, CoreElec on ODROID-N2 #28

Closed dhry closed 3 years ago

dhry commented 3 years ago

Startup info in kodi log:

2021-05-14 23:41:35.099 T:4830 INFO : Starting Kodi (19.1 (19.1.0) Git:add5f3391fb8d748a57cee208b25f441a648e778). Platform: Linux ARM 32-bit 2021-05-14 23:41:35.099 T:4830 INFO : Using Release Kodi x32 2021-05-14 23:41:35.099 T:4830 INFO : Kodi compiled 2021-05-12 by GCC 10.2.0 for Linux ARM 32-bit version 4.9.113 (264561) 2021-05-14 23:41:35.099 T:4830 INFO : Running on Hardkernel ODROID-N2 with CoreELEC (official): 19.1-Matrix, kernel: Linux ARM 64-bit version 4.9.113 2021-05-14 23:41:35.099 T:4830 INFO : FFmpeg version/source: 4.3.2-Kodi 2021-05-14 23:41:35.099 T:4830 INFO : Host CPU: Amlogic S922X rev a, 6 cores available 2021-05-14 23:41:35.099 T:4830 INFO : ARM Features: Neon enabled 2021-05-14 23:41:35.099 T:4830 INFO : special://xbmc/ is mapped to: /usr/share/kodi/ 2021-05-14 23:41:35.099 T:4830 INFO : special://xbmcbin/ is mapped to: /usr/lib/kodi 2021-05-14 23:41:35.099 T:4830 INFO : special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons 2021-05-14 23:41:35.099 T:4830 INFO : special://masterprofile/ is mapped to: /storage/.kodi/userdata 2021-05-14 23:41:35.099 T:4830 INFO : special://envhome/ is mapped to: /storage 2021-05-14 23:41:35.099 T:4830 INFO : special://home/ is mapped to: /storage/.kodi 2021-05-14 23:41:35.099 T:4830 INFO : special://temp/ is mapped to: /storage/.kodi/temp 2021-05-14 23:41:35.099 T:4830 INFO : special://logpath/ is mapped to: /storage/.kodi/temp 2021-05-14 23:41:35.099 T:4830 INFO : The executable running is: /usr/lib/kodi/kodi.bin 2021-05-14 23:41:35.099 T:4830 INFO : Local hostname: CoreELEC

Whenever I enter a folder with .SID files, this plugin throws an error: add-on could not be loaded. If I cancel multiple times until I can get to the folder listing and then try to play one of the .SID files, Kodi completely freezes.

Snips from kodi log:

2021-05-16 13:30:27.507 T:4830 DEBUG : ------ Window Init (DialogBusy.xml) ------ 2021-05-16 13:30:27.686 T:11222 DEBUG : ADDON: Dll Initializing - Sidplay Audio Decoder 2021-05-16 13:30:27.686 T:11222 DEBUG : SECTION:LoadDLL(/storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0) 2021-05-16 13:30:27.686 T:11222 DEBUG : Loading: /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0 2021-05-16 13:30:27.688 T:11222 ERROR : Unable to load /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0, reason: /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0: undefined symbol: _ZTI7SidTune 2021-05-16 13:30:27.699 T:4830 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-16 13:30:30.779 T:4863 DEBUG : CLibInputKeyboard::ProcessKey - using delay: 250ms repeat: 33ms 2021-05-16 13:30:30.779 T:11223 DEBUG : Thread Timer start, auto delete: false 2021-05-16 13:30:30.781 T:4830 DEBUG : Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0 2021-05-16 13:30:30.781 T:4830 DEBUG : HandleKey: backspace (0xf008) pressed, action is Back 2021-05-16 13:30:31.003 T:11223 DEBUG : Thread Timer 3551523504 terminating 2021-05-16 13:30:31.014 T:4830 DEBUG : Keyboard: scancode: 0x0e, sym: 0x0008, unicode: 0x0008, modifier: 0x0 2021-05-16 13:30:31.090 T:4830 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------ 2021-05-16 13:30:31.098 T:11222 ERROR : IAddonInstanceHandler::CreateInstance: audiodecoder.sidplay returned bad status "Permanent failure" during instance creation 2021-05-16 13:30:31.098 T:11222 INFO : CFileDirectoryFactory::Create: Addon 'audiodecoder.sidplay' support extension '.sid' but creation failed (seems not supported), trying other addons and Kodi 2021-05-16 13:30:31.099 T:11222 DEBUG : ADDON: Dll Initializing - Sidplay Audio Decoder 2021-05-16 13:30:31.099 T:11222 DEBUG : SECTION:LoadDLL(/storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0) 2021-05-16 13:30:31.099 T:11222 DEBUG : Loading: /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0 2021-05-16 13:30:31.100 T:11222 ERROR : Unable to load /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0, reason: /storage/.kodi/addons/audiodecoder.sidplay/audiodecoder.sidplay.so.3.0.0: undefined symbol: _ZTI7SidTune

lrusak commented 3 years ago

Looks like a linking issue, ask your distribution maintainers.