[fixed] Various freezes during video playback (DirectXDevice Lost...) (1 Viewer)

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,635
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    Hi Daniel,

    I know that you are working currently in other areas, but maybe you can quickly spot an error in these logs and find know what's wrong in code or Baboonanza wants to take a look at it, otherwise keep on rocking the other stuff ;)
    While playing around with MP2 last days I had a few situations where the GUI/video playback was completely frozen.

    Here you can find my client logs:
    MediaPortal Pastebin - collaborative debugging tool
    MediaPortal Pastebin - collaborative debugging tool

    cheers
    Tommy
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    dex.ErrorCode == -2005530512) // GPU_REMOVED

    Unless you did remove the GPU by yourself the OS did reset it and MP2 skin engine is not working correctly (it would require DirectX resources to be reinitalized). Why was OS resetting the GPU? Most likely a driver bug.
     

    Baboonanza

    Retired Team Member
  • Premium Supporter
  • February 5, 2010
    143
    57
    North London
    Home Country
    United Kingdom United Kingdom
    The first one I can only see UPnP errors.

    The seond one seems to have been caused by VideoBrush. It looks like rendering was attempted with a null effect handle, but it's difficult to see what could have caused it.
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,635
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    AW: Re: Various freezes during video playback (DirectXDevice Lost...)

    The first one I can only see UPnP errors.

    The seond one seems to have been caused by VideoBrush. It looks like rendering was attempted with a null effect handle, but it's difficult to see what could have caused it.
    Yeah, I also did not remember exactly the steps I made. I will keep an eye on it and if it is reproducible I will report again ;)
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    The first one I can only see UPnP errors.

    The seond one seems to have been caused by VideoBrush. It looks like rendering was attempted with a null effect handle, but it's difficult to see what could have caused it.

    Cause is quite clear :)

    Exception: SlimDX.Direct3D9.Direct3D9Exception: D3DERR_INVALIDCALL: Invalid call (-2005530516)

    The whole DirectX device was taken away and MP2 is not recreating the resources.
     

    Users who are viewing this thread

    Top Bottom