<br><br><div class="gmail_quote">2011/1/19 Qian Hong <span dir="ltr">&lt;<a href="mailto:fracting@gmail.com">fracting@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear All, while testing a USB production tool with unofficial USB<br>
patches + native oleaut32.dll,<br>
I got a crashing and such logs:<br>
<br>
wine: Call from 0x7b839292 to unimplemented function<br>
setupapi.dll.CM_Get_DevNode_Status, aborting<br>
wine: Unimplemented function setupapi.dll.CM_Get_DevNode_Status called<br>
at address 0x7b839292 (thread 002f), starting debugger...<br>
Unhandled exception: unimplemented function<br>
setupapi.dll.CM_Get_DevNode_Status called in 32-bit code (0x7b839292).<br>
Register dump:<br>
�CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b<br>
�EIP:7b839292 ESP:003158b8 EBP:0031591c EFLAGS:00000246( � - -- �I �Z- -P- )<br>
�EAX:7b82540d EBX:7b887ff4 ECX:00000000 EDX:80000100<br>
�ESI:80000100 EDI:00000001<br>
Stack dump:<br>
0x003158b8: �0031593c 00000008 00020108 80000100<br>
0x003158c8: �00000001 00000000 7b839292 00000002<br>
0x003158d8: �7ebc3d60 7ebc42a9 00003218 00003218<br>
0x003158e8: �00000001 00000000 989c7900 00000000<br>
0x003158f8: �00000004 7eba6cfb 7ebd2ff4 00000000<br>
0x00315908: �00000000 0031595c 7b83924a 00000111<br>
Backtrace:<br>
=&gt;0 0x7b839292 RaiseException+0x52(code=0x80000100, flags=0x1,<br>
nbargs=0x2, args=0x31593c)<br>
[/home/fracting/wine-git/dlls/kernel32/except.c:84] in kernel32<br>
(0x0031594c)<br>
<br>
...<br>
<br>
<br>
Should I post a new bug?<br>
<br>
Best wishes!<br>
<font color="#888888"><br>
--<br>
Regards,<br>
Qian Hong<br>
-<br>
Send from Ubuntu<br>
<a href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a><br>
<br>
<br>
</font></blockquote></div>That should only need a stub to go forward (setupapi is already full of them).<div>If you are not able to patch wine with a stub of that function then yeah, open a bug report.</div>