search for: error_access_denied

Displaying 16 results from an estimated 16 matches for "error_access_denied".

2005 Mar 04
1
secure channel
...ntroller on samba3 and workstation with Win XP? this workstation worked properly till today, but now it can't log in to domain . I have run a netdiag utility and has seen the issue: rust relationship test. . . . . . : Failed [FATAL] Secure channel to domain 'MYDOMAIN' is broken. [ERROR_ACCESS_DENIED] may be another way to fix it (except rejoining a domain) ?? thanx in advance
2010 Mar 25
4
CreateFile \\\\.\\x: non-root
...; for communication I use DeviceIoControl(hEcgDrive, IOCTL_SCSI_PASS_THROUGH_DIRECT, .... with a 'custom' scsi operation code as wrapper. On Wine-1.1.30. under UHU linux (2.6.23.9-1) the program can open the device only if run as root. If run as plain user, CreateFile gives ERROR_ACCESS_DENIED (5). I also tried with FILE_ALL_ACCESS, no luck. I would appreciate any experience shared to solve this access issue! The device has a basic filesystem with a txt file, so it is mapped under dosdevices, ok. And an other question: is it possible to open "\\\\.\\PHYSICALDISK2, this way no fi...
2002 Feb 16
2
WineDbg : list of errors
Hi, Using WineDbg, I have problems to attach to a process. I start "winedbg". then "walk process". It gives reference to a W-process. Trying attach to this process gives me error 5. Where could i find more info on these error numbers ? [syl@snoop La 4?me Proph?tie]$ winedbg WineDbg starting... on pid 0 Wine-dbg>walk process pid threads parent exe 0806ba80
2018 Dec 28
0
Wine release 4.0-rc4
...wmc: Support more languages. user32: Clear %edi register when calling window procedure. André Hentschel (2): shlwapi: Remove dead code (coverity). ntdll: Use correct PC for instruction decoding on ARM64. Dmitry Timoshkov (1): kernel32: CreateDirectory shouldn't return ERROR_ACCESS_DENIED for the root of the drive. Isira Seneviratne (2): po: Add Sinhala translation. po: Update Sinhala translation. Józef Kucia (3): d3d9: Fix Reset() with system memory buffers. d3d8: Fix Reset() with system memory buffers. wined3d: Handle unmappable buffers in wined3d_d...
2002 Mar 21
4
ExitThread won't.
Okay, so with complete lack of any other ideas, I tried to figure out what was wrong with my app (Proxomitron), which is leaving unkillable processes around. So I went into ExitThread, and added something like: DPRINTF("%08lx:Exiting thread...(%d)\n", GetCurrentThreadId(),getpid()); exit(code); right at the top of the function. And, lo and behold, the processId matches the
2018 Sep 14
0
Wine release 3.16
...wined3d: Use raw blit for supported depth-stencil blits. André Hentschel (8): ntdll: Bump Win 10 version to 17134. api-ms-win-core-comm-l1-1-0: Add dll. api-ms-win-core-stringloader-l1-1-1: Add dll. api-ms-win-security-cryptoapi-l1-1-0: Add dll. advapi32/tests: Allow ERROR_ACCESS_DENIED for newer Win10. kernel32/tests: Allow ERROR_ACCESS_DENIED for newer Win10. oleaut32/tests: Adjust test to a fixed Windows bug. crypt32: Print Crypt(Un)protectMemory FIXME only once. Aric Stewart (2): winebus.sys: Improve unloading the winebus driver. winebus.sys: Imp...
2011 Aug 05
2
Issues Building WINE 1.3.25 and 1.3.26 on Aptosid AMD64
...a problem. My builds keep failing. I attempted to build both as a local user and as root, and both failed differently. I think the build as root is failing because it doesn't want to be root: Code: security.c:1039: Test failed: DeleteFile should fail security.c:1040: Test failed: expected ERROR_ACCESS_DENIED, got -559038737 security.c:1043: Test failed: SetFileAttributes error 2 security.c:1046: Test failed: DeleteFile error 2 fixme:advapi:ImpersonateLoggedOnUser (0x34) fixme:advapi:LookupAccountSidW Only local computer supported! fixme:advapi:LsaOpenPolicy ((null),0x32fb5c,0x000f0fff,0x32fbb8) stub fi...
2016 Sep 16
0
Wine release 1.9.19
...tion-l2-1-0: Add dll. api-ms-win-shell-shellcom-l1-1-0: Add dll. api-ms-win-core-winrt-errorprivate-l1-1-1: Add dll. api-ms-win-core-windowserrorreporting-l1-1-0: Add dll. api-ms-win-core-localization-private-l1-1-0: Add dll. André Hentschel (5): kernel32/tests: Allow ERROR_ACCESS_DENIED for GetThreadContext. setupapi/tests: Also check for ERROR_CALL_NOT_IMPLEMENTED at the second call to SetupDiCreateDeviceInfoListExW. loader/wine.inf: Open pdf files using winebrowser. kernel32/tests: Don't test CloseHandle. setupapi/tests: Try to delete pre-existing key...
2018 Nov 29
0
Wine release 3.0.4
...ot connect/login to Server 42470 Frequent critical section timeouts in winetricks dotnet46 42577 Far manager: needs virtdisk.dll.GetStorageDependencyInformation 42710 Wechat can not send file to friend 42870 CurrentBuild registry value is missing 43036 SetNamedPipeHandleState returns ERROR_ACCESS_DENIED when setting PIPE_NOWAIT 43125 Device reports coming in too fast 43488 Bluestacks crashes in ITextService::TxGetVScroll() 44369 cmd's %0 path variables (e.g. %~dp0) wrong inside subroutine call 44489 Zwei: The Arges Adventure can't detect installed Indeo 5 codec 44490 Zwei: T...
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2012 Aug 17
0
Wine release 1.5.11
...'t zero its output buffer on error. Detlef Riekenberg (6): kernel32/tests: Fix test failures on win7. mpr/tests: Handle result from the AppV virtual drive. mshtml/tests: Mark IE6 behavior as broken. d3dx9_36/tests: Fix failures on vista x64. wintrust/tests: Handle ERROR_ACCESS_DENIED failures. advpack/tests: Avoid test failures without high access rights. Dmitry Timoshkov (18): windowscodecs: Handle short reads in the metadata handler. gdiplus: Correct GdipSaveImageToFile spec entry. include/gdipluspixelformats.h: Avoid explicit TRUE/FALSE in conditiona...
2018 Sep 28
0
Wine release 3.17
...In gdbproxy file, allow wine paths with spaces. Andrew Wesie (3): ntdll: Stub for ProcessCookie in NtQueryInformationProcess. wined3d: Remove extraneous flush from EndScene. wined3d: Use query buffer objects for occlusion queries. André Hentschel (5): advapi32/tests: Allow ERROR_ACCESS_DENIED for newer Win10. qcap/tests: AVICo might be unavaiable on newer Win10. kernel32: Add stub for SetProcessWorkingSetSizeEx. user32/tests: Allow newer Win10 behaviour. wininet/tests: Skip tests when querying INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT fails (newer win10). Aust...
2018 Aug 31
0
Wine release 3.15
...refox Ver 49 will not run on Wine 1.8 41652 Uplay cannot connect/login to Server 41914 incorrect execute path within nested if (else) statement 42870 CurrentBuild registry value is missing 42998 HeidiSQL requires IDispenserManager implementation. 43036 SetNamedPipeHandleState returns ERROR_ACCESS_DENIED when setting PIPE_NOWAIT 43911 Invisible menus in Rise of Nations Extended Edition 44356 Neverwinter: some ingame objects don't render properly 44369 cmd's %0 path variables (e.g. %~dp0) wrong inside subroutine call 44653 Everquest Titanium (Project 1999): Significant performanc...
2008 Dec 05
0
Wine release 1.1.10
...ashes at character selection screen 8998 Unhandled page fault with ME_MarkForPainting in WASTE 1.5 9296 Info Select 2007 crashes on startup 9335 Cannot switch tabs in MYOB 9349 wine 0.9.43 crash on etherlords 2 9353 CreateFile with OPEN_ALWAYS on an existing directory fails with ERROR_ACCESS_DENIED 9367 Quicktime Player 7.1.0.210 aborts on startup 9377 Ricochet Infinity cannot download Level Set Catalog 9514 ABBYY FineReader 8.0 Professional Edition does not start 9627 Graphical corruption in EVE ONLINE 9648 Birthday selector in account creation screen positioning is off...
2001 Nov 19
2
Wine Errors Revisited
CoolEdit -- More Errors From: Robert Tilley <tilleyrw@cfl.rr.com> Date: Monday 19 November 2001 08:05:31 Groups: comp.emulators.ms-windows.wine no references When I did a 'wine --debugmsg warn+all /home/tilleyrw/Cool2000/cool2000.exe' the following core dump file resulted. Due to its length, I'm attaching it as a file. The most interesting section is where it
2003 Dec 01
0
No subject
...t.c,v retrieving revision 1.1.2.4 diff -u -r1.1.2.4 srv_dfs_nt.c --- rpc_server/srv_dfs_nt.c 13 Jun 2001 00:41:44 -0000 1.1.2.4 +++ rpc_server/srv_dfs_nt.c 20 Aug 2001 23:15:00 -0000 @@ -56,7 +56,7 @@ if (user.uid != 0) { DEBUG(10,("_dfs_add: uid != 0. Access denied.\n")); - return ERROR_ACCESS_DENIED; + return NT_STATUS_ACCESS_DENIED; } unistr2_to_ascii(dfspath, &q_u->DfsEntryPath, sizeof(dfspath)-1); @@ -122,7 +122,7 @@ if (user.uid != 0) { DEBUG(10,("_dfs_remove: uid != 0. Access denied.\n")); - return ERROR_ACCESS_DENIED; + return NT_STATUS_ACCESS_DENIED; }...