steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
545 stars 351 forks source link

Constant crash on Android 5.1 #189

Open artkuc opened 8 years ago

artkuc commented 8 years ago

LOG: http://pastebin.com/QP0MrqR3 I have fresh KODI install, the only plugin i install is PULSAR. I enable all controls, restart KODI and see message saying that PULSAR crashed and tries to restart. This message appears every n seconds. I guess this is because of "only position independent executables (PIE) are supported" on latest android. This must also cause trouble to nexus players, nvidia shield, sony bravia tv's, etc.

sei4eto commented 8 years ago

Sony TV android 5.1.1 - the same error - Pulsar crashes. It says need Restarting...

lcohen999 commented 8 years ago

Someone has to recompile Pulsar with PIE.

I am an IT guy, not a programmer so I cannot help. That is the key issue

ykhehra1 commented 8 years ago

I never heard that anyone have working pulsar on any android platform, so I guess its not android platform or version.

lcohen999 commented 8 years ago

Pulsar works fine on Android 4, just not 5 or 6

Lorne Cohen ScrapIT Software +1-416-420-8645 On Dec 11, 2015 6:41 PM, "ykhehra1" notifications@github.com wrote:

I never heard that anyone have working pulsar on any android platform, so I guess its not android platform or version.

— Reply to this email directly or view it on GitHub https://github.com/steeve/plugin.video.pulsar/issues/189#issuecomment-164080487 .

ykhehra1 commented 8 years ago

IC, yeah I only tried on many platforms of v5 & 6 and it never worked for me. Somebody with skill need to fork it, hoping it will work on latest versions soon.

Txukie commented 8 years ago

lcohen999 is totally right, pulsar needs to be recompiled with PIE support. I've tried to recompile it but it always fails on libtorrent, missing some boost headers. I am a programmer but I've never used Go (which this uses) and don't have the time to try to decipher this as it has many dependencies. If steeve or somebody else would be kind enough to point me to some proper setup and build instructions or just compile pulsar with android-16 as target then that would solve it I believe.