Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 104

Thread: Multiple Wine Installer now Available for Ubuntu !!!

  1. #11
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    Love your script!

    I mentioned it here:

    http://forum.eeeuser.com/viewtopic.php?id=49335

    I'm getting configure errors when installing Wine 0.9.15 manually and with your script. It's missing some kind of dependency, but I'm not sure what to do to fix this. The .deb install works fine. So there must be someway to get it to work. It's the only version that works well with Fallout 1 and 2 via Wine.

    Running Ubuntu 8.0.4 Hardy Heron.

    Can you help, please?
    Have you removed valgrind and libldap2-dev:
    Code:
    sudo apt-get remove valgrind libldap2-dev
    If not yet, try remove these two packages and run again the installer. I tried a few minutes ago, it works for wine 0.9.15.
    Edit: It succeed until make, I did not continue with make install. But when I continue, make install failed, now I am investigating.

    DK
    Last edited by david_kt; October 30th, 2008 at 01:58 PM. Reason: make install fail

  2. #12
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    As very old wine fail to compile properly, I have added an option to install from downloaded deb package to install any version of wine. Be careful when choosing installation directory. f you choose to create new directory, make sure you are in the new directory before pressing ok.

    It also save you a lot of time if you choose to install from deb package.

    Please see the installer at the first post.

    DK

  3. #13
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Two questions:

    1) This will allow multiple installs even using a .deb?

    2) What do you mean by current directory?

    Thank you.

  4. #14
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    Two questions:

    1) This will allow multiple installs even using a .deb?

    2) What do you mean by current directory?

    Thank you.
    First of all, please re-download the installer (Multiple_Wine_311008r2.tar.gz), there is a small mistake when renaming the wine executable.

    1) Yes, it will install multiple wine using deb package, it is very easy. Just make sure you choose the correct directory to install, preferebly /home/username/wine-x.x.x
    For wine naming, you just need to type x.x.x, or may be you want to name it Fall2 (to become wine-Fall2).

    2) Could you specify where did I mentioned "current directory"?

  5. #15
    Join Date
    Oct 2008
    Beans
    23

    Smile Re: Multiple Wine Installer now Available for Ubuntu !!!

    "f you choose to create new directory, make sure you are in the new directory before pressing ok."

    Was confused about that statement.

    Thank you.

  6. #16
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    "f you choose to create new directory, make sure you are in the new directory before pressing ok."

    Was confused about that statement.

    Thank you.
    That is when you choose to install from deb package, it will ask you 3 things:

    1. To locate downloaded deb package
    2. To locate installation directory, make sure it is in your home directory and preferable empty directory. You could "create new directory" when choosing it, make sure you are in the new directory before pressing ok.
    3. The name you want to use for this wine.

    That is what I meant, in bold.
    DK
    Last edited by david_kt; October 31st, 2008 at 03:05 AM.

  7. #17
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Getting an error:

    ..... etc etc...


    tar: ./usr/lib/wine/libglut32.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libd3d8.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libd3d9.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libd3dx8.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libopengl32.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libwined3d.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libddraw.def: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libdxerr8.a: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libdxerr9.a: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libdxguid.a: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libstrmiids.a: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libuuid.a: Cannot open: No such file or directory
    tar: ./usr/lib/wine/libwinecrt0.a: Cannot open: No such file or directory
    tar: ./usr/lib/libwine.so.1: Cannot open: No such file or directory
    tar: ./usr/lib/libwine_unicode.so.1: Cannot open: No such file or directory
    tar: ./usr/lib/mime: Cannot mkdir: No such file or directory
    tar: ./usr/lib/mime/packages: Cannot mkdir: No such file or directory
    tar: ./usr/lib/mime/packages/wine: Cannot open: No such file or directory
    tar: ./usr/bin/wineg++: Cannot create symlink to `winegcc': No such file or directory
    tar: ./usr/bin/winecpp: Cannot create symlink to `winegcc': No such file or directory
    tar: ./usr/share/man/man1/wineg++.1.gz: Cannot create symlink to `winegcc.1.gz': No such file or directory
    tar: Error exit delayed from previous errors
    dpkg-deb: subprocess tar returned error exit status 2
    Note: command 'dpkg-deb -x /home/escapedturkey/Downloads/wine_0.9.15~winehq0~ubuntu~6.06-1_i386.deb /home/escapedturkey/wine-0.9.15' returned status 2. Aborting.

  8. #18
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Tried it a second time and it worked. Typo on my part?

    Thank you for updating your script. You may want to consider sending it to the WineHQ people. It's very useful.

  9. #19
    Join Date
    Oct 2006
    Location
    Solo, Indonesia
    Beans
    1,319
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    Quote Originally Posted by escapedturkey View Post
    Tried it a second time and it worked. Typo on my part?

    Thank you for updating your script. You may want to consider sending it to the WineHQ people. It's very useful.
    Hehehe... WineHQ people will laugh at my script you know, it is so simple. They could do much better script.

    By the way, could you use wine 0.9.15 now? I have not tested it, I just making the script for you to use.

    DK

  10. #20
    Join Date
    Oct 2008
    Beans
    23

    Re: Multiple Wine Installer now Available for Ubuntu !!!

    You may think it's simple, but saves tons of problems for many of us.

    It's working great!

    Question: When I run winecfg (from the different version install), where is it storing the information, pertaining to the particular Wine or to all versions?

    Example: /home/escapedturkey/wine-0.9.15/usr/bin/wine-0.9.15 winecfg

    Hope my question makes sense.

Page 2 of 11 FirstFirst 1234 ... LastLast

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
  •