Problem is there is no sound.
Code: Select all
$ wine --version
wine-1.3.12
Played the same game under Ubuntu without any issues.
How to troubleshoot ? Need to get the sound working.
Code: Select all
$ wine --version
wine-1.3.12
There have been many changes to sound in Wine since version 1.3.26, itCode:
$ wine --version
wine-1.3.12
Removed pulse audio.tparker wrote:On 10/07/2011 10:13 AM, gamerboy wrote:There have been many changes to sound in Wine since version 1.3.26, itCode:
$ wine --version
wine-1.3.12
may be worth trying a newer version. In either version various things to
try:
remove pulseaudio if your system is using it.
In winecfg (Code: winecfg) check the Audio tab, set Hardware
Acceleration to Full and default sample rate to 44100.
In the winecfg Libraries tab add an override for openal32 (native,
builtin) - this one may only matter with wine version 1.3.26 or newer.
I have no clue if any of those will help in your game, they are things
others suggested that helped me get sound working in various games.
That version is old; Wine's sound system has been completely rewritten since then. Upgrade to the latest development release, and if it still doesn't work, post terminal output. http://wiki.winehq.org/FAQ#get_loggamerboy wrote: Problem is there is no sound.
Tried using the the wine ver. offered at winehq but got an exe dump.Code: Select all
$ wine --version wine-1.3.12
.Ubuntu too uses pulse. The game had no audio issues there. Don't understand what's different in openSUSE
I don't remember the version but was using the PPA from winehq.dimesio wrote:That version is old; Wine's sound system has been completely rewritten since then. Upgrade to the latest development release, and if it still doesn't work, post terminal output. http://wiki.winehq.org/FAQ#get_loggamerboy wrote: Problem is there is no sound.
Tried using the the wine ver. offered at winehq but got an exe dump.Code: Select all
$ wine --version wine-1.3.12
.Ubuntu too uses pulse. The game had no audio issues there. Don't understand what's different in openSUSE
What version of Wine were you using in Ubuntu?
I don't know if this information is helpful in updating Wine but -That's what I did in case of openSUSE too. Added the repo mentioned at
wine hq but as I said it gave me an exe dump. Then I downgraded which
at least loaded the game
I have renabled http://download.opensuse.org/repositori ... SUSU_11.4/ then did a system update .Isn't that suppose to update wine ?tparker wrote:On 10/07/2011 10:48 PM, gamerboy wrote:I don't know if this information is helpful in updating Wine but -That's what I did in case of openSUSE too. Added the repo mentioned at
wine hq but as I said it gave me an exe dump. Then I downgraded which
at least loaded the game
I'm also in opensuse 11.4. According to YAST I am getting wine from
http://download.opensuse.org/repositori ... SUSU_11.4/
The installed packages from that repo I have are:
gettext-runtime 0.18.1.1-4.1
wine 1.3.29-4.1
wine-32bit 1.3.29-4.1
wine-gecko 1.3-19.1(1.3-18.2)
No. That will only get updates from the Update repository. You have to specifically upgrade Wine.gamerboy wrote: I have renabled http://download.opensuse.org/repositori ... SUSU_11.4/ then did a system update .Isn't that suppose to update wine ?
Okay, but from where did you get that package ?dimesio wrote:Ask on the openSUSE forum. Problems with distro packages and package managers are not Wine issues.
You have mentioned 2 2 versions. Which one is installed ?tparker wrote: wine-gecko 1.3-19.1(1.3-18.2)
What I typed is exactly what the line says. I start up YAST, click thetparker wrote:You have mentioned 2 2 versions. Which one is installed ?wine-gecko 1.3-19.1(1.3-18.2)
It was tparker who posted his package info, not me, but I happen to be on 64 bit openSUSE, and I got my package from http://download.opensuse.org/repositori ... SUSE_11.4/, installed with Yast, with no dependency problems.gamerboy wrote:Okay, but from where did you get that package ?dimesio wrote:Ask on the openSUSE forum. Problems with distro packages and package managers are not Wine issues.
That is also where I got my packages (32 bit) also installed with noIt was tparker who posted his package info, not me, but I happen to be
on 64 bit openSUSE, and I got my package from
http://download.opensuse.org/repositori ... SUSE_11.4/,
installed with Yast, with no dependency problems.
Code: Select all
Loading repository data...
Reading installed packages...
'wine' is already installed.
No update candidate for 'wine-1.3.29-4.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
You should also have the wine-32bit package installed. Yast should have installed it automatically for you, because it's a dependency of the 64 bit package.gamerboy wrote:OH S***.'wine-1.3.29-4.1.x86_64'.
This is really embarrassing. Give me some time.
Code: Select all
WINEARCH=win32 WINEPREFIX=/path/to/wineprefix wine /path/to/installer
Franklyu thats too difficult for me. I just want to install the 32 bit ver. & get started. Please tell me what to do.dimesio wrote:You should also have the wine-32bit package installed. Yast should have installed it automatically for you, because it's a dependency of the 64 bit package.gamerboy wrote:OH S***.'wine-1.3.29-4.1.x86_64'.
This is really embarrassing. Give me some time.
Assuming you do have all the necessary parts installed, create a 32 bit wineprefix to install the game into:
Code: Select all
WINEARCH=win32 WINEPREFIX=/path/to/wineprefix wine /path/to/installer
Make sure that you do not have both 64 bit and 32 bit installed, justNo update candidate for 'wine-1.3.29-4.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Now I have installed the 32 bit Wine. But when I start the game the screen colour is getting weird like 256 colors& still no sound.
I am on mobile broadband atm. Will soon get a wired broadband. Will try your fix then. Thanks.tparker wrote:On 10/08/2011 12:37 PM, gamerboy wrote:Make sure that you do not have both 64 bit and 32 bit installed, justNo update candidate for 'wine-1.3.29-4.1.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Now I have installed the 32 bit Wine. But when I start the game the screen colour is getting weird like 256 colors& still no sound.
32. Then uninstall and reinstall your video driver, even if it is with
the same version you already have. It's pretty common for changes to
wine, or X to confuse the drivers.
Also check winecfg after the driver reinstall. Wine 1.3.29 is after the
sound changes and some of the settings from when you used 1.3.12 may
have changed.