Results 1 to 6 of 6

Thread: program running under wine says its already running, but I dont see it.

  1. #1
    Join Date
    Sep 2006
    Beans
    80

    program running under wine says its already running, but I dont see it.

    program running under wine says its already running, but I dont see it. and the wine task manager does show it.

  2. #2
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: program running under wine says its already running, but I dont see it.

    Wow, that's interesting.

    Was there a question to be asked here?

    If you want to know how to fix it, we will likely need a lot more information, like what is the name of the program you are trying to run, what Wine version are you using, what errors have been produced by Wine in the terminal, etc.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  3. #3
    Join Date
    Sep 2006
    Beans
    80

    Re: program running under wine says its already running, but I dont see it.

    Its the Steam client for windows. I'm using the latest version of wine, I think.

  4. #4
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: program running under wine says its already running, but I dont see it.

    You probably minimized the client window. Don't ever do that, you can't maximize it again because it is supposed to minimize to the tray icon, rather than the "task bar" (Wine doesn't seem to handle that correctly). Just open a terminal and type "wineserver -k" to kill all open Wine sessions, then re-launch the Steam client.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  5. #5
    Join Date
    Sep 2006
    Beans
    80

    Re: program running under wine says its already running, but I dont see it.

    I killed the wineserver, and started the steam client again and the same thing happened.

  6. #6
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: program running under wine says its already running, but I dont see it.

    If it is giving you an error message that Steam is already running, then there are two things that you can do to fix it. First, update to the latest Wine (that error doesn't generally happen in the current Wine). Follow the instructions here to update to the current version:
    http://www.winehq.org/site/download-deb

    If that still doesn't fix the problem, then run Steam from the terminal like this:
    Code:
    nice -n 19 wine Steam.exe

    Linux User #355330 | Ubuntu User #15618 | Last.FM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •