Hi, Problem is there is no sound. Code: $ wine --version wine-1.3.12 Tried using the the wine ver. offered at winehq but got an exe dump. Played the same game under Ubuntu without any issues. How to troubleshoot ? Need to get the sound working.
Using openSUSE 11.4
On 10/07/2011 10:13 AM, gamerboy wrote:> Code: > $ wine --version > wine-1.3.12There have been many changes to sound in Wine since version 1.3.26, it 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.
tparker wrote:> On 10/07/2011 10:13 AM, gamerboy wrote: > > > Code: > > $ wine --version > > wine-1.3.12 > > > > There have been many changes to sound in Wine since version 1.3.26, it > 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.Removed pulse audio. Acceleration to Full and default sample rate to 44100 :Done tab add an override for openal32 (native, builtin) : Done Unfortunately there is still no sound. But thanks a lot. :
tparker wrote:> On 10/07/2011 10:48 PM, gamerboy wrote: > > > 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 don't know if this information is helpful in updating Wine but - > > I'm also in opensuse 11.4. According to YAST I am getting wine from > http://download.opensuse.org/repositories/Emulators:/Wine/openSUSU_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)I have renabled http://download.opensuse.org/repositories/Emulators:/Wine/openSUSU_11.4/ then did a system update .Isn't that suppose to update wine ?
gamerboy wrote:> > dimesio wrote: > > Ask on the openSUSE forum. Problems with distro packages and package managers are not Wine issues. > > > Okay, but from where did you get that package ?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/repositories/Emulators:/Wine/openSUSE_11.4/, installed with Yast, with no dependency problems.
Code: 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... 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. If you guys are fed up, just leave it. I will stop playing the game or install Ubuntu.
tparker wrote:> On 10/08/2011 12:37 PM, gamerboy wrote: > > > No 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. > > > > Make sure that you do not have both 64 bit and 32 bit installed, just > 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.I am on mobile broadband atm. Will soon get a wired broadband. Will try your fix then. Thanks.