View Single Post
  #2  
Old 11-18-2009, 09:30 AM
Stream Recorder
 
Posts: n/a
Default

Re: How to restart Wine (if you can't close a process/application)


If some application crashes, freezes and wineboot doesn't help, just run the following in the Terminal:
Code:
wineserver -k
This kills the current wineserver session, which will force your locked up app to close. The only problem it might cause is file saving issues. If your application locks while writing to a particular file, like stream recording software writing to a save file, using "wineserver -k" could corrupt that file.
Reply With Quote