search for: flushfilebuff

Displaying 14 results from an estimated 14 matches for "flushfilebuff".

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
2001 Aug 05
4
Abiword as test of Wine
One problem with Wine has been that there were few serious open source win32 applications out there to test Wine with (ok, maybe my opinions are from 1997 :-) In any case, we have some great open source Win32 applications to test with. AbiWord is one. I just tried installing AbiWord 0.9 under the latest Codeweavers preview. The install worked -- but generated about a billion warnings of the
2010 Jan 15
3
wine and network files sharing
...ver and stores the physical archive files and all clients connect to that server with samba for directly reading and writing archive files in multiple access. For file managing the application uses the Windows API: CreateFile, CloseHandle, LockFile, UnlockFile, SetFilePointer, ReadFile, WriteFile, FlushFileBuffers. We tried to run this application by Windows and wine 1.0.1 on some linux (fedora e ubuntu) and macosx clients and we got data corruption. We noted that wine caches data locally and overrides data updated by other clients. We dislike this behaviour very much because the rest of application func...
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...al=00000001 ret=7ef1a624 0012:Call ntdll.RtlFreeHeap(00110000,00000000,00000000) ret=7ef1a647 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef1a647 0012:Call ntdll.RtlFreeHeap(00110000,00000000,0011af90) ret=7ef1c18f 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef1c18f 0012:Call KERNEL32.FlushFileBuffers(00000030) ret=7ef20a49 000e:Ret KERNEL32.WaitForMultipleObjectsEx() retval=00000000 ret=7ef23fc6 000e:Call ntdll.RtlFreeHeap(00110000,00000000,0011a898) ret=7ef20ee6 000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef20ee6 000e:Call KERNEL32.FlushFileBuffers(00000054) ret=7ef20a49 0012:Ret K...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...al=00000001 ret=7ef1a624 0012:Call ntdll.RtlFreeHeap(00110000,00000000,00000000) ret=7ef1a647 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef1a647 0012:Call ntdll.RtlFreeHeap(00110000,00000000,0011af90) ret=7ef1c18f 0012:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef1c18f 0012:Call KERNEL32.FlushFileBuffers(00000030) ret=7ef20a49 000e:Ret KERNEL32.WaitForMultipleObjectsEx() retval=00000000 ret=7ef23fc6 000e:Call ntdll.RtlFreeHeap(00110000,00000000,0011a898) ret=7ef20ee6 000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ef20ee6 000e:Call KERNEL32.FlushFileBuffers(00000054) ret=7ef20a49 0012:Ret K...
2003 Dec 09
4
Problems with Win32 syslinux
Hi folks, I'm having problems now with the Win32 syslinux in the 2.0.6 release when using it on various CompactFlash drives. These drives end up going into a Geode-based PC board with a built in CF slot. Now, before I run SYSLINUX.EXE on them, they are 32MB with a Toshiba part number showing up when the PC boots. They show up on as the Secondary Master. After I run SYSLINUX.EXE, they stay
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
Here's a patch against 4.8-RELEASE kernel that allows disk writes on softupdates-enabled filesystems to be delayed for (theoretically) arbitrarily long periods of time. The motivation for such updating policy is surprisingly not purely suicidal - it can allow disks on laptops to spin down immediately after I/O operations and stay idle for longer periods of time, thus saving considerable amount
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2015 Sep 04
0
Wine release 1.7.51
...ttp://www.winehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.7.51 (total 37): 9848 flipviewer fails to load 14915 FlushFileBuffers() fails on disk volume, sets ERROR_INVALID_HANDLE when handle supposedly valid 19425 notepad: running notepad with a non-existent file and choosing yes to create a new file should do so immediately (appinstall) 22978 SimCity2000: race condition causes crash in MCI during startup 28186 u...
2013 Sep 13
0
Wine release 1.7.2
...: Add more WSASocket tests. Detlef Riekenberg (3): scrrun/tests: Ignore case in path names. d3dx11_43: Add stub dll. d3dx11_42: Add stub dll. Dmitry Timoshkov (15): kernel32/tests: Add a test 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 shoul...
2020 Oct 23
0
Wine release 5.20
...elds. kernel32/tests: Add more FlushConsoleInputBuffer tests. kernel32: Use new IOCTL_CONDRV_SCROLL ioctl for FlushConsoleInputBuffer implementation. kernel32: Move FlushConsoleInputBuffer to kernelbase. server: Implement console input flush in server. kernel32: Import FlushFileBuffers from kernelbase. conhost: Remove no longer needed non-blocking IOCTL_CONDRV_READ_INPUT. kernelbase: Move console code page validation to conhost. Jan Sikorski (4): dbghelp: Avoid forwarded exports. windowscodecs: Add a missing FIXME. windowscodecs: Add 32bppRGBA to...
2013 Aug 30
0
Wine release 1.7.1
...ting for COM-port events if the device handle gets closed. kernel32/tests: Remove a useless trace. kernel32/tests: Increase time interval that WriteFile could spend for an overlapped IO write. ntdll: Properly set flag which indicates buffer empty state. kernel32/tests: Add a FlushFileBuffers test for a COM port. Fabrice Bauzac (1): winmm: Fix WOD_Open() WID_Open() WAVE_MAPPER no-device case. Fran?ois Gouget (3): ntdll/tests: Add a trailing '\n' to an ok() call. imm32/tests: Fix a trailing '\n' in an ok() call. oleaut32/tests: Add a trailing...
2020 Feb 16
0
Wine release 5.2
...Maurer (1): kernel32/tests: Make sure test doesn't depend on previous state. Fran?ois Gouget (7): tests: Don't initialize static variables to 0. configure: Fix a typo in a comment. bcrypt: Make format_gnutls_signature() static. kernel32: Export kernel32's FlushFileBuffers() implementation. tests: Limit spam from todos, skips and traces when winetest_debug==1. tests: Restore the colon in the test summary line. tests: Restore the colon in the todo, skip and trace lines. Gabriel Iv?ncescu (5): vbscript: Return the named item itself from look...
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in