Results 1 to 9 of 9

Thread: Wine error darn it

  1. #1
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Cool Wine error darn it

    robert@robert-desktop:~$ wine /patchtocrom/install.exe
    wine: creating configuration directory '/home/robert/.wine'...
    wine: '/home/robert/.wine' created successfully.
    wine: cannot find '/patchtocrom/install.exe'
    From Canada Quebec,Am 57 years of age.

  2. #2
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Wine error darn it

    Are you literally typing: "/patchtocrom/install.exe"

    Because I'm going to guess more likely correct than not, that you are and that location does not exist.

    I can also only imagine that you've gotten this from some howto, and you think they mean to really type: pathtocdrom.
    When you should be finding out/typing the REAL path to your cdrom drive.

  3. #3
    Join Date
    Mar 2007
    Location
    Turkey
    Beans
    1,574

    Re: Wine error darn it

    You could go to the cd's mount directory and run
    Code:
    sudo wine ./install.exe
    from there. I think that should work.

  4. #4
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Wine error darn it

    Quote Originally Posted by Majorix View Post
    Code:
    wine install.exe
    ^^ fixed

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

    Re: Wine error darn it

    Quote Originally Posted by Majorix View Post
    You could go to the cd's mount directory and run
    Code:
    sudo wine ./install.exe
    from there. I think that should work.
    FYI - Never "sudo" a wine command, especially installations. It's also a bad idea to navigate to the CD, then run the command, it can cause problems if you have to eject and swap the CD. A better method would be:
    Code:
    wine /media/cdrom/install.exe
    Type out the full path to the install executable (wherever it may be).

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

  6. #6
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Wine error darn it

    Quote Originally Posted by cogadh View Post
    FYI - Never "sudo" a wine command, especially installations. It's also a bad idea to navigate to the CD, then run the command, it can cause problems if you have to eject and swap the CD. A better method would be:
    Code:
    wine /media/cdrom/install.exe
    Type out the full path to the install executable (wherever it may be).
    wine /media/cdrom0/install.exe is what I type because my CD rom is CDrom0;
    and the othe one is CDrom1
    wine /media/cdrom/install.exe <---------- that does not work for me , why I do not know.
    Last edited by burt_57; June 13th, 2007 at 11:05 PM. Reason: forgot to add somethin
    From Canada Quebec,Am 57 years of age.

  7. #7
    Join Date
    Aug 2006
    Location
    tuesday
    Beans
    6,502
    Distro
    Kubuntu Development Release

    Re: Wine error darn it

    ...And did this give you any new results?

    What exactly are you trying to install?

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

    Re: Wine error darn it

    I believe you may be taking our sample instructions too literally. Since we don't know what you are installing and don't know exactly how your system is setup, we have to give answers in a somewhat generic form and assume that you know to adjust what we say to match your system and circumstances. When I suggest using "wine /media/cdrom/install.exe" I'm assuming that you will adjust that line to match your needs; i.e. change the path to your correct drive path, change the executable name to the correct name, etc.

    That does bring up an interesting question. Is the installation executable actually named "install.exe" or does it have a different name like "setup.exe"?
    Last edited by cogadh; June 14th, 2007 at 01:07 AM.

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

  9. #9
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Wine error darn it

    I am trying to setup Max Payne the first version.
    The setup with wine goes well.
    Wine put it in somewhere like call c:\Program File\Max Payne.
    I can see the installation and all file when I type wine file.
    Did all what I have read about it ...how to ect...
    Apply patch 1.5 , name it I did all .
    Anyway thank you all for your advise.
    oh do not forget I have been a user of Ubuntu for 5 weeks.
    I sooooooooooo green.
    Will not give up.
    Was a Windows user
    From Canada Quebec,Am 57 years of age.

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
  •