search for: ntwritefile

Displaying 15 results from an estimated 15 matches for "ntwritefile".

2006 Jun 16
1
Serial port woes
...L', error 2 fixme:win:RegisterDeviceNotificationA (hwnd=0x1004e, filter=0x7faae13c,flags=0x00000000), STUB! err:x11drv:X11DRV_CreateWindow invalid window width -2 err:x11drv:X11DRV_CreateWindow invalid window width -2 fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub fixme:ntdll:NtWriteFile NIY-hEvent fixme:ntdll:NtWriteFile NIY-hEvent fixme:ntdll:NtWriteFile NIY-hEvent fixme:ntdll:NtWriteFile NIY-hEvent Is this a file IO error? In other words, is this program failing because it can't access the local file system? Or is it something in the serial IO that's messing it up?...
2004 Sep 22
4
notes 6, bug 2484, winedebug techniques?
Hi all, I'm attempting to run notes 6. I've tried some techniques from Mike Hearn text. However, I lack knowledge. Description of problem itself is at http://bugs.winehq.org/show_bug.cgi?id=2484 After adding trace+ntdll to WINEDEBUG, I get NtWriteFile(0xc,...) in output both before "LookupHandle: null handle" occuring and in line with it too. As far as I can tell (I could easily miss something), handle 0xc is used here for the first time in program run. So how do I proceed from here? Could printing caller stack trace from within N...
2013 Sep 13
0
Wine release 1.7.2
...est to show that WaitCommEvent should succeed after SetCommMask(EV_TXEMPTY)+WriteFile+FlushFileBuffers. kernel32/tests: Add a test to show that WaitCommEvent should fail if there is a pending wait. ntdll: Avoid a needless goto. server: Print the debug trace to stderr. ntdll: NtWriteFile should fail for overlapped IO on files if offset is NULL. ntdll: NtReadFile should fail for overlapped IO on files if offset is NULL. ntdll/tests: Add some tests for negative file offsets. server: Add a serial event mask change counter. ntdll: Add support to NtWriteFile for...
2013 Oct 11
0
Wine release 1.7.4
...) call comment. include: Move struct WSABUF and WSAMSG to ws2def.h. ws2_32: Implement WSASendMsg(). po: Update Brazilian Portuguese translation. Daniel Jelinski (1): include: Define ERROR_REQUEST_PAUSED. Dmitry Timoshkov (12): ntdll: Unify the checks for asynchronous NtWriteFile behaviour. ntdll: Unify the checks for asynchronous NtReadFile behaviour. ntdll: Don't use asynchronous file IO in the loader. server: Set the unix file write mode bit also for FILE_APPEND_DATA access. ntdll: Make it possible to store FILE_APPEND_DATA access bit in the s...
2019 Mar 15
0
Wine release 4.4
...plement LockStore()/UnlockStore(). Paul Gofman (7): ntdll/tests: Add test for preserving x87 fpu state when capturing context. ntdll: Avoid resetting x87 FPU state when saving context. ntdll: Mark 'float_status' as input operand in save_fpu(). ntdll/tests: Mark sync NtWriteFile() result for async regular file as broken. ntdll: Return STATUS_PENDING from NtWriteFile() for async write with regular file. ntdll/tests: Mark sync NtReadFile() result for async regular file as broken. ntdll: Return STATUS_PENDING from NtReadFile() for async read with regular fil...
2015 Dec 25
0
Wine release 1.9.0
...nimations 25104 ChooseFont dialog does not support non standard font sizes 26769 Unable to play mms in Windows Media Player [9|10] with builtin wininet 28915 Eclipse Indigo SR1 (3.7.1) C++ IDE complains "'Periodic workspace save.' has encountered a problem." (java expects NtWriteFile to support FILE_WRITE_TO_END_OF_FILE) 29455 Call of Duty 4: persons are not visible 30621 Web Forum Reader 3.0 shows empty/white page when adding website resource (embedded browser) 30678 Phantasy Star Online: Ambition of The Illuminus (PSU: AOTI): resolution dropdown box empty 30811 Mu...
2007 Apr 13
0
Wine release 0.9.35
...r count. ws2_32: Don't access the IO_STATUS_BLOCK until the I/O operation is finished. ntdll: Make test for heap boundaries more strict in HEAP_FindSubHeap. kernel32: Add a bit of slack to the mailslot timeout test. ntdll: Reimplement NtReadFile. ntdll: Reimplement NtWriteFile. ntdll: Rely on the server to queue the final APC for asynchronous read/write. ntdll: Use send(2) instead of write(2) for zero-byte writes to sockets. ntdll: Add some test cases for asynchronous I/O. setupapi: Avoid using sizeof in traces. server: Add support for resta...
2007 May 11
0
Wine release 0.9.37
...): server: Fix access check in screen buffer handling. kernel32/tests: Add tests for console screen buffer. server: Move console codepages to the server. kernel32/tests: Add tests for console codepages. Konstantin Kondratyuk (1): ntdll: Correct a copy/paste mistake in NtWriteFile. Laurent Vromman (1): gdi32: Complete WidenPath implementation. Louis Lenders (2): kernel32: Add stub for BindIoCompletionCallback. gdi32: Add check for null pointer in SetDIBitsToDevice. Maarten Lankhorst (2): winealsa: Improve sound mixer detection. winmm: Use cri...
2009 Jan 16
0
Wine release 1.1.13
...uild: Add -b as a short option for --target for gcc compatibility. configure: Specify the target flags directly from configure to avoid trouble on BSD make. cabinet: Don't try to copy data from the file if we don't even have a data buffer. ntdll: Check buffer for access in NtWriteFile before performing I/O. ntdll: Check buffer for access in NtReadFile before performing I/O. kernel32/tests: Add test cases for reading/writing from an invalid buffer address. gdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer. kernel32: Rem...
2013 Sep 27
0
Wine release 1.7.3
...lete a NULL hrgn. gdiplus/tests: Add a test for GdipTransformRegion with an empty region path. gdiplus: GdipTransformRegion should not fail for an empty path. ntdll/tests: Use official path for temporary files instead of current directory. ntdll: Perform the offset checks in NtWriteFile also for a serial device. kernel32/tests: Add DuplicateHandle test to the file access tests. ntdll: Make asynchronous WaitCommEvent report correct number of bytes returned. ntdll: Make set_line_control() for a serial device print slightly more informative messages. Fran?ois Gouge...
2011 Apr 01
0
Wine release 1.3.17
...: Factor out some path building code from FILEDLG95_OnOpen. comdlg32: Factor out some path validating code from FILEDLG95_OnOpen. comdlg32: Factor out filename string splitting code. comdlg32: Implement opening files with the item dialog. Dmitry Timoshkov (7): ntdll: Use an NtWriteFile pointer instead of a static import. server: Add excute permission when read file access is allowed. winex11.drv: Do not use any window types except _NET_WM_WINDOW_TYPE_NORMAL. ntdll: Add a bunch of NtCreateFile tests. user32: Add the SW_SHOWDEFAULT case to WINPOS_MinMaximize...
2007 Jun 15
0
Wine release 0.9.39
...tential buffer overflow. wordpad: Allow toggling of toolbar. wordpad: Allow toggling of statusbar. wordpad: Split toolbar into tool- and formatbar. wordpad: Use Unicode functions in more places. Alexandre Julliard (39): ws2_32: Reimplement WSASendTo along the lines of NtWriteFile. ws2_32: Call the I/O completion routine as a user APC. ws2_32: Simplify the async shutdown handling, and remove a bunch of no longer used code. ntdll: Queue an intermediate user APC routine to free the async info. server: Remove the extra apc_arg parameter now that user APC...
2015 Oct 16
0
Wine release 1.7.53
...res on Windows 10. ntdll/tests: Limit number of pool threads to avoid random test failures. ntdll/tests: Add tests for RtlRegisterWait. vcomp: Implement _vcomp_get_thread_num. wbemprox/tests: Add tests for Win32_Bios table. ntdll/tests: Add tests for calling NtReadFile/NtWriteFile on directory. kernel32/tests: Add test to demonstrate a bug related to alertable waits. maintainers: Add section for OpenMP and threadpool implementation. wininet/tests: Add test for using NULL as proxy server. ntdll/tests: Add Sleep to make threadpool wait tests more reliab...
2013 Aug 30
0
Wine release 1.7.1
...ompletion is 64-bit on 64-bit platforms. ntdll/tests: Check WriteFile return values. ntdll/tests: Use official path for temporary files instead of current directory. ntdll/tests: Add a bunch of overlapped IO tests for files. ntdll/tests: Fix the typos. ntdll/tests: Use NtWriteFile instead of WriteFile in order to detect broken overlapped IO implementation. ntdll/tests: Add the tests for some error cases. kernel32/tests: Revert inadvertent change. ntdll/tests: Add some tests for FILE_USE_FILE_POINTER_POSITION. ntdll/tests: Mark the NtReadFile call whic...
2009 Aug 21
0
Wine release 1.1.28
...anslation. oleacc: Add the Romanian translation. shdoclc: Add the Romanian translation. winhlp32: Add the Romanian translation. Mike Kaplinskiy (8): ntdll/tests: Test NtCancelIoFileEx, if present. ws2_32/tests: Fix the last failures on NT4/2000. ntdll/tests: Fix NtWriteFile checks. server: Change cancel_async to take an optional iosb and only_thread. ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile. kernel32: Implement CancelIoEx. ntdll/tests: Test NtCancelIoFile(Ex). ws2_32/tests: Test connecting a pending accept socket. Nikolay...