Electra Player plugin and -AttachPix freezes a game/PIE

Hello everyone!

I have met the strange behavior: if electra player is enabled and a scene contains something to play (e.g. a material with sampling from media player), start the engine with the flag -AttachPIX, run PIE, then the engine just fill freeze forever. All threads will stuck in FEvent::Wait:

[Image Removed]

[Image Removed]

[Image Removed]

It really annoys, because blocks the an opportunity to take a capture from a build.

Steps to Reproduce
STR:

  1. Create an empty project.
  2. Enable Electra Player plugin.
  3. Add -AttachPIX.
  4. Add something to play (for example a texture sampling media player).
  5. start PIE
  6. The engine freezes forever

Hi there,

This was caused by a PIX issue that could cause deadlock during resource destruction (see PIX 2509.25 patch notes here). To fix this, simply upgrade to the latest version of PIX.

Regards,

Lance Chaney

Hello Lance!

Thank you a lot, right now PIX works fine with the electra plugin!