Unimplemented function cfgmgr32.dll.CM_Locate_DevNodeA

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Michael Renner

Unimplemented function cfgmgr32.dll.CM_Locate_DevNodeA

Post by Michael Renner »

Moin,

I try to start an application (MixW, a amateur Radio Application that uses the
soundcard). While the installation wasn't a problem, the start of the
application itself fail:


renner@mars:~$ wine /home/C/Program\ Files/MixW/MixW2.exe
err:process:__wine_kernel_init boot event wait timed out
Fontconfig warning: "~/.fonts.conf", line 17: invalid constant used :
Fontconfig warning: "~/.fonts.conf", line 17: invalid constant used :
fixme:setupapi:CM_Locate_DevNodeA 0x32f93c (null) 0x00000000: stub
wine: Call from 0x7b8369f2 to unimplemented function
cfgmgr32.dll.CM_Get_Child, aborting
wine: Unimplemented function cfgmgr32.dll.CM_Get_Child called at address
0x7b8369f2 (thread 001b), starting debugger...
Fontconfig warning: "~/.fonts.conf", line 17: invalid constant used :
Unhandled exception: unimplemented function cfgmgr32.dll.CM_Get_Child called
in 32-bit code (0x7b8369f2).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b8369f2 ESP:0032f884 EBP:0032f8e8 EFLAGS:00000287( - -- I S - -P-C)
EAX:7b826701 EBX:7b883ff4 ECX:7d2f5b55 EDX:0032f8ac
ESI:80000100 EDI:ffffffff


renner@mars:~$ wine --version
wine-1.2
with kubunto 10.4

Any hint?
Thanks
--
|Michael Renner E-mail: [email protected] |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

You should definitely file a bug on http://bugs.winehq.org.
Locked