http://bugs.winehq.org/show_bug.cgi?id=6095
--- Comment #19 from Julian Rüger jr98@gmx.net 2008-01-04 05:04:48 --- The permission-workaround does work, thanks a lot! You have to change the permissions of motd.txt and motd_temp.html
I had my condition zero folder on an ntfs partition and had to use another simple trick: - delete [hl folder]/czero/motd.txt and motd_temp.html - create files of that names in /root (or anywhere else on a partition that supports file permissions, owner should be root) - change permissions to 0600 (chmod 0600 motd*) - create links to those files in your czero (or cstrike) folder (ln -s /root/motd.txt, ...) - start the game and play ;)
Thats it! Hope this is useful.