search for: unlockfile

Displaying 6 results from an estimated 6 matches for "unlockfile".

Did you mean: funlockfile
2002 Oct 24
0
Error log
...any farther into the program I get this: fixme:win32:PE_CreateModule Security directory ignored fixme:console:SetConsoleCtrlHandler (0x78010087,1) - no error checking or testing yet fixme:file:LockFileEx hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e1500: stub. fixme:file:UnlockFile not implemented in server fixme:file:LockFileEx hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e14fc: stub. fixme:file:LockFile not implemented in server fixme:file:UnlockFile not implemented in server fixme:file:UnlockFile not implemented in server fixme:file:LockFileEx hFi...
2002 Oct 02
1
Lotus Notes does not start anymore with current CVS
Hi, I just (~1100h CET) pulled the current wine release from CVS (as I do almost every morning ;-), compiled and now my Lotus Notes client does not complete its startup anymore (yes, I know CVS is bleeding edge...) I get lots of fixme:file:LockFile not implemented in server fixme:file:UnlockFile not implemented in server messages, the window is being created, the menu bar is being drawn and then it hangs. Hope that helps fixing the bug, if you need more information please let me know (cc me as I'm not on the list). Thanks, -Maik
2002 Sep 13
1
"LockFile not implemented in server" messages on a Samba share
I'm trying to run a Visual FoxPro 6 application that writes to a Samba share. It crashes with "LockFile not implemented in server" and "UnlockFile not implemented in server" messages. I've attached a more complete log file to this message. On the Samba server, there aren't any special locking restrictions: for example, oplocks are allowed. Any ideas will be welcome. -- Oscar A. Valdez -------------- next part --------------...
2003 Mar 14
1
wnaspi32.dll not loading
...ecisely the same message one gets, when the aspi layer isn't installed in Windows. Looking at what I get with "wine -debugmsg +file" I don't see any wnaspi32.dll or similar loaded. Without the debug on, I get errors like: fixme:file:LockFile not implemented in server fixme:file:UnlockFile not implemented in server What do they mean? Are they harmful? What file do they try to lock? I've attached as well the debug log. [scsi c0t5d0] "Device"="/dev/sg4" and the device is accessible. But shouldn't the dll be loaded in first place? Why does the software n...
2010 Jan 15
3
wine and network files sharing
...files in local network: one computer acts as server 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 beha...
2003 Mar 22
0
smbfs: correctly propogating locks?
Hi, I've been trying to get some database applications working on a mixed Windows/Linux environment using Wine on the Linux end. A recent patch to Wine finally implements the LockFile() and UnlockFile() functions, and testing on pure Linux setups works fine. However, Sharing from Windows and connecting from smbfs on Linux, the locks aren't respected. Alexandre Julliard confirms this: > Paul McNett <p@ulmcnett.com> writes: >> So... where is the failing exactly? Windows S...