[webkit-dev] Running GtkLauncher on win32: GetMangledSiteSid error in advapi32.dll

Marco Rocco mr85mr at gmail.com
Mon Aug 25 05:02:28 PDT 2008


i'm compiled my GtkLauncher against the libwebkit compiled from
http://funpidgin.sourceforge.net/2008-08-20/megarian-webkit-sort-of-works-on-windows-now

and i get this error at runtime:
impossible to find an entering point GetMangledSiteSid of procedure in
library of dynamic link ADVAPI32.DLL
( screenshoot: http://img83.imageshack.us/my.php?image=schermataeq7.png )

i have debugged and i get this error when "webkit_web_view_new ()" is called

I'm on Windows XP sp3, and i have seen that in my version of
advapi32.dll (c:\windows\system32) the
GetMangledSiteSid function isn't declared, while it is declared in
libadvapi32.a (c:\cygwin\lib\w32api).

How can i fix this error?

Thanks anyway

Marco Rocco


More information about the webkit-dev mailing list