[Bug 6058] Counter-Strike 1.6 freezes before loggin onto a server

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 31 06:27:13 CDT 2008


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


Julian Rüger <jr98 at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jr98 at gmx.net




--- Comment #16 from Julian Rüger <jr98 at gmx.net>  2008-10-31 06:27:11 ---
Denying all write access to the cstrike dir is overkill!
I.e. you cant change your config after that (at least ingame)...

All you need to do is create fake motd_temp.html and maybe download.html (owned
by root), and deny yourself (read-)access to them.

Bash (in your cstrike dir):
rm motd_temp.html download.html
sudo touch motd_temp.html download.html
sudo chmod 0600 motd_temp.html download.html

Note: In case your games are saved on ntfs (so you can play in windoze, too)
This method wont work then! Ntfs-3g does not correctly support access-rights,
AFAIK. You have to create the files on another fs that does and symlink them.
(ln -s /other/fs/motd_temp.html)

Happy fraggin' ;)
Julian


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