Results 1 to 9 of 9

Thread: ubuntu 11.10 wine 1.3 buggy

  1. #1
    Join Date
    Nov 2010
    Location
    India
    Beans
    236
    Distro
    Ubuntu 10.04 Lucid Lynx

    ubuntu 11.10 wine 1.3 buggy

    I recently upgraded to 11.10. Almost immediately my wine (1.3 as well as 1.2) installation started acting up and programs that ran seamlessly earlier started not working and reporting bugs, like microsoft word, etc. I cannot get them to work at all.
    Infact, even on opening wine configuration, the same bug reports are repeated. Is anyone else facing similar problems?

    I am posting the errors I recieve as under:

    # On opening the configuration panel of wine, I recieve the following error:
    Code:
    EXCEPTION RAISED
    Unhandled page fault on read access to 0x7aeeaa70 at address 0x7aeeaa70.
    Do you wish to debug it?
    [Yes][No]
    It tells me that services.exe has crashed and needs to close.

    A similar error/series of errors ensue on opening any application installed in wine.

    I have tried to uninstall and reinstall, reinstall wine multiple times. Deleting the .wine directory has also not helped to resolve the program.

    On typing
    Code:
    sudo apt-get install wine 1.3
    in the terminal, i get the following response:

    Code:
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     libgfs-1.3-2 : Conflicts: libgfs-mpi-1.3-2 but 20110329-dfsg.2-1build1 is to be installed
     libgfs-mpi-1.3-2 : Conflicts: libgfs-1.3-2 but 20110329-dfsg.2-1build1 is to be installed
    E: Unable to correct problems, you have held broken packages.
    Help a brother out? And Fast!
    Thanks in advance.
    "Metallica doesn't suck, Motorhead just kicks way more fy! 5 bottles of whisky, 2 packs of smokes and fried bologna every day for forty years and i could have a voice like lemmy's" - -Some guys on youtube..

  2. #2
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: ubuntu 11.10 wine 1.3 buggy

    Moved to Wine.

  3. #3
    Join Date
    Mar 2010
    Location
    Lunar Base VII- Sector IX
    Beans
    1,746
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: ubuntu 11.10 wine 1.3 buggy

    Dang!

    Wish I had some knowledge to help here Cracker, my friend!

    All I can do to help is to BUMP this bad boy to the top. lol

    Sorry mate, Good luck!
    5.5 GB's Free Ubuntu-One Cloud Storage~
    Click Here
    _______________________________________________

  4. #4
    Join Date
    Apr 2011
    Beans
    214
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: ubuntu 11.10 wine 1.3 buggy

    Use synaptics to repair broken packages, uninstall (with purge) wine and install it again using wine repository.

  5. #5
    Join Date
    Jun 2008
    Location
    here & there
    Beans
    282
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: ubuntu 11.10 wine 1.3 buggy

    Sorry mate I don't use wine (well ... not that sort) but as it's not marked solved here's a bump for you.
    Good luck.
    Intelligence - that which leads to harmony

  6. #6
    Join Date
    Aug 2006
    Beans
    171

    Re: ubuntu 11.10 wine 1.3 buggy

    Quote Originally Posted by ergo-proxy View Post
    Use synaptics to repair broken packages, uninstall (with purge) wine and install it again using wine repository.
    ^This^
    For some reason, the wine version in the Ubuntu repository is/was broken. I had to purge and reinstall, then reinstall Photoshop. I had Bridge working, but now it doesn't (might be my video card though, Maybe I will get a new one for Christmas...

  7. #7
    Join Date
    Jun 2010
    Beans
    29

    Re: ubuntu 11.10 wine 1.3 buggy

    Had the same problem. Followed suggestion on here to repair wine with synaptic and it appears when I upgraded from 11.04 to 11.10 wine 1.3 or 1.2 were never installed or updated so I had to install 1.3. Just did it today in fact.

  8. #8
    Join Date
    May 2010
    Location
    Where God goes to rest:AL
    Beans
    574
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: ubuntu 11.10 wine 1.3 buggy

    First, you need to REALLY uninstall wine, with a 'purge':
    Code:
    sudo apt-get remove --purge wine wine1.3
    (From your description, the install is a mess anyway) This WILL NOT destroy your .wine folder. All it has in it is data, not 'wine' itself. There is no reason to 'delete' it. You'd just have to reinstall whatever programs you want to run if you do so.

    Next, install latest wine:
    Code:
    sudo apt-get install wine1.3
    Then, run 'winecfg' to setup correct registry', etc, in your .wine folder:
    Code:
    winecfg
    Let us know
    Running wine/WoW on a AMD Athlon 64 X2 5200+(2.6GHz)w/4GB DDRII(667) and a NV9600GSO w/768MB DDRIII.

  9. #9
    Join Date
    Dec 2011
    Beans
    1

    Re: ubuntu 11.10 wine 1.3 buggy

    Thank you. I was also experiencing errors under Wine 1.3 (names in /etc/hosts not resolving, sudden crashes complaining about allocating space for X11 pixmaps, etc.) after upgrading to 11.10 Oneric. Purging wine1.3 was about to do some nasty stuff, so I had to explicitly install ia32-libs-multiarch first. Installing wine1.2 seems to have fixed the problems.

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
  •