elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
490 stars 160 forks source link

Elementum crashing after 0.1.63 update on Kodi 16 #659

Closed gloga closed 3 years ago

gloga commented 3 years ago

Elementum updated from 0.1.62 do 0.1.63 in the middle of video playback. After that it reported constant crashing. I have tried reverting back to 0.1.62 and installing Elementum on fresh Kodi install. Installation goes through fine, but after I open Elementum I ,again, get a crash notice.

elgatito commented 3 years ago

@gloga Don't you want to give any information about your issue? Log file is required.

gloga commented 3 years ago

Sure. I'll provide you with the log ASAP.

elgatito commented 3 years ago

@gloga Please, try with 0.1.64.

gloga commented 3 years ago

kodi.log

Here is the log. Version 0.1.64 is only available as a source code and I don't know how to build it.

elgatito commented 3 years ago
CANNOT LINK EXECUTABLE: cannot locate symbol "sigfillset" referenced by "/data/data/org.xbmc.kodi/files/plugin.video.elementum/bin/android_arm/elementum"...
15:19:57 T:1790226936  NOTICE: Running on MBX B.S805.5 with Android 4.4.2 API level 19, kernel: Linux ARM 32-bit version 3.10.33

It will not work with Androdi 4.4.2: #576

gloga commented 3 years ago

Strange, because i think version 0.1.62 worked fine. What's the latest version that will work with Android 4.4.2?

elgatito commented 3 years ago

Copying from the issue link, I've posted:

1.51 wouldn't work on android 4.4 as it actually built for android api
version 21(mean android 5)
1.41 works well on android 4.4, 1.42 and later doesn't work
I would suggest to install 1.41 on yours kitkat device and turn update off.
It's required to downgrade project dependencies versions to support android
4.4. I'm not sure it's reasonable to do
elgatito commented 3 years ago

You can try to compile it on yourself. There is nothing I can do.