Disable Audio without winecfg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
LanceaLon
Newbie
Newbie
Posts: 1
Joined: Fri Jun 25, 2010 3:01 am

Disable Audio without winecfg

Post by LanceaLon »

Hello! I have one big problem, which called "MSWS" - it is propietary sertified OS, based on Red Hat with kernel 2.4 (i have no rights to update any system packages like glibc).
Luckily it accepted Wine 1.0.1, and most of console applications are working on it, BUT winecfg crashing even at the first start, whining about "winmm.dll", which, as i read, depends on audio drivers.
So my question is how can i disable all audio in Wine without using winecfg


Some info:

There is result of winecfg execution:

Code: Select all

wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
      It will most likely crash. Please upgrade to a glibc with NPTL support.
err:module:attach_process_dlls "winmm.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
And this warning about glibc >=2.3 is displayed when i run every application under wine, but as i said, most of console and some gui apps are working anyway.
Gert van den Berg

Disable Audio without winecfg

Post by Gert van den Berg »

On Fri, Jun 25, 2010 at 10:11, LanceaLon <[email protected]> wrote:
Hello! I have one big problem, which called "MSWS" - it is propietary sertified OS, based on Red Hat with kernel 2.4 (i have no rights to update any system packages like glibc).
Luckily it accepted Wine 1.0.1, and most of console applications are working on it, BUT winecfg crashing even at the first start, whining about "winmm.dll", which, as i read, depends on audio drivers.
So my question is how can i disable all audio in Wine without using winecfg
If regedit works, you can change it there... Not sure what the exact
key is though....

http://wiki.winehq.org/UsefulRegistryKeys might give you an idea where
to look, entries configurable from winecfg seem to be excluded
though....

GErt
Locked