search for: ntreadfil

Displaying 19 results from an estimated 19 matches for "ntreadfil".

Did you mean: ntreadfile
2007 Mar 19
5
app has problems parsing its config file
...ype int ;^M^M }^M^M ^M^M Parameter Long {^M^M type ssize_t ;^M^M }^M^M ^M^M Parameter String {^M^M type string;^M^M ctype char *;^M^M ~String() { delete[] } ;^M^M }^M^M ^M^M ... produced with cat -v And here is the critical debug output from WINEDEBUG=+all,-relay 000d:trace:ntdll:NtReadFile = 0x00000000 (8192) 000d:trace:msvcrt:read_i (8192), "\r\n# 1 \"C:\\Program Files\\EarthDecision\\2.1.2b\\Gocad\\lib\\commands\\Gocad.commands.cli\"\r\n\r\r\n\r\n# 19\r\n\r\r\n\r\n\r\n\r\r\n\r\n# 1 \"C:\\Program Files\\EarthDecision\\2.1.2b\\Gocad\\lib/commands/types.cli\"...
2009 Jun 19
3
Wine and serial port again
Hi all! I have a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags: Code: trace:file:get_dos_device L"COM1" ->
2008 May 08
3
Wow.exe segfault xubuntu hardy on Wine 0.9.61
..._64-169.12 driver) did a WINEDEBUG=trace+all here's where i think the problem is : (something to do with opengl) Code: 0009:trace:module:get_load_order got hardcoded default for L"OPENGL32.dll" 0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x115140): returning TRUE 0009:trace:ntdll:NtReadFile (0x18,(nil),(nil),(nil),0xff902d5c,0xff902d6f,0x00000055,0xff902d50,(nil)),partial stub! 0009: get_handle_fd( handle=0x18 ) 0009: *fd* 0x18 -> 27 0009: get_handle_fd() = 0 { type=1, removable=0, access=00120089, options=00000000 } 0009:trace:ntdll:NtReadFile = 0xc0000011 0009:trace:module:load_...
2006 May 11
9
world of warcraft doesnÄt work (sorry if double post)
if this is a doublepost please sorry bur the first post was blocked by spamfilter because of wrong timesettings on my local computer. i reaplyed to my original post and now im not shure if the mailserver thinks the message is corrupt because of reply to a non existing message. here is the originalmessage (again?) Hi everyone, thirst of all please forgive my bad english :) i have installed wine
2007 Jan 12
0
Larousse Multilingue: stack overflow in exception handler ?
...tlFreeUnicodeString(0034ef80) ret=7b843dd5 0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x18d978): returning TRUE 0009:Ret ntdll.RtlFreeUnicodeString() retval=00000001 ret=7b843dd5 0009:trace:file:CreateFileW returning 0x9c 0009:trace:file:ReadFile 0x9c 0x34eff2 31 0x34fb24 (nil) 0009:Call ntdll.NtReadFile(0000009c,00000000,00000000,00000000,0034ef78,0034eff2,0000001f,00000000,00000000) ret=7b84329f 0009:trace:ntdll:NtReadFile (0x9c,(nil),(nil),(nil),0x34ef78,0x34eff2,0x0000001f,(nil),(nil)),partial stub! 0009: get_handle_fd( handle=0x9c, access=00000001, cached=0 ) 0009: *fd* 0x9c -> 48 0009: ge...
2012 Mar 27
0
App. Delisprint hangs on second run
...5dcd1a start_thread+0xc9() in libpthread.so.0 (0x00a4f498) Backtracing for thread 001e in process 000e (C:\windows\system32\services.exe): Backtrace: =>0 0xf778342e __kernel_vsyscall+0xe() in [vdso].so (0x0053e7f8) 1 0xf75e3bcb __libc_read+0x4a() in libpthread.so.0 (0x0053e7f8) 2 0x7bc41bff NtReadFile+0x34e(hFile=0x34, hEvent=0x0(nil), apc=(nil), apc_user=0x0(nil), io_status=0x53e858, buffer=0x53e92c, length=0x10, offset=(nil), key=0x0(nil)) [/build/buildd/wine1.3-1.4/dlls/ntdll/file.c:624] in ntdll (0x0053e7f8) 3 0x7b83bef6 ReadFile+0x265(hFile=0x34, buffer=0x53e92c, bytesToRead=0x10, bytesR...
2013 Nov 08
0
Wine release 1.7.6
...n error path. crypt32: Check number of bytes returned by ReadFile and avoid a memory leak on error path. oleaut32: Check number of bytes returned by ReadFile. msi: Check number of bytes returned by ReadFile. winspool.drv/tests: Fix test failures under Windows 8. ntdll: NtReadFile should not fail for 0-length reads at EOF. ntdll: NtReadFile should update io status block on EOF for a synchronous read. gdiplus/tests: Use trace instead of printf. gdiplus/tests: Add more checks to the GdipGetPathData test. gdiplus: Implement GdipPrivateAddFontFile....
2013 Sep 13
0
Wine release 1.7.2
...le+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 special offset -1. kernel32/tests: Add a read/write test for a COM port....
2019 May 15
0
Wine release 4.0.1
...wined3d: Return 1e10f for MaxVertexW from wined3d_get_device_caps(). wined3d: Only use the LSB of the _SAMP_SRGB_TEXTURE state value. kernel32/tests: Add test for overlapped file read. ntdll/tests: Add more tests for overlapped file read. ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of no buffering. kernel32: Add DECLSPEC_HOTPATCH to FindClose(). user32: Select more appropriate stretch mode for colored images interpolation. Piotr Caban (4): msvcrt: Optimize tolower function when locale was never changed. msvcrt: Optimize toupp...
2019 Mar 15
0
Wine release 4.4
...ate 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 file. Piotr Caban (1): kernel32/tests: Show that PAGE_WRITECOPY permission changes only on modified pages. Rob Hughes (1): ws2_32: Handle EISCONN from sendmsg....
2016 Oct 14
0
Wine release 1.9.21
...y spaces before carriage returns. Jacek Caban (9): winhttp: Added WINHTTP_OPTION_CLIENT_CERT_CONTEXT option stub. kernel32/tests: Added GetNamedPipeInfo tests. mshtml: Fixed leak in get_nsstyle_attr_nsval. mshtml: Update binding moniker in handle_redirect. rpcrt4: Use NtReadFile in rpcrt4_conn_np_read. mshtml: Added support for non-pixel style values in IHTMLStyle::get_pixel* functions. ntdll/tests: Added a test of using NtCancelIoEx on iosb associated with pipe listening. ws2_32: Pass completion routing to NtDeviceIoControlFile in server_ioctl_sock only...
2007 Apr 13
0
Wine release 0.9.35
...BLOCK for storing the current transfer 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 trac...
2013 Oct 11
0
Wine release 1.7.4
....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 server fd cache. server: Add FILE_APPEND_DATA to the access rig...
2019 Mar 01
0
Wine release 4.3
...touch some of the values on 64-bit with SetWindowLong(). user32: Make GetWindowLong() fail for some values on 64-bit. Paul Gofman (8): kernel32/tests: Add test for overlapped file read. ntdll/tests: Add more tests for overlapped file read. ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of no buffering. wined3d: Only use the LSB of the _SAMP_SRGB_TEXTURE state value. kernel32/tests: Test ReadFileScatter() completion status with FILE_SKIP_COMPLETION_PORT_ON_SUCCESS. ntdll/tests: Test ReadFile() completion status with FILE_SKIP_COMPLETION_...
2015 Oct 16
0
Wine release 1.7.53
...test failures 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 test...
2013 Aug 30
0
Wine release 1.7.1
...sts: 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 which doesn't return STATUS_PENDING for an overlapped IO call as broken, and don't test returned values in broken case. ntdll/tests: Fix one more place regarding temp path usage. ntdll/tests: Use WAIT_OBJECT_0 instead of 0. server: Store full-sized completion informa...
2020 Apr 24
0
Wine release 5.7
...ddraw/tests: Test system memory surface with lost device for ddraw2. ddraw/tests: Test system memory surface with lost device for ddraw1. quartz/filesource: Store file size on load. quartz/filesource: Check for past EOF read in _Request(). ntdll: Return STATUS_PENDING from NtReadFile() for async read in case of EOF. kernel32/tests: Mark ERROR_HANDLE_EOF result as broken for async file read. Philip Rebohle (9): dxgi: Create frame latency events for d3d12 swapchains if requested. dxgi: Signal the frame latency event on present. dxgi: Implement d3d12_swap...
2007 Jun 01
0
Wine release 0.9.38
...cense headers that mistakenly use GPL instead of LGPL. winedos: Merge a number of tiny source files into interrupts.c. kernel32: Store global arena base as a pointer. ws2_32: Avoid memory allocations for sockaddr conversion. ws2_32: Reimplement WSARecvFrom along the lines of NtReadFile. ws2_32: Store the local iosb in the ws2_async structure to avoid a memory allocation. include: Fix the definition of MSG_MAXIOVLEN. ws2_32: Allocate iovec buffers statically using MSG_MAXIOVLEN. ntdll: Report end of file instead of broken pipe on char devices. ws2_32...
2009 Jan 16
0
Wine release 1.1.13
...nfigure: 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: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of...