search for: deviceiocontrol

Displaying 20 results from an estimated 49 matches for "deviceiocontrol".

2008 May 06
4
DeviceIoControl + IOCTL_DISK_GET_DRIVE_GEOMETRY problem
...or fh = File.open(''test.txt'') # Assume you have this handle = get_osfhandle(fh.fileno) if handle == INVALID_HANDLE_VALUE puts "get_osfhandle failed" fh.close exit end buf = 0.chr * 24 # sizeof(DISK_GEOMETRY) bytes = [0].pack(''L'') bool = DeviceIoControl( handle, IOCTL_DISK_GET_DRIVE_GEOMETRY(), # 458752 nil, 0, buf, buf.size, bytes, 0 ) # Fails here unless bool puts "DeviceIoControl failed: " + get_last_error fh.close exit End fh.close Thanks, Dan PS - I''ve added several IOCTL macro methods...
2001 Nov 18
1
hotline server 1.85 under wine
...ux... upload, news works great but download from this maschine is not working! strange thing does anybody has the hotline server runing? do you have had similar problems with another network app? this are the errors.... imted from C:\windows\system\wininet.dll, setting to 0xdeadbeef fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:Dev...
2004 Nov 07
2
Problems with DeviceIoControl()
...se){ inBuf = COMPRESSION_FORMAT_NONE; } fn = NUM2INT(rb_funcall(self,rb_intern("fileno"),0,0)); h = (HANDLE)_get_osfhandle(fn); // Get HANDLE based on fileno if(h == INVALID_HANDLE_VALUE){ rb_raise(cFileError,ErrorDescription(GetLastError())); } rv = DeviceIoControl( h, FSCTL_SET_COMPRESSION, (LPVOID)inBuf, sizeof(inBuf), NULL, 0, &dwBytesReturned, NULL ); if(!rv){ rb_raise(cFileError,ErrorDescription(GetLastError())); } return self; } // Inside Init_file() rb_define_method(rb_cFile,&...
2001 Jun 24
1
troubles installing MS apps
...sion) Windoze: 98 SE (nothing installed but the OS) Problem: Okay, I am trying to install Baldur's Gate II and the install program keep dying with "Setup failed to launch installation engine: (0x80080005)". The following is from wine: fixme:pthread_kill_other_threads_np fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:Dev...
2001 Jul 04
1
Internet Explorer and winehelp !!!!!
...ystem. I' tried lots of DLL override configuration but I have not been able to run Ie yet... At the moment, I've copied all ie related file to my directory so I no longer get file open errors. Here is the message I get when I start IE : fixme:shell:shell32_654 0x7118c350 stub fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:Dev...
2001 Nov 05
0
winemulating ICQ 2001b
...nt critsection=0x653c6278: spincount=1000 not supported err:win32:PE_fixup_imports No implementation for NTDLL.dll.3(IoUnregisterDeviceInterface) imported from C:\windows\system\cfgmgr32.dll, setting to 0xdeadbeef ----- Here it crashed the first time, but continued its going... ----- fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32...
2001 Apr 14
1
directx problems methinks
...me:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4036db38)->(00000168,00000011) fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x43dc8a18,00000168,2):stub err:local:LOCAL_GetBlock not enough space in GDI heap 021f for 1048 bytes fixme:gdi:GetObjectType Magic 113d not implemented fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32...
2007 Mar 19
1
DeviceIoControl
Hi All, Just getting started using Linux and very impressed. I've written a Windows app that uses various DeviceIoControl codes that as far as I can see aren't implemented in Wine. They are: IOCTL_DISK_GET_DRIVE_GEOMETRY FSCTL_LOCK_VOLUME FSCTL_DISMOUNT_VOLUME IOCTL_DISK_GET_PARTITION_INFO IOCTL_STORAGE_GET_DEVICE_NUMBER IOCTL_DISK_GET_DRIVE_LAYOUT Anybody have any ideas how I can get the app running on Wine? Un...
2007 Mar 19
1
DeviceIoControl support
Hi All, Just getting into using Linux and very impressed. I've written a Windows app that uses various DeviceIoControl codes that as far as I can see aren't implemented in Wine. They are: IOCTL_DISK_GET_DRIVE_GEOMETRY FSCTL_LOCK_VOLUME FSCTL_DISMOUNT_VOLUME IOCTL_DISK_GET_PARTITION_INFO IOCTL_STORAGE_GET_DEVICE_NUMBER IOCTL_DISK_GET_DRIVE_LAYOUT Anybody have any ideas how I can get the app running on Wine? Un...
2017 Feb 15
3
(DeviceIoControl, FSCTL_SET_SPARSE)
...nd includes the strace. Regards Brian My apologies for any inconvenience. -------------- Hi David, Thanks for your response. The Error message is for e.g.: Cannot write file attributes of "\\MYHOST\backup\sparse\My Family Tree 6.0.zip.ffs_tmp". Error Code 1: Incorrect function. (DeviceIoControl, FSCTL_SET_SPARSE) Samba Version: Samba version 4.4.4 PID Username Group Machine Protocol Version Encryption Signing -------------------------------------------------------------------------------------------------------------------------...
2017 Feb 15
0
(DeviceIoControl, FSCTL_SET_SPARSE)
On Tue, 14 Feb 2017 23:16:22 -0800, brian lamb via samba wrote: > Thanks for your response. > > The Error message is for e.g.: > > Cannot write file attributes of "\\MYHOST\backup\sparse\My Family Tree 6.0.zip.ffs_tmp". > Error Code 1: Incorrect function. (DeviceIoControl, FSCTL_SET_SPARSE) Hmm, that seems to indicate that the initial fsctl request is failing. Could you please try manually setting a file on the Samba share as sparse with "fsutil sparse setflag <file_on_samba_share>": https://technet.microsoft.com/en-us/library/cc788025(v=ws.11).aspx...
2001 Sep 06
1
Running soft with flexlm MAC based license under wine?
Hello, When I try to run the FlexLM protected (with NIC MAC based licecnse) software under wine (Linux) I get the following messages: fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS And finally the program doesn't start because it is not able to check the license. Is it...
2001 Apr 10
5
[Newbie] How to get IE5.0 run
I try to get IE 5.0 run under wine. All I understood is that I have to use a native installed IE, which I copied FROM Win98SE under VMWare to my $HOME/c/Program\ Files/ Directory. It didn't work, so I copied the native windows/system directory, too. This didn't work, even when I'm starting with this switches: wine -dll shell,shell32,commctrl,comctl32=n IEXPLORE.EXE I get this error
2017 Feb 14
0
(DeviceIoControl, FSCTL_SET_SPARSE)
Hi Brian, On Mon, 13 Feb 2017 19:16:13 -0800, brian lamb via samba wrote: > > > Im having an issue with what I believe might be pinned down to a need for a > proper samba configuration. Which version of Samba are you using? > The problem: sparse writes (not sure which, either write sparse files to a > system that doesn't support them, or vice versa) What doesn't
2017 Feb 16
0
(DeviceIoControl, FSCTL_SET_SPARSE)
Hi Brian, On Thu, 16 Feb 2017 01:20:46 -0800, brian lamb via samba wrote: > Configured as you mention, and prior with the other tweaks I had in the first place, Im getting the same results, which is "FSUTIL utility requires a Local NTFS Volume", and mapping it. Hmm, this works fine for me against a Samba 4.4.2 Btrfs backed Samba share. smb.conf: [global] ... store dos
2017 Feb 16
0
(DeviceIoControl, FSCTL_SET_SPARSE)
On Thu, 16 Feb 2017 01:54:24 -0800 brian lamb via samba <samba at lists.samba.org> wrote: > Hi Rowland, > > I see this in the ZFS props, if that’s related, you might be > referring to something in ext3 that im not aware of at the moment. > > pool/myshare aclinherit > restricted default > pool/myshare
2001 Mar 19
1
fixme:win32:DeviceIoControl Unimplemented control 104 for VxD device SECPROV
Does anyone have a clue??? P.S. You have done serious job :) i wanna say. -- Á÷éëëÝáò ÌÜíôæéïò Application Developer Eurisko A.E. ÐéíäÜñïõ 9 106 71 ÁèÞíá Ôçë: +301 3633362 Öáî: +301 3633074 e-mail: achilleas.mantzios@eurisko.gr
2004 Nov 08
0
Re: Problems with DeviceIoControl
Hi all, >You have missed & before inBuf. D''oh! Odd that I didn''t get a warning. >Here is my modified version: It worked, but it seems to eliminate the file''s contents in the process. I''ve tried various flags with no luck. Any ideas? Regards, Dan
2004 Nov 08
0
Re: Problems with DeviceIoControl
Hi, >It worked, but it seems to eliminate the file''s contents in the process. >I''ve tried various flags with no luck. What do you mean by that? Here is my sample code and it worked fine. require ''win32/file'' f = File.open("c:/test","a") f.puts "test" f.compressed = true f.close Regards, Park Heesob --MIME
2004 Nov 09
0
Re: Problems with DeviceIoControl
>What do you mean by that? >Here is my sample code and it worked fine. Whoops, never mind. User error. ;) Thanks much. Dan