[Bug 24064] Half-Life no longer starts after latest Steam update (20 Aug 2010)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 28 17:55:06 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24064

--- Comment #30 from Sebastian <indigo176 at blinkenshell.org> 2010-08-28 17:55:05 CDT ---
Can confirm this bug for Half-Life and Counter-Strike 1.6. Renaming
GameOverlayRenderer.dll solves it for me too. You must rename it _after_
starting Steam or it will be downloaded again.

I'm using this script to launch Steam:

#!/bin/sh
cd ~/.wine/drive_c/Program\ Files/Steam
wine Steam.exe &
sleep 4
mv GameOverlayRenderer.dll GameOverlayRenderer.dll.disable
wait
mv GameOverlayRenderer.dll.disable GameOverlayRenderer.dll

-- 
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