[solved] VMR9 Device Reset Problem

Started by
2 comments, last by yakir22 16 years, 11 months ago
Hello , i'm using VMR9 to render video files on 3D surfaces but when i try to reset the device in the case of a Device Lost i get an invalidcall error.I've released all the surfaces and have no idea why reset fails.Thanks [Edited by - RayTracer on May 18, 2007 5:09:28 AM]
Best Regards,Radu
Advertisement
If you switch to the Debug DirectX driver (you can do this in the DirectX control panel), then the debug log will tell which resources have not been released. Also, if it's possible, then make your resources managed, and DirectX will take care of this for you.
Thanks, working fine now .I found the unreleased surface.
Best Regards,Radu
Hi, I am having the same problem you had. I am using the custom allocator sample to show video and when changing the window size trying to reset the device ( after calling DeleteSurfaces ) and apperentlly there is still some 3 resources that are not freed ( its look like they ware allocated by the graph ). any leads of where did you find those resources or how should I tell the graph to release those resources ???
Thanks

This topic is closed to new replies.

Advertisement