You are not logged in.

#1 2011-10-11 09:44:18

l_Thorium
Member
Registered: 2011-10-11
Posts: 2

wine 1.3.30 update

wine 1.3.30 updated today. Most Application crash now. It's possible to come back on 1.3.29 ? How ?

In the previous version, you must use "wine regedit" to change a key and enter "alsa" or "oss". The current version changes the management of sounds. If I find how to fix the problem I will post here.

Offline

#2 2011-10-11 10:54:06

Pooh-Bah
Member
Registered: 2011-07-13
Posts: 47

Re: wine 1.3.30 update

I have same problem, I use Wine ONLY for mIRC and - crashed! sad My problem here: https://bbs.archlinux.org/viewtopic.php?id=128101

I'm go back to 1.3.29, just change mirror to:

in /etc/pacman.d/mirrorlist and reinstalled wine: pacman -Syy wine

Offline

#3 2011-10-11 11:25:52

SS4
Member
From: !Rochford, Essex
Registered: 2010-12-05
Posts: 699

Re: wine 1.3.30 update

Alternatively install the old package from cache


Rauchen verboten

Offline

#4 2011-10-11 12:17:55

lijpbasin
Member
Registered: 2011-08-09
Posts: 28

Re: wine 1.3.30 update

SS4 wrote:

Alternatively install the old package from cache

It's better, I used to run 'sudo pacman -Sc' each time after big packages like wine were installed
Now I would keep them there for a week or so in case any time a strange program crashed with an strange error message big_smile

Last edited by lijpbasin (2011-10-11 12:18:36)

Offline

#5 2011-10-11 12:26:28

l_Thorium
Member
Registered: 2011-10-11
Posts: 2

Re: wine 1.3.30 update

Thank you for your feedback. Temporarily restarted using version 1.3.29-2 with change in the registry.

pacman -U /var/cache/pacman/pkg/wine-1.3.29-2-x86_64.pkg.tar.xz

Add this in the registry (wine regedit)  :

[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Audio"="alsa"

Should be a string such as "alsa" or "oss" or "coreaudio".

Offline

#6 2011-10-13 15:17:05

secdroid
Member
Registered: 2009-04-11
Posts: 16

Re: wine 1.3.30 update

Pooh-Bah wrote:

I have same problem, I use Wine ONLY for mIRC and - crashed! sad My problem here: https://bbs.archlinux.org/viewtopic.php?id=128101

I'm go back to 1.3.29, just change mirror to:

in /etc/pacman.d/mirrorlist and reinstalled wine: pacman -Syy wine

Thank you for making your repository available.  I couldn't use cache because I had not previously installed wine.

It also turns out that Wine has a known bug (28399 & 28513) that affects Amazon Kindle for PC.  I went back to wine-1.3.26-1-i686 and the current version of Kindle is working fine.  (Didn't bother with audio.)

Offline

#7 2011-10-15 20:36:38

hooya
Member
Registered: 2011-10-09
Posts: 99

Re: wine 1.3.30 update

secdroid wrote:
Pooh-Bah wrote:

I have same problem, I use Wine ONLY for mIRC and - crashed! sad My problem here: https://bbs.archlinux.org/viewtopic.php?id=128101

I'm go back to 1.3.29, just change mirror to:

in /etc/pacman.d/mirrorlist and reinstalled wine: pacman -Syy wine

Thank you for making your repository available.  I couldn't use cache because I had not previously installed wine.

It also turns out that Wine has a known bug (28399 & 28513) that affects Amazon Kindle for PC.  I went back to wine-1.3.26-1-i686 and the current version of Kindle is working fine.  (Didn't bother with audio.)

I would like to regress to 1.3.29 using this method (I had also not installed wine before on this system, so I can't downgrade with cache), but I can't seem to get pacman to do anything other than install 1.3.30. I must be missing a step here. Maybe I need to clean a cache file of my 1.3.30? Is there a way to force pacman to install 1.3.29? If so, what's the command?

Offline

#8 2011-10-15 21:22:32

stoat
Member
Registered: 2011-08-07
Posts: 12

Re: wine 1.3.30 update

It's also good to know that wine is an easy one to compile from source, even more so in Arch via ABS. And you can get source for any version you want. Then tweak the PKGBUILD and take off. I've been stuck for a while now at v1.3.14 for Quicken to work perfectly. And there I probably will stay until a Linux personal finance app can do for me what Quicken does.

Offline

#9 2011-10-16 00:35:28

secdroid
Member
Registered: 2009-04-11
Posts: 16

Re: wine 1.3.30 update

hooya wrote:
secdroid wrote:
Pooh-Bah wrote:

I have same problem, I use Wine ONLY for mIRC and - crashed! sad My problem here: https://bbs.archlinux.org/viewtopic.php?id=128101

I'm go back to 1.3.29, just change mirror to:
in /etc/pacman.d/mirrorlist and reinstalled wine: pacman -Syy wine

Thank you for making your repository available.  I couldn't use cache because I had not previously installed wine.

It also turns out that Wine has a known bug (28399 & 28513) that affects Amazon Kindle for PC.  I went back to wine-1.3.26-1-i686 and the current version of Kindle is working fine.  (Didn't bother with audio.)

I would like to regress to 1.3.29 using this method (I had also not installed wine before on this system, so I can't downgrade with cache), but I can't seem to get pacman to do anything other than install 1.3.30. I must be missing a step here. Maybe I need to clean a cache file of my 1.3.30? Is there a way to force pacman to install 1.3.29? If so, what's the command?

While more advanced folks might want to build from source, I simply copied down wine-1.3.26-1-i686.pkg.tar.xz from PoohBah's site, used pacman -R to remove 1.3.30, and pacman -U to install 1.3.26.  http://www.schlunix.org/archlinux/commu … pkg.tar.xz

You can use IgnorePkg to prevent pacman from reinstalling 1.3.30.  See https://wiki.archlinux.org/index.php/Pacman.  Note the previous post about alsa in this thread if you want audio.

Always safer to get source from known reliable source and build it yourself.  I took the lazy geek's way...

Offline

#10 2011-10-16 05:18:41

hooya
Member
Registered: 2011-10-09
Posts: 99

Re: wine 1.3.30 update

I eventually did find the page that had the tar files on PoohBah's site. I snagged 1.3.29-2, the release prior to the troublesome one and that actually worked great with my old .wine directory that I had from my previous installation with seemingly no problems. The Office 2007 installer I was trying to run still didn't work, but that wasn't an issue since I had it all installed in my backed up .wine directory from my Ubuntu installation.

Still worried about the fact that the installer won't run, and audio isn't working in wine at all, but that's for another thread.

Offline

#11 2011-10-16 11:00:15

secdroid
Member
Registered: 2009-04-11
Posts: 16

Re: wine 1.3.30 update

hooya wrote:

I eventually did find the page that had the tar files on PoohBah's site. I snagged 1.3.29-2, the release prior to the troublesome one and that actually worked great with my old .wine directory that I had from my previous installation with seemingly no problems. The Office 2007 installer I was trying to run still didn't work, but that wasn't an issue since I had it all installed in my backed up .wine directory from my Ubuntu installation.

Still worried about the fact that the installer won't run, and audio isn't working in wine at all, but that's for another thread.

See post https://bbs.archlinux.org/viewtopic.php … 5#p1002055 re audio.  I know that mine would have required configuration as it was not configured after install.

Try working with winecfg and install winetricks, if you haven't already done so.  The wine forums are more helpful than the wine faq/wiki for resolving issues.  Google is your friend.

Wine is a mixed blessing.  It is a miracle that it works at all.  However, it is far from solid, even on its best days.  With persistence, it can be useful in limited roles.  It is not the sort of software that one can reasonably expect to "just work."

Offline

Board footer

Powered by FluxBB