Old wine version

Dear all,
i would like to have an older version of wine (pre wine 0.9) because wine 0.9 does't run flash MX if i am good informed.
Grtnx Atze

You may find this useful.
the package ftp://ftp.tu-chemnitz.de/pub/linux/suns … pkg.tar.gz
For the record, you can use Arch CVS to get PKGBUILD of previous versions: http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/

Similar Messages

  • [How?]More than 1 Wine version simultaneously

    As a frequent Arch user, I want to broaden my knowledge and skills with Linux - this time, I'd like to be able to have 2 Wine versions - new 1.1.38 and stable 1.0.1. Right now I only have 1.1.38 installed under /opt/wine/. In q4wine it's possible to set different Wine versions, so it looks like something entirely doable and not that hard.
    I looked under the PKGBUILD of wine-stable at AUR to see where it installs (I hoped for something like /opt/wine-stable/ to make my life easier), but it didn't tell me much. Because of my newbieness, I don't understand the relevant part:
    build() {
    ar x $(basename ${source[0]}) || return 1
    tar xf data.tar.lzma || return 1
    cp -rf etc/ usr/ "$pkgdir"/
    But it doesn't look like it's getting installed to /opt/wine-101 or something close.
    So, my questions are:
    1) Where does wine-stable from AUR install as default?
    2) How can I change it to install the binaries to /opt/wine-stable?
    3) Will it read my current virtual drive ~/.wine/drive_c/ with any problem? Or I need to setup a separate drive?
    4) Will there be two separate instances of winecfg?
    Thanks for your help! It is greatly appreciated!

    syre wrote:shouldnt it be /etc/ and /usr/?
    You are of course right, thanks
    But one more problem:
    ==> Validating source files with md5sums...
    wine_1.0.1-0ubuntu8_i386.deb ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    cp: cannot open `/etc/default/cacerts' for reading: Permission denied
    cp: cannot open `/etc/sudoers' for reading: Permission denied
    cp: cannot open `/etc/gshadow-' for reading: Permission denied
    cp: cannot access `/etc/polkit-1/localauthority': Permission denied
    cp: cannot open `/etc/shadow-' for reading: Permission denied
    cp: cannot open `/etc/openldap/slapd.conf' for reading: Permission denied
    cp: cannot open `/etc/openldap/DB_CONFIG.example' for reading: Permission denied
    cp: cannot open `/etc/crypttab' for reading: Permission denied
    cp: cannot open `/etc/ppp/chap-secrets' for reading: Permission denied
    cp: cannot open `/etc/ppp/pap-secrets' for reading: Permission denied
    cp: cannot open `/etc/shadow' for reading: Permission denied
    cp: cannot open `/etc/cups/printers.conf' for reading: Permission denied
    cp: cannot open `/etc/cups/printers.conf.O' for reading: Permission denied
    cp: cannot open `/etc/cups/classes.conf' for reading: Permission denied
    cp: cannot open `/etc/ssh/ssh_host_rsa_key' for reading: Permission denied
    cp: cannot open `/etc/ssh/ssh_host_key' for reading: Permission denied
    cp: cannot open `/etc/ssh/ssh_host_dsa_key' for reading: Permission denied
    cp: cannot open `/etc/cups.OLD/printers.conf' for reading: Permission denied
    cp: cannot open `/etc/cups.OLD/printers.conf.O' for reading: Permission denied
    cp: cannot open `/etc/.pwd.lock' for reading: Permission denied
    cp: cannot open `/etc/gshadow' for reading: Permission denied
    cp: cannot open `/etc/passwd-' for reading: Permission denied
    cp: cannot open `/etc/group-' for reading: Permission denied
    ^C
    ==> ERROR: Aborted by user! Exiting...
    I Ctrl+C'ed it, because obviously it needs sudo permissions. But I don't know if I should run makepkg as sudo, because 1) it could be dangerous, since the PKGBUILD is yet unproved to be safe 2) there is something like fakeroot to use in PKGBUILDs, no? How do I do this?

  • [SOLVED] Downgrading Wine versions?

    The game I'm trying to play keeps crashing after several minutes of play. Upon researching the problem, it seems that this is a confirmed problem with Wine version 1.1.38, which is the version currently in the AUR. Downgrading to 1.1.37 supposedly fixes the problem.
    How do I do this, however? I know pacman has a downgrade feature but as I understand it only works off cached packages, and I never had 1.1.37 installed on this system so I don't think it can downgrade for me. On the AUR page I didn't see any link to old versions. Supposedly the game in question works flawlessly under 1.1.37 (it had gold and platinum appDB ratings on old versions, dropped to bronze with the latest).
    Last edited by DWilliams (2010-02-14 00:14:15)

    PirateJonno wrote:you should edit the PKGBUILD for bin32-wine or whatever package you're using to point the source to that package (change the md5sums as well)
    Alright I see the part of PKGBUILD you're talking about. I changed the source line but how do I get the sum for it other than downloading it and calculating it myself?
    Also, it says "sha256sums" and not "md5sum". I assume that I cannot calculate the md5sum and have it work there?

  • Need old wine 0.9.15 for Fallout 1

    It is recommended on the Wine AppDB that Wine versions 0.9.15 and earlier are better for playing games that are heavy on DirectDraw like Fallout 1 and 2. This is because that the DirectDraw implementation was rewritten for better or worse in 0.9.16. Unfortunately there are no binaries for that version for Arch.
    Anyway I just modified the version number in the PKGBUILD for wine from the ABS to see if that worked. It started compiling, "yay" I thought untill it died trying to do wine-0.9.15/dlls/gdi/freetype.c
    Luckily I have access to Codeweavers' old builds, but I don't know which one was just before 0.9.15 since the version numbers don't match.
    make[2]: Entering directory `/home/andrew-arch/builds/wine/src/wine-0.9.15/dlls/gdi'
    gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -march=i686 -mtune=generic -O2 -pipe -o freetype.o freetype.c
    freetype.c:126: error: 'FT_MulFix' undeclared here (not in a function)
    freetype.c:126: warning: type defaults to 'int' in declaration of 'pFT_MulFix'
    freetype.c: In function 'WineEngGetOutlineTextMetrics':
    freetype.c:3561: error: called object 'pFT_MulFix' is not a function
    freetype.c:3562: error: called object 'pFT_MulFix' is not a function
    freetype.c:3564: error: called object 'pFT_MulFix' is not a function
    freetype.c:3572: error: called object 'pFT_MulFix' is not a function
    freetype.c:3572: error: called object 'pFT_MulFix' is not a function
    freetype.c:3576: error: called object 'pFT_MulFix' is not a function
    freetype.c:3580: error: called object 'pFT_MulFix' is not a function
    freetype.c:3644: error: called object 'pFT_MulFix' is not a function
    freetype.c:3645: error: called object 'pFT_MulFix' is not a function
    freetype.c:3646: error: called object 'pFT_MulFix' is not a function
    freetype.c:3647: error: called object 'pFT_MulFix' is not a function
    freetype.c:3648: error: called object 'pFT_MulFix' is not a function
    freetype.c:3649: error: called object 'pFT_MulFix' is not a function
    freetype.c:3650: error: called object 'pFT_MulFix' is not a function
    freetype.c:3651: error: called object 'pFT_MulFix' is not a function
    freetype.c:3652: error: called object 'pFT_MulFix' is not a function
    freetype.c:3657: error: called object 'pFT_MulFix' is not a function
    freetype.c:3658: error: called object 'pFT_MulFix' is not a function
    freetype.c:3659: error: called object 'pFT_MulFix' is not a function
    freetype.c:3660: error: called object 'pFT_MulFix' is not a function
    freetype.c:3661: error: called object 'pFT_MulFix' is not a function
    freetype.c:3662: error: called object 'pFT_MulFix' is not a function
    freetype.c:3663: error: called object 'pFT_MulFix' is not a function
    freetype.c:3664: error: called object 'pFT_MulFix' is not a function
    freetype.c:3665: error: called object 'pFT_MulFix' is not a function
    freetype.c:3666: error: called object 'pFT_MulFix' is not a function
    freetype.c:3671: error: called object 'pFT_MulFix' is not a function
    freetype.c:3672: error: called object 'pFT_MulFix' is not a function
    make[2]: *** [freetype.o] Error 1
    make[2]: Leaving directory `/home/andrew-arch/builds/wine/src/wine-0.9.15/dlls/gdi'
    make[1]: *** [gdi] Error 2
    make[1]: Leaving directory `/home/andrew-arch/builds/wine/src/wine-0.9.15/dlls'
    make: *** [dlls] Error 2
    ==> ERROR: Build Failed.
    Aborting...

    pkgname=wine
    pkgver=0.9.15
    pkgrel=1
    pkgdesc="A compatibility layer for running Windows programs"
    url="http://www.winehq.com"
    arch=('i686')
    license=('LGPL')
    depends=('fontconfig' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' \
    'libxcursor' 'libxrandr' 'libxdamage' 'mesa')
    makedepends=('cups' 'sane' 'fontforge' 'flex' 'bison' 'libgphoto2'
    'libxinerama' 'esound' 'giflib' 'ncurses' 'libxcomposite' 'samba' \
    'libxpm' 'libxmu' 'libxxf86vm' 'perl' 'libxml2')
    optdepends=("cups" "sane" "libgphoto2" "alsa-lib" "giflib" "libjpeg" "libpng" \
    "perl")
    source=(http://downloads.sourceforge.net/wine/wine-$pkgver.tar.bz2)
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --sysconfdir=/etc --with-x
    make depend || return 1
    make || return 1
    make prefix=$pkgdir/usr install || return 1
    mkdir -p $pkgdir/etc/wine
    Havent tested it, you could also try dosbox.

  • Pages 5.2 opens all kinds of other document formats (even old .doc  Versions), but cannot open Pages 08 etc. of its own kind? I have to use NeoOffice to open my documents of many years of work. Is there an option to organize a corporate com

    Pages 5.2 opens all kinds of other document formats (even old .doc  Versions), but cannot open Pages 08 etc. of its own kind?
    I have to use NeoOffice to open my documents of many years of work.
    Is there an option to organize a corporate complain to Apple to be heard?

    We have been doing nothing but for 10 months.
    Here is the response:

  • New firefox installed - didn't give me the option of not installing it before telling me that (essential to me) add-ons were incompatible. How can I get the old firefox version back?

    I would not have installed the new firefox if I had known in advance that two of my essential add-ons would no longer work. Now I want the old firefox version back so I can continue to function until the add-ons are updated. Suggestion: when you notify user that add-ons are incompatible, give the option of reverting to an earlier firefox version.

    Firefox now always stores the old session, and you can access it by going to the History menu and selecting "Restore Previous Session"
    If you want Firefox to display the message to save the session, it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''
    If you always open the last set of tabs, an alternative approach is this:
    # Click the orange Firefox button, then select options to open the options window
    # Go to the General panel
    # Change the setting "When Firefox starts" to "Show my windows and tabs from last time"

  • I use an Iphone 4 which had to be replaced recently. However when i did a backup it was on the new IOS version 7, but now that my phone was replaced and i am back on the old IOS version 6 i how do i restore my backup??

    I use an Iphone 4 which had to be replaced recently. However when i did a backup it was on the new IOS version 7, but now that my phone was replaced and i am back on the old IOS version 6 i how do i restore my backup??
    When i try to restore my Back up using Itunes this is the message i get - "Unable to restore backup as the software is old - Please setup as a new device and then try to restore your backup" - Please advise. If i do so are there any chances of loosing my data. At this point in time i would be happy if i could just retreive my contacts list. Any suggestions would be greatly appreciated.

    Nope - you cannot restore a backup from a newer iOS version on to a device running an older iOS version.  The reverse works, but in your case to use your backup, you must update to iOS 7.0.3 - no other option if you want to use that backup.

  • ITunes says my iPhone 4 is updated, but I've got the old Bluetooth version and haven't got the new menues? Music that i've loaded to iTunes directly is not synced to the iPhone either, but the other way it syncs...

    iTunes says that my iPhone is updated, and I've done all the updates, but I've still got an old Bluetooth version and not the new menues. If I download music to iTunes directly that music does not transfer to the iPhone when I sync it to iTunes, but music from the iPhone is copied to iTunes... Any one else who has experienced this and/or have a solution? I'm having big problems with using bluetooth handsfree and I've heard that got better with the new bluetoothversion.
    /Linda

    Thank you for your answer, but no, I've got 7 GB free space...

  • I downloaded premier- but now I cant find it in my apps- I uninstalled the old trial version, where

    I downloaded premier- but now I cant find it in my apps- I uninstalled the old trial version, where is the new version I just downloaded?

    Doing a factory reset will delete your Firefox install. Even if you move the app to the sdcard.

  • How can update my old iphone version 4.3.3 (8j2) to ios 5

    how can update my old iphone version 4.3.3 (8j2) to ios 5

    No further iOS updates are available for an iPhone 3G.
    (78113)

  • Differences between old & new version

    Hello folks,
    I got the new version of iMovie but can't find all the functions that I had with the old one version.
    For example how is it possible to add the "rallenty" function?
    How to modify audio settings to the mic (example: echo, cathedral...)?
    How to add effects like rain?
    Hope you'll help me.
    Already thanks,
    Irene

    Why doesn't Verizon just fix it?

  • I use "element 12" and want  like in the old PS version due Automating and Contact  II upload multiple filesand print them with any columns and rows on the same page . How does it work?

    I use "element 12" and want  like in the old PS version due Automating and Contact  II upload multiple filesand print them with any columns and rows on the same page . How does it work?

    Can you supply a link?

  • TS3694 I tried to uninstall my really old iTune version but it came up the error code: 2324. What can I do?

    I tried to uninstall my really old iTune version but it came up the error code: 2324. I then copy the data of the new version of iTune from my friend's disk C and paste them onto my disk C. However, it seems to work but appear another error code: -42404. I don't know what's going on. Can someone help me please? I just got the latest iPod nano and it ***** that I can't synchronize my music! :/
    Cheers!

    Zac henderson wrote:
    ...Couldnt restore ipod, error code (9) " ...
    Try here  >  Configure security software

  • HT1338 looking for an old mail version

    Hi, i'm looking for an old MAIL version for 10,6,8 OSX.
    I can't find it in the installation CD. I can't find it on the web.. Someone coud help me ? Thanks

    Yes.  The mail version you require is 4.6 (1085).   This should be on the Snow Leopard Combo update per the link below.
    Mac OS X 10.6.8 Update Combo v1.1
    If you are still on 10.6.8 it will not hurt your files to download and apply it but be aware, it is a big update and takes some time.
    Oh, and if you do take up the Combo download, there are several software updates you must follow up with, dealing with security and iTunes.
    Message was edited by: seventy one

  • I have an old iMac version 10. 4.11 and I have the iPhone 3GS which I cannot upgrade the latest applications I want to buy the iPhone 4S but I need to back up all the information on my iMac and move it to a different computer contacts songs etc which is t

    I have an old iMac version 10. 4.11 and I have the iPhone 3GS which I cannot upgrade the latest applications I want to buy the iPhone 4S but I need to back up all the information on my iMac and move it to a different computer contacts songs etc which is the easiest way to do this

    Glenn,
    I tried upgrading to leopard, even bought the software and brought it home but it wouldn't let me. So i went back to apple, gave them the specifications of the machine and been told my machine is simply too old for leopard. This is incredible to me because it really isn't THAT old (i think just a little over 6 years maybe) and yet i'm left out on the curb when it comes to using newer apple products. I understand technology moves on but the mindset that i am supposed to dump a perfectly working machine after a couple of years or face not being able to use any other apple product is counter to what thought apple was about.

Maybe you are looking for

  • Connection limitate in Windows VISTA / /

    some days I have problems with the air port on a PC with Windows Vista / 7 the Connection to the network from an error (connection has limited or no) you can help? The firmware is 7.4.2 I can also attach the log if you need to understand Sincerely Al

  • Oracle APEX advanced training through Oracle University partner

    Hello, Has anyone ever taken the Advanced Workshop for APEX training offered on Oracle University through Oracle partner TransAmerica Training? Oracle Application Express: Advanced Workshop | Oracle Application Express (Oracle APEX) | Database Applic

  • Battery pretty much dead after 1 year...

    I've had my powerbook for a little over a year and now my battery appears to be already dead. I usually keep it plugged into AC but recently I found that my battery life is about 10 minutes now. I used to get a good couple hours out of it in the past

  • Can't run batch file in Windows 2008 R2

    Trying to run batch file (manually first) with powershell commands. Powershell commands work fine thru powershell but the batch file will not execute manually. I am trying to run as administrator. Is there a permission  or policy I may be missing? Th

  • Partitions in fusion11g

    All, Version: 11.1.1.3 I created two partitions (default1 and default2) in a wlogic domain. I have a simple BPEL process wherein I configured a DBAdapter (service name: ReadDatafromTable) which polls record from a table B and write to a file using fi