winecfg and many other apps crushes initializing winmm.dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kalemas
Newbie
Newbie
Posts: 2
Joined: Sun Nov 16, 2008 12:37 pm

winecfg and many other apps crushes initializing winmm.dll

Post by kalemas »

The output:
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 c0000094

but some apps still can run.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: winecfg and many other apps crushes initializing winmm.d

Post by vitamin »

kalemas wrote:The output:
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 c0000094

but some apps still can run.
What distro? Have you removed/killed/disabled pulseaudio and other sound servers?
kalemas
Newbie
Newbie
Posts: 2
Joined: Sun Nov 16, 2008 12:37 pm

Post by kalemas »

pulseaudio -k result only additional pulse_connect errors
/etc/rc5.d/17alsa stop and /etc/rc5.d/18sound stop - helps, winecfg opened. Thank you Vitamin.
Distro - mandriva2009.0
But i still want investigate this problem and try to turn sound on...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kalemas wrote:pulseaudio -k result only additional pulse_connect errors
/etc/rc5.d/17alsa stop and /etc/rc5.d/18sound stop - helps, winecfg opened. Thank you Vitamin.
Distro - mandriva2009.0
But i still want investigate this problem and try to turn sound on...
Pulseaudio is known to conflict with Wine. You will be better of removing it complettelly from the system.
Locked