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 ?
===== Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net) ICQ #170597259 Say NO to software patents Dites NON aux brevets logiciels
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
-----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