Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    It might as well be about wine, because the problem of system not being able to kill the processes, is because of wine not releasing the resources or not releasing them properly. Your script has nothing to do with the fixme messages. Commented Jun 16, 2016 at 17:56
  • I know. I've researched this problem multiple times, tried different versions of Wine, and it still happens. Now i'm trying to work with it and make this solution. Commented Jun 16, 2016 at 17:57
  • 6
    Just a guess - wine doesn't print on stdout but on stderr. Try to put 2>&1 after wine command. Commented Jun 16, 2016 at 17:58