No subject


Wed Aug 18 11:22:23 CDT 2010


work (if client really depends on functional driver, answering ioctls with
proper data).
The driver supervises SSDT (watching for ring0 hookers) is something Wine's
architecture doesn't support.
Additionally it uses several _low_ level functionality to peek deeply into
kernel structures (KPROCESS, KTHREAD).

=========

For a short workaround see appdb -> a user posted a script which just kills the
service after start:

--- snip ---
#!/bin/bash
export WINEDEBUG=-all
wine Garena.exe &

sleep 5
ret=`ps ax | grep GarenaPEngine`
pid=${ret%% *}
kill -9 $pid
--- snip ---

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list