-
Notifications
You must be signed in to change notification settings - Fork 9
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
[LE8.02] Kodi restarts when addon is loaded #15
Comments
can you get me the crash log ? |
I would like to but no crash log will be generated when Kodi restarts. Is there anything I can do to force the generation of it? |
hmm. that would be icky with LE. i will have to see if i can reproduce based on your instructions. |
I've a couple of crash logs but not a single one related to Sidplay. It seems Kodi simply restarts without any sign of a crash and any relevant information in the kodi.log. |
could it be that /storage is mounted noexec on le ? |
I don't think so, here the output 'mount':
|
okay, good. |
what is the kodi revision you are running? |
Here's the complete header from the lodi.log file:
|
i can reproduce the behavior. LE is likely to blame. you cannot use the latest audiodecoder.sidplay with kodi 17.3, latest tagged version (1.1.0) works fine. please check if this is the problem. |
Okay, thank you. How do I get the working version (1.1.0) on the device. Is there any way to 'downgrade' an add-on from the repo? |
i think it's unlikely that LE offers older builds out of the repo. @stefansaraev any clue ? |
from what I can see, LE ~~~8.2~~~ 8.0.2 ships audiodecoder.sidplay from git 3e8a22e which is exactly the 1.1.0 tag. |
in that case i reproduced a different issue. i cannot get it to crash for me, neither using local files nor using the vfs (ssh not nfs but should be the same). |
I see, what can I do to track down the issue? Providing more log files with more debugging options enabled? Why is no kodi crash log generated when it restarts? |
I will try it later with a local copy of my SID collection, directly on my LE device. One thing I need to notice is that the nfs share is mounted through systemd from LE, not from KODI itself. And it's a read-only share, so no possibility to write anything to it from LE/KODI. Is that an issue? |
Tested it with a local copy of the SID files directory, the crash happens here too. It has nothing to do with the network access and I think it should be fairly easy to reproduce it because my LibreElec installation is pretty standard. |
Same with LE 8.10 BETA/Kodi 17.4-rc1 |
Hi, Can also agree to the fact this addon doesent seem to work in diffrent distro's. I have also tried OpenElec on my RPI with same results. I have also tried the X86 versions of LibreElec and OpenElec with same result, kodi restarts whan acessing sid file directories. Only version i have got running is newest Kodi on my Windows 7 machine and it worked perfect. So i guess u have to sit down and figure out thats wrong cose i realy should like to have sid music playing on my RPI3 b+ with HIFIBARRY mouted on it. |
I've investigated the LibreELEC issue as I have reproduced it on my XU4. It seems to be a static linking (possibly cmake or toolchain) issue:
Compiling the sidplay-libs package as a shared library and either including libresid-builder.so.0 in the addon or preloading it using LD_PRELOAD works and I can play SID files without Kodi crashing. |
Will the days look what's exactly there. Had with my recent changes only to Windows, Mac, Linux (Ubuntu) and Android tested (there it went). Then I go through this and other addons to see how they behave on LibreELEC/Raspberry. |
Hey all, any update on this?, .. any sucess to make it work on LibreELEC (Rasperry PI) ? |
Well I did post two workarounds. |
escalade: Well, i know.. but i dont know if somthing was made of it..? Anyway i have tried the LibreELEC 9.2 on my RPI3 and trying out the sid plugin by SPIFF Version 1.2.2. It starts up with an error again complaining it cant start the plugin, i have tried the 3 diffrent versions with same result. |
@escalade It would be great if you could have a look at the package.mk of the sidplay plugin in LE. You seem to have found the reason or at least a workaround for the problem and it would be really appreciated if this fix can be implemented in LE. |
I've installed the latest version of this add-on from Kodi/LibreElec Repositories but Kodi restarts whenever I enter a directory with SIDs in it. I've mapped themm as NFS storage from my server.
Environment:
LibreElec 8.02, offiicial AMD64 build on Intel NUC with Apollo Lake CPU
Kodi Log with Debugging enabled:
Anything I can do to prevent this restart and listen to good old SIDs on my Kodi installation?
The text was updated successfully, but these errors were encountered: