You are not logged in.

#1 2010-03-08 22:52:09

scheme
Member
Registered: 2009-11-08
Posts: 4

Wine with pulseaudio problem

I want to have wine on my Arch (for Spotify, games etc.). I have a x86_64 system, I've been reading the wine articles and wine with pulseaudio articles but I can't seem to find out what to do with this. I'm relatively new to Arch but not to Linux.

I've been trying to install wine-pulse for awhile now but the installation ends with:

checking package integrity...
(8/8) checking for file conflicts                   [##########################] 100%
error: failed to commit transaction (conflicting files)
esound: /usr/bin/esd exists in filesystem
Errors occurred, no packages were upgraded.

I don't find anything googling the esound error and I've no idea how to approach this problem.
Any feedback towards the issue would be nice. A workaround, a solution or "you can't do this" are all welcome.

Offline

#2 2010-03-08 23:19:39

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Wine with pulseaudio problem

Remove the file with:

 $ sudo rm -r /usr/bin/esd

Then try again.

Offline

#3 2010-03-08 23:37:05

jocheem67
Member
Registered: 2009-11-09
Posts: 250

Re: Wine with pulseaudio problem

Just curious: why not just alsa??

Offline

#4 2010-03-09 00:05:03

scheme
Member
Registered: 2009-11-08
Posts: 4

Re: Wine with pulseaudio problem

I renamed the /usr/bin/esd file (I have no idea why it had been there in the first place so I had somehow avoided the obvious solution) and tried to build wine-pulse_64, it failed with something like:

winemenubuilder.c:(.text+0x9ff): undefined reference to `png_set_longjmp_fn'

Similiar to this thread: http://bbs.archlinux.org/viewtopic.php?id=91565

I have both of the libpng versions installed. Do I have to link them to the package somehow and try again?

jocheem67 wrote:

Just curious: why not just alsa??

I thought it'd be fun to play around with the network support of pulseaudio. Also before Arch I didn't have much problems with it, I like the feel and I somehow know where everything is.. I never tried dmix (I've understood I can have multiple playback sources with it, correct me if I'm wrong), before PA I couldn't have more than one audio source to output. If pulseaudio keeps being such a pain it has been I will consider "just alsa", for I don't have a real use for the network support.

Offline

#5 2010-03-09 02:41:00

uwinkelvos
Member
Registered: 2009-06-07
Posts: 129

Re: Wine with pulseaudio problem

I use bin32-wine and have set wine to use oss in winecfg. to start games i use scripts like this:

#!/bin/bash

cd ~/Games/d2
WINEDEBUG="-all" padsp wine D2Loader-1.12.exe

Offline

Board footer

Powered by FluxBB