search for: getfilesecurityw

Displaying 8 results from an estimated 8 matches for "getfilesecurityw".

2018 Jul 02
2
Bug in file.access on Windows when using network shares
....access to check a file is readable before opening it. The issue is actually in base R though. I've looked into the package code, and it calls file.access(path, mode = 4). I've created a minimal working example of the code in winAccessW from src/gnuwin32/extra.c, and the problem arises when GetFileSecurityW is called on shared files under certain circumstances. One situation I've seen it in are when a file is shared from a non-Windows host (e.g. Linux), which is similar to the situation documented at https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f57928d3-d89b-426d-a174-d06d97355afc/how...
2006 Mar 27
0
EuroTalkInteractive - Talk Now! software crashes during install
...install some language software on FC5 under Wine 0.9.10 The Installer starts but it crashes late in the installation with the following error: Runtime error 216 at 004038BA I ran it from the command line to see the error messages: [greg@penguin disk]$ wine 'D:\Install.exe' fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF1a0a.tmp") : returns fake SECURITY_DESCRIPTOR fixme:advapi:GetFileSecurityW (L"C:\\PROG~FBU\\EuroTalk\\TALK~JUJ\\UNWISE.EXE") : returns fake SECURITY_DESCRIPTOR fixme:advapi:GetFileSecurityW (L"C:\\PROG~FBU\\EuroTalk\\TALK~JUJ\\TalkNow.exe") :...
2006 Jun 25
1
MDL ISIS Draw 2.5 + AutoNom2000 in WINE = need help
Hello, I have successfully installed MDL ISIS Draw 2.5 (a program used in chemistry) under Wine (0.9.12 in Debian). Now, I need to install an addon (AutoNom2000, which is used to give IUPAC names of compounds) for this program. (This addon requires Windows 2000/XP; Wine was configured to "mimic" Windows 98 by default). When I try to run its installer, I get the following:
2018 Jul 03
1
Bug in file.access on Windows when using network shares
...disclaimer in ?file.access to this effect. > > If you still want to report a bug in file.access, please provide an > example that does not require a package, and provide more details (what do > you think would be the correct behavior, etc). From looking at the code, > when winAccessW/GetFileSecurityW fails to retrieve information about the > file, file.access would signal an error, which seems to be a fine behavior > for me. It is not surprising to me that in some cases (like working on a > local copy of a file in a distributed file-system), the OS would not know > whether a file is...
2007 Aug 17
1
fake security descriptor (PC Verifier install)
...s error, but wasn't able to find a fix or solution. What is a 'fake SECURITY_DESCRIPTOR'? Is there a way to correct it? Here is the output from an installation attempt: wine /media/PCv1.75/setup.exe fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF64af.tmp") : returns fake SECURITY_DESCRIPTOR fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF64b4.tmp") : returns fake SECURITY_DESCRIPTOR fixme:advapi:GetFileSecurityW (L"C:\\windows\\temp\\GLF64ba.tmp") : returns fake SECURITY_D...
2018 Jul 03
0
Bug in file.access on Windows when using network shares
...ase note there is a disclaimer in ?file.access to this effect. If you still want to report a bug in file.access, please provide an example that does not require a package, and provide more details (what do you think would be the correct behavior, etc). From looking at the code, when winAccessW/GetFileSecurityW fails to retrieve information about the file, file.access would signal an error, which seems to be a fine behavior for me. It is not surprising to me that in some cases (like working on a local copy of a file in a distributed file-system), the OS would not know whether a file is readable/writea...
2006 Dec 02
0
Errors on running setup - x64 FC6
...eInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:advapi:CheckTokenMembership ((nil) 0x1cc6748 0x34c37c) stub! fixme:setupapi:SetupDefaultQueueCallbackA notification 16 params 334ad4,0 fixme:setupapi:SetupDefaultQueueCallbackA notification 16 params 334624,0 fixme:advapi:GetFileSecurityW (L"c:\\Program Files\\InstallShield Installation Information\\{DE29025A-091F-4998-AD2D-24C84421190F}\\") : returns fake SECURITY_DESCRIPTOR And when executing the application: err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed: resRead = 0x8003001e, resWrite = 0x00000...
2007 Apr 27
0
Wine release 0.9.36
...calui: Implement ConfigurePortUI. localspl: ConfigurePort is now in localui.dll. localui: Avoid crash on NULL pointer. localui: Implement ConfigurePortUI for COMx. Dmitry Timoshkov (7): version: Add a VerQueryValue test, make it mostly pass under Wine. advapi32: Thunk GetFileSecurityW to NtQuerySecurityObject. comctl32: Fix an off by one error in ImageList_Remove. comctl32: Use packing only for public ILHEAD structure, 2 bytes packing is enough. comctl32: Add an image list storage test, make it pass under Wine. comctl32: Add more image list tests, fix one...