-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org]On Behalf Of Sylvain Petreolle Sent: 29 November 2003 03:10 To: wined Subject: Unhandled exception c06d007f ?
Hi, Running windows xp regedit.exe raises an unhandled exception : c06d007f.
To reproduce it, copy : aclui.dll (generates the exception) authz.dll clb.dll regedit.exe :) ulib.dll
Then run regedit and click on Edit, Authorizations. A google search shows that c06d007f is 'DelayLoad Export Missing', according to bugtoaster. What should be done to handle this ?
It's probably a missing security function in ntdll. I suggest putting a trace in GetProcAddress in dlls/kernel/modules.c for the error case.
Rob