http://bugs.winehq.org/show_bug.cgi?id=23850
--- Comment #16 from Luis Busquets luis.busquets@ilidium.com 2010-09-12 03:56:24 CDT --- If *** Bug 24363 has been marked as a duplicate of this bug. ***, I have found some solution to that bug that could be applied to this one:
IGameExplorer::VerifyAccess seem to verif wheter the current game will be allowed to run for the current user, given the current parental controls settings.
If you modify the stub for this function so that instead of returning E_NOTIMPL it retuns 0 (OK) then the game runs correctly. Is it correct to modify the code in that way? Are you going to propose this change to the stub?