http://bugs.winehq.org/show_bug.cgi?id=9975
--- Comment #14 from Feiyun Wang feiyunw@yahoo.com 2008-01-26 10:29:07 --- Another reason that may cause exception is that Conquer/debug and Conquer/LOG folders are not writeable, so do this: cd ~/Conquer/ ; chmod +w -R debug/ LOG/ If auto patch mechanism is desirable, you probably should make the whole directory writable: cd ~/Conquer/ ; chmod +w -R *