search for: error_io_pend

Displaying 12 results from an estimated 12 matches for "error_io_pend".

2007 Oct 09
5
Playing with ReadFileScatter()
Hi all, Looking at the IO.readlines source in io.c, it looks to me like they grab 8k chunks, split on the input record separator, and buffer accordingly. Since it looks like ReadFileScatter() does some of that work automatically (in page file sized chunks), I thought I''d give it a try. Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter
2012 Apr 25
1
Function ReadFileEx in Wine
...implement in Wine because since the release of new Ubisoft's games, there is a problem to launch correctly the game. The error message is : Code: 2011-12-21 22:04:31 [ 97] [ERROR ] NamedPipeReceiveLoop.cpp (74) : ReadFileEx failed, error = 997. On Microsoft msdn website, this error (997 = ERROR_IO_PENDING) means that an operation I/O overlapped (or asynchronous) is in progress. See here : http://msdn.microsoft.com/en-us/library/windows/desktop/ms681388%28v=vs.85%29.aspx I quote a text from this page http://msdn.microsoft.com/en-us/library/windows/desktop/ms686358%28v=vs.85%29.aspx: > When a...
2004 Feb 24
1
Serial port communication
Hello, I'm trying to use my Visual C++ program under Linux using Wine. My program configurates a serial port, sends and receives data through it. At first everything seemed to be running, but then I noticed a very curious thing: the program running under wine seems to have no notice when a single byte was sent to it to the serial port. If I send two or more bytes - everything OK. With one
2008 May 20
10
Asynchronous Pipe::Server problems
Hi all, I''ve been working on the win32-pipe library (again) and I''ve reworked the interface. Instead of Pipe.new_server or Pipe.new_client, there''s now a base Pipe class, with Pipe::Server and Pipe::Client subclasses. You can find the latest code in the CVS repo. Oh, and you''ll need to update your windows-pr library with the latest from CVS if you want to
2011 Apr 04
1
[Ubisoft Game Launcher]Online Mode doesn't work
Hi, Since the Assassin's Creed : Brotherhood, the Ubisoft Game Launcher was updated. It's actually the 0268 version. For Assassin's Creed 2 and Brotherhood, it's possible to connect at the Ubisoft server having indicated my login and password. The problem come from when i must to click on "play" to launch the game on the following window. I have a message told me that
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that change got back-ported to master, albeit in a different form. I'll take a look at how OpenVPN does its windows device I/O. - todd
2007 Jul 27
0
Wine release 0.9.42
...native systems. comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*. comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS_GetDispInfo[AW]. user32/tests: Simplify a test. Misha Koshelev (31): wininet/tests: Properly handle ERROR_IO_PENDING from InternetQueryDataAvailable. wininet/tests: Add testing framework and tests for internet status callbacks. urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING. wininet: Fix behavior of InternetQueryDataAvailable if INTERNET_FLAG_ASYNC...
2020 Mar 13
0
Wine release 5.4
...ry. windowscodecs: Fix ICNS encoder write_source call. Zebediah Figura (128): httpapi: Update the spec file to Windows 7. httpapi: Use the "http" debug channel. httpapi: Stub HttpSetServerSessionProperty(). httpapi: Wait for overlapped I/O completion only if ERROR_IO_PENDING is returned. httpapi: Stub HttpSetUrlGroupProperty(HttpServerLoggingProperty). http.sys: Support cancelling IRPs. http.sys: Cancel outstanding requests when a handle is closed. http.sys: Translate WSAEACCES to STATUS_ACCESS_DENIED. http.sys: Handle the "+"...
2006 Oct 27
0
Wine release 0.9.24
...defined after winnt.h has had a chance to define NONAMELESSUNION. Fixes the compilation with gcc 2.95. msi: Remove spaces before '\n's. Assorted spelling fixes. Fix compilation with gcc 2.95. Add '\n's to Wine traces. wininet: HttpSendRequestW() returns ERROR_IO_PENDING when called on an async socket. But that does not mean that it failed. oleview: Fix compilation with gcc 2.95. msi/tests: Fix compilation with gcc 2.95. Don't include windows.h & co in the Wine sources. Frank Richter (14): mshtml: Update German translation....
2007 Aug 24
0
Wine release 0.9.44
...;t peek data in InternetQueryDataAvailable if there is no more to be expected. wininet: InternetQueryDataAvailable does not return ERROR_NO_MORE_FILES when no more HTTP data is available. wininet/tests: Test that for an open HTTP connection InternetQueryDataAvailable succeeds or returns ERROR_IO_PENDING. winebrowser: Add support for XTYP_REQUEST in DDE callback. urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol_Continue. urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once). urlmon: Ca...
2011 May 27
0
Wine release 1.3.21
...shell32: COM cleanup for the IShellLinkA iface. shell32: Finish the COM cleanup in shelllink.c. shell32: COM cleanup for shfldr_printers.c. shell32/tests: COM cleanup in ebrowser.c. Mike Kaplinskiy (1): iphlpapi: Set the overlapped status to pending as well as returning ERROR_IO_PENDING. Nikolay Sivov (10): comctl32/treeview: Always return state from TVM_GETITEM handler. comctl32/treeview: Store item state supplied from TVN_GETDISPINFO handler. comctl32/treeview: Properly update image state index when TVS_CHECKBOXES is switched on. comctl32/treeview: Ge...
2008 Sep 19
0
Wine release 1.1.5
...script: Added '>>=' expression implementation. jscript: Added '>>>=' expression implementation. jscript: Minor fixes. jscript: Added more to_string implementation. jscript: Added function constructor object. James Hawkins (32): advapi32: ERROR_IO_PENDING is returned in Vista only on success. crypt32: Trace the returned value on failure. msi: Actions should be run even if the installed state is the same as the requested state. msi: Make sure read-only source files are set writable after being copied. riched20: Fix several...