[Bug] MP1-4560 Backing out of Pictures full screen freezes MP (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I can't really debug right now, on finishing vacation lol
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I was able to reproduce it (always so that's good) and it seems that MP get lost in a loop.
    So i will need to see how to fix it :)
    And maybe post a binary soon :p
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Issue is maybe introduced by :
    MP1-4521 : Remember_last_used_folder_in_MyPictures_is_not_working

    So hope it will not break other part on mypicture.

    @regeszter , i will add a workaround to fix the issue and hope it will not break the last item selected when exit the slideshow.

    The loop is happening because the folder is set to empty (because of MP1-4521).

    But if only that part need a fix we are good but i'm not 100% sure lol.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    The loop is happening because the folder is set to empty (because of MP1-4521).

    I don't understand how this issue is connect the MP1-4521 but if you can give me an step by step guide how can I reproduce it, then I will check it. :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    The loop is happening because the folder is set to empty (because of MP1-4521).

    I don't understand how this issue is connect the MP1-4521 but if you can give me an step by step guide how can I reproduce it, then I will check it. :)

    It seems to reset some folder somehow and trigger the issue.

    I just add a check on null value : https://github.com/Sebastiii/MediaPortal-1/commit/86dee5e81a394a7349f395397717f2f5b2550366

    And it fix the issue for me :)

    The step by step :

    1- Clear thumb + picture db
    2- Start to play some picture
    3- Go back (ESC or B key or remote)
    4- MP get freezed because in loop (while(true) ......)

    So it's not related and it's different issue from the other one i notice (when thumb are generated, we need to wait until it finished or something, i don't remember exactly how i trigger it but from i remember, it was with picture and video but that's a different issue :) ) so off topic lol
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    The loop is happening because the folder is set to empty (because of MP1-4521).

    I don't understand how this issue is connect the MP1-4521 but if you can give me an step by step guide how can I reproduce it, then I will check it. :)

    Finally not sure it was related :) seems that howudodat are on 1.8.0 and MP1-4521 was merged for 1.9.0 Pre-release :)

    So hopping that the fix is working for good :)
     

    Users who are viewing this thread

    Top Bottom