error opening winecfg
error opening winecfg
I updated my distro from Fedora 10 to Fedora 11 yesterday. I did not
update wine because the version it wants to use is 1.1.23 and I remember
several posts of people having trouble with either .23 or .24.
All of my games and office/work programs run fine through wine, but the
wine cfg window will not start up. I get:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
With 'alsa' in there and from what I could find on google I am guessing
that is a sound something but I'm not sure where to go from there. All
my wine sound in games (WoW,COH,Eve) works fine.
update wine because the version it wants to use is 1.1.23 and I remember
several posts of people having trouble with either .23 or .24.
All of my games and office/work programs run fine through wine, but the
wine cfg window will not start up. I get:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
With 'alsa' in there and from what I could find on google I am guessing
that is a sound something but I'm not sure where to go from there. All
my wine sound in games (WoW,COH,Eve) works fine.
error opening winecfg
On Mon, Aug 10, 2009 at 4:11 PM, tparker<[email protected]> wrote:
always revert in case of big problems)
Actually 1.1.23 has some issues... better try with 1.1.27 (you canI updated my distro from Fedora 10 to Fedora 11 yesterday. I did not update
wine because the version it wants to use is 1.1.23 and I remember several
posts of people having trouble with either .23 or .24.
always revert in case of big problems)
Re: error opening winecfg
Actually 1.1.23 has some issues... better try with 1.1.27 (you canFrédéric Delanoy wrote:On Mon, Aug 10, 2009 at 4:11 PM,
always revert in case of big problems)[/quote]
Thank you, I may end having to give git another try to build a 1.1.27 to use, but I would rather find what the problem with winecfg is and fix it. The 1.1.20 I am using the the install from the distribution package manager and is usually very stable. I would like to keep it updating with the rest of the system, at least once the repository version gets past 1.1.23 so I can skip that one.
I found some references to similar winecfg errors through Google, but nothing exactly like that one or with a solution to try.
Re: error opening winecfg
Try with separate WINEPREFIX. Ex:tparker wrote:winecfg window will not start up.
WINEPREFIX=~/wine-test wine winecfg
error opening winecfg
On 08/11/2009 12:00 AM, vitamin wrote:
plus a comment about Mozilla, but the winecfg window did open. I'm not
sure what it working this way means, though.
The complete info given in the terminal when doing what you said was:
wine: created the configuration directory '/home/tparker/wine-test'
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/tparker/wine-test' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Thank you. I just tried that and still got the same error as before,Try with separate WINEPREFIX. Ex:
WINEPREFIX=~/wine-test wine winecfg
plus a comment about Mozilla, but the winecfg window did open. I'm not
sure what it working this way means, though.
The complete info given in the terminal when doing what you said was:
wine: created the configuration directory '/home/tparker/wine-test'
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/tparker/wine-test' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No
such file or directory
error opening winecfg
On 08/11/2009 12:00 AM, vitamin wrote:
open winecfg, but when I tried to change to the audio tab to check a
setting it crashed, the same way ventrilo does (vent is also giving me
the same error: ALSA lib seq_hw.c:457:(snd_seq_hw_open) open
/dev/snd/seq failed: No such file or directory
I guess I spoke too soon. Using the separate WINEPREFIX the window didtparker wrote:Try with separate WINEPREFIX. Ex:winecfg window will not start up.
WINEPREFIX=~/wine-test wine winecfg
open winecfg, but when I tried to change to the audio tab to check a
setting it crashed, the same way ventrilo does (vent is also giving me
the same error: ALSA lib seq_hw.c:457:(snd_seq_hw_open) open
/dev/snd/seq failed: No such file or directory
Re: error opening winecfg
Then something is wrong with either Wine or the different sound libraries it's compiled with. I guess you have to update Wine, or compile it yourself for the new distro.tparker wrote:Using the separate WINEPREFIX the window did open winecfg, but when I tried to change to the audio tab to check a setting it crashed, the same way ventrilo does
-
- Level 2
- Posts: 11
- Joined: Tue Aug 11, 2009 8:59 pm
error opening winecfg
In Fedora 11 the ALSA sound sequencer isn't created at start up (due to migration to UDEV).
Solution:
Create the file dist-alsa.conf containing:
# Make midi applications work on systems with a soundcard:
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq
in /etc/modprobe.d.
After system reboot the /dev/snd/seq device should be available.
Solution:
Create the file dist-alsa.conf containing:
# Make midi applications work on systems with a soundcard:
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq
in /etc/modprobe.d.
After system reboot the /dev/snd/seq device should be available.