search for: insize

Displaying 20 results from an estimated 52 matches for "insize".

Did you mean: inside
2005 Mar 21
0
Comport access error
...reen BPP from err:wave:DSDB_MapBuffer Could not map sound device for direct access (I nput/output error) err:wave:DSDB_MapBuffer Use: "HardwareAcceleration" = "Emulation" in th e [dsound] section of your config file. fixme:opengl:wglSwapIntervalEXT (0),stub! fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub trace:comm:SetCommTimeouts (0xc8,0x4069f964) trace:comm:GetCommState handle 0xc8, ptr 0x4069f978 trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 38400 fParity 0 Parity 0 st opbits 1 trace:comm:GetCommState IXON ~IXOFF trace:comm:GetCommSta...
2010 Jun 01
1
[PATCH] RHEV: Pad disk sizes up to a multiple of 1024 bytes
...V.pm b/lib/Sys/VirtV2V/Target/RHEV.pm index 9dd9013..6841afc 100644 --- a/lib/Sys/VirtV2V/Target/RHEV.pm +++ b/lib/Sys/VirtV2V/Target/RHEV.pm @@ -171,12 +171,16 @@ our %vols_by_path; sub _new { my $class = shift; - my ($mountdir, $domainuuid, $size) = @_; + my ($mountdir, $domainuuid, $insize) = @_; my $self = {}; bless($self, $class); - $self->{size} = $size; + $self->{insize} = $insize; + # RHEV needs disks to be a multiple of 512 in size. Additionally, SIZE in + # the disk meta file has units of kilobytes. To ensure everything matches up + # exactly...
2008 Jun 08
1
fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni
hello when i try to run a windows program who need a serial port to run, i have this output error: fixme:comm:set_queue_size insize 5000000 outsize 5000000 unimplemented stub have anywhone a solution to solve this problem? thanks
2007 Nov 14
0
Audio glitches/Configuration problem !!?
...he documentation and sample code's. I am facing audio glitches when encoding - decoding PCM data. The encoder and decoder procedures are copied below. What about the lookahead size ? how shouw we apply it in encoding stage ? thanks in advance bool SpeexEncoder::EncodeData(char * inBuffer, int inSize, char * outBuffer, int outMAXSize, int* outSize) { if(!m_Initialized) return false; // Copy data into the local buffer memcpy(m_pBuffer + m_BufferSize, inBuffer, inSize); m_BufferSize += inSize; // check if we have enougth data for the encoder, if(m_BufferSize < m_Frame...
2002 Feb 09
1
Problem with COM
Hello If I try to open COM in a app. I got: BaudRate 9600 fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub BaudRate 5760 fixme:comm:SetupComm insize 131072 outsize 8192 unimplemented stub err:comm:SetCommState baudrate 5760 BaudRate 5726 fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented stub err:comm:SetCommState baudrate 5726 Use newest Wine, Kernel 2.4...
2009 Jan 12
10
USB and serial
Hello, everyone - I have an old Windows app - a ship navigation program - that needs to see GPS input on a serial port (it was written in the pre-USB days.) My laptop, however, has no serial ports - but this same program, when run on a friend's Windows box, can read the GPS info from the USB-connected GPS via the "USB-Serial Driver". This is one of the frustrating bits of this
2009 Feb 06
0
"SRM Training System" error Port None (usb / serial)
...to group dial out Code: sudo useradd -g dialout fhsm but still the SRM program just shows "None" in the com port drop down list. When I run wine SRMWIN.exe and then try and try to connect to the powercontrol the terminal output is: Code: wine SRMWIN.exe fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub err:comm:get_baud_rate tcgetattr error 'Input/output error' fixme:comm:set_queue_size insize 40 outsize 40 unimplemented stub err:comm:set_baud_rate tcgetattr error 'Input/output error' err:comm:set_baud_rate tcgetattr error 'Input/output error...
2004 Apr 09
1
Sharp ZQ-290s sync software
...fter installing DCOM98.exe, the Desktop software installed, and it runs. Only problem is it doesn't detect the device connected to the serial port ttyS0. The port belongs to group uucp, and I'm in that group, I even tried it as root. It's giving this: $ wine Desktop fixme:comm:SetupComm insize 3102 outsize 3102 unimplemented stub err:dosfs:DOSFS_CreateCommPort Couldn't open device '/dev/ttyS1' ! (check permissions) fixme:dosfs:DOSFS_OpenDevice device open L"COM2" not supported (yet) err:file:CreateFileW Couldn't open device L"COM2"! err:dosfs:DOSFS_Cre...
2017 Jan 12
0
[PATCH] resize: support non-local output disks (RHBZ#1404182)
...rmat:output_format ~readonly:false ~cachemode:"unsafe" - outfile; + ~protocol ?server ?username ?secret:password path; if not (quiet ()) then Progress.set_up_progress_bar ~machine_readable g; g#launch (); @@ -368,7 +378,7 @@ read the man page virt-resize(1). let insize = g#blockdev_getsize64 "/dev/sda" in let outsize = g#blockdev_getsize64 "/dev/sdb" in debug "%s size %Ld bytes" (fst infile) insize; - debug "%s size %Ld bytes" outfile outsize; + debug "%s size %Ld bytes" (fst outfile) outsize;...
2017 Feb 06
1
[PATCH v3] resize: support non-local output disks (RHBZ#1404182)
...nsafe" - outfile; + add_drive_uri g ?format:output_format ~readonly:false ~cachemode:"unsafe" + (snd outfile); if not (quiet ()) then Progress.set_up_progress_bar ~machine_readable g; g#launch (); @@ -368,7 +384,7 @@ read the man page virt-resize(1). let insize = g#blockdev_getsize64 "/dev/sda" in let outsize = g#blockdev_getsize64 "/dev/sdb" in debug "%s size %Ld bytes" (fst infile) insize; - debug "%s size %Ld bytes" outfile outsize; + debug "%s size %Ld bytes" (fst outfile) outsize;...
2006 Apr 29
9
Wine + serial port basically hangs system
...Within about 2 minutes, the mouse doesn't work at all, and remote terminals stop responding. The system load is up in the 40s. As soon as I unplug the serial cable, everything goes back to normal. Here is some information that is being kicked out to the command line: fixme:comm:SetupComm insize 1298 outsize 1298 unimplemented stub err:ntdll:RtlpWaitForCriticalSection section 0x5204ac84 "loader.c: loader_section" wait timed out in thread 0025, blocked by 0024, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x685f8f58 "?" wait timed out in thread 000a, bl...
2001 Feb 28
1
com port acccess again
...N) trace:comm:BuildCommDCB16 charsize (8) trace:comm:BuildCommDCB16 stopbits (1) trace:comm:SetCommState handle 132, ptr 0x40596080 trace:comm:SetCommState bytesize 8 baudrate 110 fParity 0 Parity 0 stopbits 1 trace:comm:SetCommState ~IXON ~IXOFF trace:comm:SetCommState CRTSCTS fixme:comm:SetupComm insize 10240 outsize 10240 unimplemented stub trace:comm:SetCommTimeouts (84,0x4059606c) trace:comm:GetCommState handle 140, ptr 0x40596080 trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 110 fParity 0 Parity 0 stopbits 1 trace:comm:GetCommState ~IXON ~IXOFF trace:comm:GetCommState...
2017 Feb 02
2
[PATCH v2] resize: support non-local output disks (RHBZ#1404182)
...rmat:output_format ~readonly:false ~cachemode:"unsafe" - outfile; + ~protocol ?server ?username ?secret:password path; if not (quiet ()) then Progress.set_up_progress_bar ~machine_readable g; g#launch (); @@ -368,7 +378,7 @@ read the man page virt-resize(1). let insize = g#blockdev_getsize64 "/dev/sda" in let outsize = g#blockdev_getsize64 "/dev/sdb" in debug "%s size %Ld bytes" (fst infile) insize; - debug "%s size %Ld bytes" outfile outsize; + debug "%s size %Ld bytes" (fst outfile) outsize;...
2004 Nov 28
0
COM port for weatherstation
...ges (actually I only use the binaries and install with apt/get the Debian packages). When I start the Feger software I get the following messages: fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 fixme:font:WineEngCreateFontInstance just using first face for now fixme:comm:SetupComm insize 500 outsize 500 unimplemented stub Trying to define the problem of the COM port, we connected 2 PCs and installed a ser_test.exe under wine and so we have seen, that we can read from the port but not send. Here the message was: fixme:comm:SetupComm insize 32768 outsize 1024 unimplemented stub An...
2012 Jul 15
0
iPhone distorted audio
...peex functions and just sent uncompressed PCM using the same app and its crystal clear. Where am I going wrong here? Anyone got any suggestions? My code is as follows #define AUDIO_QUALITY 10 #define FRAME_SIZE 160 #define COMP_FRAME_SIZE 62 char *encodeSpeexWithBuffer(spx_int16_t *buffer, int *insize) { SpeexBits bits; void *enc_state; char *outputBuffer = (char *)malloc(COMP_FRAME_SIZE); speex_bits_init(&bits); enc_state = speex_encoder_init(&speex_nb_mode); int quality = AUDIO_QUALITY; speex_encoder_ctl(enc_state, SPEEX_SET_QUALITY, &amp...
2007 Mar 05
1
Serial port problem - again
...xme:tapi:lineGetDevCapsA ((nil), 00000000, 00010003, 00000000, 0x832dcc): stub. fixme:ras:RasEnumEntriesA ((nil),(null),0xf79068,0x34f5d8,0xf78020),stub! fixme:ras:RasEnumDevicesA ((nil),0x34f60c,0x34f608),stub! fixme:ras:RasEnumDevicesA (0x825de0,0x34f60c,0x34f608),stub! fixme:comm:set_queue_size insize 1024 outsize 1024 unimplemented stub and then nothing hapens. It looks like delay issue to me, but I'm not a programmer. Can someone help, plese. Thanks, Ales
2007 Mar 19
1
set_queue_size trouble
Hi, I try to run a little application that must print to com1: some information. After couple of hours of "google-ing" I can't find a solution to my problem. So, the output in console (when I try to print) is: fixme:comm:set_queue_size insize 1024 outsize 1024 unimplemented stub fixme:comm:wait_on EV_RXFLAG not handled What can I do to make my application to work with wine? I have wine 0.9.25 compiled from source on SuSE 10.1. Have a nice day
2001 Dec 04
2
Serial problem with Zworld
...dcrab619.exe. The gui comes up with no problem but when it tries to talk to the serial port I get these messages from wine: err:string:CompareStringA (s1=(null),s2=""...): Invalide NULL string err:tooltips:TOOLTIPS_WindowProc unknown msg c017 wp=00000000 lp=40fc0b3c fixme:comm:SetupComm insize 400 outsize 4096 unimplemented stub Every time I try to connect to the Rabbit the "fixme" line above repeats. Does anyone have a clew or better yet a patch for this problem Thanks for anyones help, Andrew
2009 May 25
1
Is it possible to run an application automatically?
...t your X server is running and that $DISPLAY is set correctly. > Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set correctly. > fixme:comm:GetCommProperties (0xa8 0x33f9ac ) > fixme:comm:set_queue_size insize 4096 outsize 2048 unimplemented stub > fixme:comm:GetCommProperties (0xa8 0x33f968 ) > fixme:comm:io_control Unsupported IOCTL 1b009c (type=1b access=0 func=27 meth=0) > fixme:comm:set_queue_size insize 128 outsize 32 unimplemented stub > fixme:comm:GetCommProperties (0xa8 0x33f9dc )...
2000 Apr 16
0
Trying to get cmdline going...
...ought to be > device=optarg; and < if((ret=CheckWav(infile,bufferfill,&intype))){ probably should be > if((ret=CheckWav(inbuffer,bufferfill,&intype))){ and I've faked up a fill_buffer routine: > int fill_buffer(FILE *infile, char *inbuffer, int bufferfill, int insize) > { > return fread(inbuffer, sizeof(char), insize, infile); > } but, the logic for getting the filenames seems broke: if(optind>=argc) if(strcmp(argv[optind],"-")){ infile=fopen(argv[optind],"rb"); if(infile==NULL) reporterror("Unable to open...