http://bugs.winehq.org/show_bug.cgi?id=13521 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-05-29 01:32:39 --- Apparently the problem is: 0009:Call KERNEL32.GetProcAddress(604f0000,1e77ef34 "GetAuditedPermissionsFromAclW") ret=004023e3 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=004023e3 minimal patch below makes the app start fine for me. could anyone else try if it works for him/her too? I guess we also need a simple stub implementation for GetAuditedPermissionsFromAclW. i could have a look later. This is a change that should not go in for wine-1.0, but later, as other apps might try to use this api as well if they find it in advapi32. patch : diff --git a/dlls/advapi32/advapi32.spec b/dlls/advapi32/advapi32.spec index e9a3ccc..f55966a 100644 --- a/dlls/advapi32/advapi32.spec +++ b/dlls/advapi32/advapi32.spec @@ -231,7 +231,7 @@ @ stdcall GetAce(ptr long ptr) @ stdcall GetAclInformation(ptr ptr long long) # @ stub GetAuditedPermissionsFromAclA -# @ stub GetAuditedPermissionsFromAclW +@ stub GetAuditedPermissionsFromAclW @ stdcall GetCurrentHwProfileA(ptr) @ stdcall GetCurrentHwProfileW(ptr) @ stdcall GetEffectiveRightsFromAclA(ptr ptr ptr) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.