Jump to content


Photo

Error starting some plugins.


  • Please log in to reply
34 replies to this topic

Re: Error starting some plugins. #21 Taapat

  • PLi® Core member
  • 2,332 posts

+120
Excellent

Posted 6 July 2020 - 07:08

As I understand without deep research, here the MessageBox is used only for check, so there is no season.
Therefore, dialog_stack is not initialized and calls GSOD on comparison: https://github.com/O.../Screen.py#L148


Re: Error starting some plugins. #22 Dimitrij

  • PLi® Core member
  • 9,967 posts

+335
Excellent

Posted 6 July 2020 - 07:18

 

As I understand without deep research, here the MessageBox is used only for check, so there is no season.
Therefore, dialog_stack is not initialized and calls GSOD on comparison: https://github.com/O.../Screen.py#L148

 

This can be corrected by adding additional checks.

 

But "Show menu paths" does not work correctly.
Some plugins have a long patch, others do not.
On the menu, this also does not work.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Error starting some plugins. #23 Dimitrij

  • PLi® Core member
  • 9,967 posts

+335
Excellent

Posted 6 July 2020 - 07:39

	def setTitle(self, title):
		if self.session and hasattr(self.session, "dialog_stack") and len(self.session.dialog_stack) > 2:

 


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Error starting some plugins. #24 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 6 July 2020 - 07:44

Thanks a lot now plugins are visible and working.

 

Attached Files



Re: Error starting some plugins. #25 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 07:48

Hi All,

 

I have just been told that Kodi was never designed or tested to run with OpenPLi.  Now that you have given me more information I will see if I can resolve the issue.

 

EDIT: Too late it seems the solution has been found.  I will use this protection in all the other images, just in case.  Though I know that the OpenPLi version of MessageBox is very behind the standards used in all the other images.  Perhaps that is the appropriate place to fix this issue.

 

Regards,

Ian.


Edited by IanSav, 6 July 2020 - 07:50.


Re: Error starting some plugins. #26 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 6 July 2020 - 07:52

I don’t know, it works on OpenPli.

2020-07-06 09:50:36.330 T:2969442784  NOTICE: Starting Kodi (18.7 (18.7.200) Git:20200703-nogitfound). Platform: Linux ARM 32-bit
2020-07-06 09:50:36.330 T:2969442784  NOTICE: Using Release Kodi x32 build
2020-07-06 09:50:36.330 T:2969442784  NOTICE: Kodi compiled 2020-07-03 by GCC 9.2.0 for Linux ARM 32-bit version 5.2.0 (328192)
2020-07-06 09:50:36.330 T:2969442784  NOTICE: Running on 7439 72511 device with openpli develop, kernel: Linux ARM 32-bit version 4.1.37
2020-07-06 09:50:36.333 T:2969442784  NOTICE: FFmpeg version/source: n4.3-21-gacefb59ac5
2020-07-06 09:50:36.333 T:2969442784  NOTICE: Host CPU: ARMv7 Processor rev 3 (v7l), 2 cores available
2020-07-06 09:50:36.333 T:2969442784  NOTICE: ARM Features: Neon enabled


Re: Error starting some plugins. #27 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 08:00

Hi Foxbob,

 

I appreciate that it is working but I was told it was never a tested platform.  So things like integration with skins and other Python modules may not be fully correct, as demonstrated but this issue.

 

That is why I want to explore bringing the Enigma2 parts of OpenPLi up to date to avoid other potential similar issues in the future.

 

Regards,

Ian.



Re: Error starting some plugins. #28 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 6 July 2020 - 08:09

Ok,the codi plugin is an untested platform.And the plugin subssupport?He works without kodi.



Re: Error starting some plugins. #29 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 08:37

Hi Foxbob,

 

Ok,the codi plugin is an untested platform.And the plugin subssupport?He works without kodi.

 

Can you please give me more information about this plugin.  Where is the source code and what does it do.

 

Regards,

Ian.



Re: Error starting some plugins. #30 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 6 July 2020 - 08:43

subssupport is enigma2 plugin which provides improved subtitles support for several enigma2 plugins. It can also be used as standalone plugin, since it provides subtitles downloader and dvb subtitles player.

https://github.com/mx3L/subssupport



Re: Error starting some plugins. #31 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 10:44

Hi,

 

There will be a pause in my testing this out.  I just installed an OpenPLi online update and now my Zgemma H7C can't start Enigma2.  The device drivers appear to be missing!  :(

 

Regards,

Ian.



Re: Error starting some plugins. #32 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 6 July 2020 - 12:05

On the new flash the receiver.



Re: Error starting some plugins. #33 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 12:14

Hi Foxbob,

 

I was running Kodi and looking at logs and then I found an OpenPLi online update.  When I installed it the box rebooted and the could not start Enigma2.  I kept getting the "no frame buffer" errors:

<    19.6388> 18:57:17.6681 [fb] /dev/fb0 No such file or directory
<    19.6388> 18:57:17.6681 [fb] framebuffer /dev/fb0 not available
<    19.6388> 18:57:17.6681 [gFBDC] no framebuffer available

Then I tried to just load a holding image on the screen and then got this:
 

# showiframe bootlogo.mvi
/dev/dvb/adapter0/video0: No such file or directory

Nothing I could do would get Enigma2 to start.  So I reflashed the box and it is now back and I am getting back to the same testing point I was at before the crash.

 

Regards,

Ian.



Re: Error starting some plugins. #34 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 12:18

Hi,

 

I'm sorry, I can't work on this problem.  The box is dead again!  :(  When I install Kodi on this hardware (ZGemma H7C) it destroys the kernel/drivers and the box is unbootable.

 

I am going to rebuild again but not install Kodi and see what happens.

 

Regards,

Ian.


Edited by IanSav, 6 July 2020 - 12:19.


Re: Error starting some plugins. #35 IanSav

  • PLi® Contributor
  • 1,491 posts

+51
Good

Posted 6 July 2020 - 12:55

Hi,

 

I rebuilt my box again but didn't install Kodi and the box is rock solid!

 

If an OpenPLi developer wants to work with me I am happy to assist with debugging Kodi on OpenPLi on a Zgemma H7C box.  (It is fine on OpenViX on the same hardware even with this new Screen code!)

 

Regards,

Ian.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users