• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

DEP breaks Blu-ray playback (aka another reason why Vi(ru)sta sucks!)

May have an answer after some initial digging through Microsoft DEP docos:

"Finally, the Data Execution Prevention message might not be shown for some applications when they encounter a problem with DEP, regardless of the Windows Error Reporting configuration. These applications handle the STATUS_ACCESS_VIOLATION exception raised by DEP, or they install an unhandled exception filter (UEF), which overrides the default Win32 UEF. The default Win32 UEF is responsible for triggering both the Data Execution Prevention and Windows Error Reporting messages. The Data Execution Prevention message may also not be shown if an application has called the SetErrorMode() function with the SEM_NOGPFAULTERRORBOX flag. "

From http://technet.microsoft.com/en-us/library/cc738483.aspx

Possibly, the BD-Java support for some Win32 bluray apps aren't accounting for DEP enabled Win32 environments/systems. So this is an app programming issue.

Good find. Also according to the same article:

"Some application behaviors are expected to be incompatible with DEP. Applications that perform dynamic code generation (such as just-in-time code generation) and that do not explicitly mark generated code with Execute permission might have compatibility problems with DEP. Applications that are not built with SafeSEH must have their exception handlers located in executable memory regions."

My guess is the code for the java menus is being compiled and run on the fly and possibly why this is happening to that one component of BD playback...
 
My guess is the code for the java menus is being compiled and run on the fly and possibly why this is happening to that one component of BD playback...

That is a very good guess.

IE7 wasn't DEP enabled by default because of the need to host stuff like Java VMs IIRC. I don't know if Sun's Java VM is finally DEP compliant, but there was an issue there for a long time, and it could still be the case.

http://blogs.msdn.com/michael_howar...ternet-explorer-7-dep-and-adobe-software.aspx
 
Back
Top