http://bugs.winehq.org/show_bug.cgi?id=9685
--- Comment #51 from Anastasius Focht focht@gmx.net 2007-09-30 07:18:34 --- Hello,
if you supply traces or crashlogs, be sure to include following flags:
WINEDEBUG=-all,+loaddll,+tid,+winedevice,+ntoskrnl,+vxd,+advapi
"-all" because some games really spit lots of annoying d3d fixme's
Use "+seh" only if you are absolutely sure it's PB related. SEH is (ab)used a lot for error handling and the logs might get filled with all the uninteresting stuff.
Before you run a game to play with PB, make sure all PB related services/drivers are stopped (wineserver -k).
The driver test passed "OK" with "pbsvc" tool has no relevance to real game. In case of "PnkBstrK.sys" kernel driver, the tool just checks for existance of symbolic device link that gets created during driver entry. No device i/o controls are used to really verify if driver is operational. 99% of the drivers code is not even touched/executed in test tool.
Regards