https://bugs.winehq.org/show_bug.cgi?id=45551
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #12 from Zebediah Figura z.figura12@gmail.com --- I don't think this is a matter of a missing stub. From your +relay log:
0032:Call KERNEL32.LoadLibraryA(028e38a0 "C:\users\hjahre\Temp\{524EE888-6836-4CB2-92EC-A10E8821345D}\security.dll") ret=0039fff8 0032:Ret KERNEL32.LoadLibraryA() retval=f78f0000 ret=0039fff8
...
0032:Call KERNEL32.GetProcAddress(f78f0000,028e3570 "MySetFileSecurity") ret=003a03fd 0032:Ret KERNEL32.GetProcAddress() retval=00000000 ret=003a03fd
It then tries to load C:\windows\system32\security.dll, which exists on Windows, but that doesn't export MySetFileSecurity.
Can you please provide a trace with +module?