[Wine] Re: Game Maker and WINE

DaVince wineforum-user at winehq.org
Thu Apr 1 09:14:03 CDT 2010


zmmaj wrote:
> - Why direct sound do not work under WINE?

Works for me. What application are you trying to run, and what's your Wine version?

Also, you mean a Temp directory. You can make the one you specifically asked for by running the following command in a terminal:

Code:
mkdir "~/.wine/drive_c/Documents and Settings/user/Local Settings/Temp"


Though it's more likely you need to use Wine's "C:\users\your_username\" directory instead. That makes the above command like this:

Code:
mkdir "~/.wine/drive_c/users/your_username/Local Settings/Temp"


Replace your_username with, well, your username.







More information about the wine-users mailing list