Fallout 3 with (almost) no sound

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

Fallout 3 with (almost) no sound

Post by Dark Mayu »

I finally got Fallout 3 to work, now however I do not have sound. Well, almost no sound; while I can listen to Radio Stations and voices, anything else does not work.
Here the command I use to start the game as well as some output:

Code: Select all

MYNAME@MYRIG:~/Wine/Fallout 3$ wine start fose_loader.exe 
fixme:exec:SHELL_execute flags ignored: 0x00000100
MYNAME@MYRIG:~/Wine/Fallout 3$ fixme:win:EnumDisplayDevicesW ((null),0,0x33f37c,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x149890,0x149800): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33ec4c,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:d3d:debug_d3dformat Unrecognized 1129272385 (as fourcc: ATOC) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1129272385) in the format lookup table
fixme:xinput:XInputGetState (0 0x33fae0)
fixme:advapi:RegisterTraceGuidsA (0x1440faa, (nil), {d5b9ac76-d546-4891-bb8c-bfd865e5c7d5}, 3, 0x199673c, (null), (null), 0x19a47d8,)
fixme:advapi:LookupAccountNameW (null) L"mayu" (nil) 0x33f378 (nil) 0x33f370 0x33f360 - stub
fixme:advapi:LookupAccountNameW (null) L"mayu" 0x17bfd1c0 0x33f378 0x17bfd1d8 0x33f370 0x33f360 - stub
fixme:advapi:RegisterEventSourceW ((null),L"XLive"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x80000002,(nil),0x0004,0x00000000,0x33e4cc,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:xinput:XInputGetState (0 0x11795a0)
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1600,1000)
err:ole:CoCreateInstance apartment not initialised
fixme:xinput:XInputGetState (0 0x33fae4)
fixme:xinput:XInputGetState (0 0x11795a0)
fixme:xinput:XInputGetState (0 0x1075b10)
fixme:xinput:XInputGetState (0 0x11795a0)
fixme:xinput:XInputGetState (0 0x1075b10)
my terminal gets bombarded by XInputGetState fixmes from here on.
I am also using mods, those however are configured properly. (I am able to play normally).

winecfg is configured like this:
Alsa driver
Hardware Acc.: Full
SampleRate: 44100 - 16 Bits per Sample

All other applications/games work as intended.
Could somebody please help me?
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

Post by Dark Mayu »

sorry, forgot to add that I am using wine 1.2-rc1
DL
Level 3
Level 3
Posts: 70
Joined: Fri Jun 27, 2008 7:47 pm

Post by DL »

Apply the workaround on this page:
http://bugs.winehq.org/show_bug.cgi?id=21609

That will fix the sound effects issue. You also need an additional patch if you want the music to work as well. Although I can't seem to find it any more. Maybe you'll have better luck.
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

[SOLVED] Fallout 3 with (almost) no sound

Post by Dark Mayu »

Great, thank you DL. The patch fixed my sound issue.

For those who do not know how to apply that patch:
download it from above link (attached file), copy it into your pre-compiled wine source, open a Terminal and cd into the wine directory.
Enter

Code: Select all

patch -p1 --verbose > [patch]
[patch] should be obviously replaced with the name of the respective patch.
You can also test it prior installation with --dry-run
James McKenzie

Fallout 3 with (almost) no sound

Post by James McKenzie »

Dark Mayu wrote:
Great, thank you DL. The patch fixed my sound issue.

For those who do not know how to apply that patch:
download it from above link (attached file), copy it into your pre-compiled wine source, open a Terminal and cd into the wine directory.
Enter

Code:
patch -p1 --verbose > [patch]


Should this not be patch -p1 --verbose < [patch]

If you do the first, this will send the error message "Patch could not
be found" or make it appear that you keyboard just locked up.

James McKenzie
Dark Mayu
Level 2
Level 2
Posts: 16
Joined: Wed Apr 29, 2009 7:06 am

Post by Dark Mayu »

lol, you're right.

patch -p1 --verbose < [patch]

that's the correct one, thanks for the heads up
torturedutopian
Level 1
Level 1
Posts: 9
Joined: Tue Jun 15, 2010 5:26 am

Post by torturedutopian »

I installed Fallout 3 with the Play On Linux script. Now, it works with any version of wine... Except for the music.

I'm definitely looking for this music patch, does any of you here know where I can find it ?
Locked