So I downloaded the Windows version of Steam and I bought Terraria which is Windows only. I then installed it. When I click the Play icon it does not open. If I try to click the play icon again, it says application already running. Here are some images.
http://imgur.com/DSJYhJ5
http://imgur.com/THAJvxP
How do I play a Windows game that I downloaded on Steam?
-
- Newbie
- Posts: 1
- Joined: Sat Jun 21, 2014 8:14 pm
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: How do I play a Windows game that I downloaded on Steam?
When a Steam app fails to start but a process is still running, killing the process of the app will unblock Steam.
I don't know if there's a process manager on Mac OSX, but opening a terminal and using a mix of ps and kill might work.
As for the Steam app not starting, this is another issue that requires that you post the terminal output of Wine.
Replace whatever with the appropriate path and executable name.
Source: FAQ - The Official Wine Wiki
I don't know if there's a process manager on Mac OSX, but opening a terminal and using a mix of ps and kill might work.
As for the Steam app not starting, this is another issue that requires that you post the terminal output of Wine.
Code: Select all
cd ~/.wine/drive_c/whatever
wine whatever.exe >wine.log 2>&1
Source: FAQ - The Official Wine Wiki