Displaying 12 results from an estimated 12 matches for "get_file_info".
Did you mean:
set_file_info
2001 Oct 23
1
wine-20011004 Problems
I'm having major problems with the 10/4 Wine release. Currently the only
thing I really use Wine for is Eudora Light 3.0.5. The most stable
release for me thus far has been wine-20010112, which is what I'm using
right now. Most of the releases since then have had window problems with
Eudora-- messages having too much blank space, strange things.
So I tried 1004, and it has a new
2001 Nov 03
3
Programs under wine can't connect to the network
Hey all
Have a very strange problem in slack 8, using wine 20011004. First noticed this with counterstrike, than checked with other programs that should access the net.
I get this error, and programs fail:
fixme:winsock:_get_sock_fd handle 304 is not a socket (GLE 6)
Documentation seems to imply that if I can get on the net with linux, I should be able to use wine with it. Weirdest part is
2013 Jun 24
0
Samba 3.6.9-151 Parse_share modes: buffer too short
...: #0 smbd(log_stack_trace+0x1a) [0x7fa477be775a]
smbd[397]: #1 smbd(smb_panic+0x2b) [0x7fa477be782b]
smbd[397]: #2 smbd(+0x3b70e4) [0x7fa477b750e4]
smbd[397]: #3 smbd(+0x3b7363) [0x7fa477b75363]
smbd[397]: #4 smbd(fetch_share_mode_unlocked+0xf5) [0x7fa477b75505]
smbd[397]: #5 smbd(get_file_infos+0x67) [0x7fa477b756b7]
smbd[397]: #6 smbd(+0x14a8fa) [0x7fa4779088fa]
smbd[397]: #7 smbd(+0x150238) [0x7fa47790e238]
smbd[397]: #8 smbd(reply_trans2+0x588) [0x7fa47790fb68]
smbd[397]: #9 smbd(+0x178604) [0x7fa477936604]
smbd[397]: #10 smbd(+0x178a1b) [0x7fa477936a1b]
smbd[397]: #...
2001 Oct 05
2
Forte Agent Socket Problems
Hi All,
I'm a newbie to WINE, and for my first application I'm trying to set
up Forte Agent RedHat Linux (Roswell). I can run it fine (well, there
is a constant flow of error messages on my console, but the program
window still looks allright). But I can't connect to the internet.
This is the message I keep getting:
fixme:winsock:_get_sock_fd handle 164 is not a socket (GLE 6)
2001 Dec 06
2
Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA?
This was an error I got when running a self-installing executable,
power-structure-demo.exe, available from www.write-brain.com (a demo for
Power Structure).
A error box appears with title SHRINKER.ERR and message:
(path)\power-structure-demo.exe (3.4)
(time&date) - Pager initialisation error 2 - File not found
and then the program quits.
Running with --debugmsg
2013 Jul 22
1
Errors in parse_share_modes Testing CTDB 2.3 and Samba 4.0.7
...lock failed
I would like to know how I can tell if there is some problem with the
locking database in CTDB before I go any farther in testing. I upped the
log level and I can see that this happens when getting each entry of a
directory in dir.c:smbd_dirptr_get_entry() when it calls
locking.c:get_file_infos() and eventually tries to parse the locking data.
I took a look at the Samba 3.6.1 source and I see that the code that
parses the locking data has changed in 4.0.X. I haven't spent enough time
yet to understand the code to find the reason for the messages.
Can anyone give me some pointer...
2017 Dec 22
0
Wine release 3.0-rc3
...mshtml.idl: Added IDOMMouseEvent declaration.
mshtml.idl: Added events dispinterfaces declarations.
jscript: Use WARN for exception traces instead of separated debug channel.
ntdll/tests: Add NtQueryInformationFile(FileNameInformation) on named pipes tests.
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
server: Add support for querying FileNameInformation on named pipes.
Józef Kucia (1):
wined3d: Consider CPU blitter when clearing discarded textures.
Kim Malmo (3):
po: Update Norwegian translation.
po: Update...
2015 May 19
0
ctdb_client.c control timed out - banning nodes
...bort+0x64) [0x7f404ee6922f]
#6 /usr/lib64/samba/libsmbconf.so.0(+0x361c6) [0x7f404dc531c6]
#7 /usr/lib64/samba/libdbwrap.so(dbwrap_parse_record+0x24) [0x7f404a5711d7]
#8 /usr/lib64/samba/libsmbd_base.so(fetch_share_mode_unlocked+0xa5) [0x7f404f4003e6]
#9 /usr/lib64/samba/libsmbd_base.so(get_file_infos+0x6e) [0x7f404f3f8765]
#10 /usr/lib64/samba/libsmbd_base.so(smbd_dirptr_get_entry+0x40f) [0x7f404f327860]
#11 /usr/lib64/samba/libsmbd_base.so(smbd_dirptr_lanman2_entry+0x1ef) [0x7f404f36176d]
#12 /usr/lib64/samba/libsmbd_base.so(smbd_smb2_request_process_find+0xd56) [0x7f404f3b5e36]
#...
2004 Sep 10
2
xmms plugin, fileinfo
...e - Suite 330, Boston, MA 02111-1307, USA.
*/
+
#include <sys/types.h>
#include <sys/stat.h>
-#include <fcntl.h>
+#include <unistd.h>
#include <stdarg.h>
-#include "FLAC/all.h"
-#include "id3_tag.h"
-#include "configure.h"
-
-gboolean get_file_info(char *filename, flac_file_info_struct *tmp_file_info)
-{
- FLAC__StreamMetadata streaminfo;
-
- if(0 == filename)
- filename = "";
+#include <gtk/gtk.h>
- if(!FLAC__metadata_get_streaminfo(filename, &streaminfo)) {
- return FALSE;
- }
-
- tmp_file_info->sample_rate = stre...
2007 Apr 13
0
Wine release 0.9.35
...ide.
server: Explicitly shutdown closed pipes to prevent access from file descriptors cached in the client.
kernel32: Add SYNCHRONIZE access to mailslot handles.
server: Store the opening options in the file descriptor instead of in the individual objects.
server: Rename the get_file_info function to get_fd_type and get rid of the flags.
ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags.
shell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.
server: Create a separate fd object for each mailslot writer....
2018 Aug 17
0
Wine release 3.14
...el32/tests: Add more pipe tests.
ntdll/tests: Add more NtQueryInformationFile tests.
server: Store named_pipe reference in pipe_end struct.
server: Use common implementation for pipe client and server get_sd and set_sd.
server: Use common implementation for client and server get_file_info.
server: Use pipe stored in pipe_end in get_named_pipe_info.
server: Use pipe stored in pipe_end in set_named_pipe_info.
server: Remove no longer needed pipe reference from pipe server object.
server: Remove no longer needed client and server pointers.
winegcc: Improve...
2020 Mar 27
0
Wine release 5.5
...ntly.
include: Fix the definition of USBD_STATUS_CANCELED.
ntdll: Fix the overflow check in read_changes_apc().
kernel32/tests: Fix some test failures when run from a mounted folder.
server: Store the real Unix path.
ntdll: Consider mount points to be reparse points in get_file_info().
ntdll: Report Unix mount points as Win32 mount points in NtQueryInformationFile().
kernel32: Reimplement GetVolumePathName() using NtQueryInformationFile(FileAttributeTagInformation).
d2d1/tests: Adjust a color to prevent test failures.
d3d11/tests: Relax some color compa...