search for: outsize

Displaying 20 results from an estimated 73 matches for "outsize".

Did you mean: optsize
2005 Mar 21
0
Comport access error
...m 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:GetCommState fOutxCtsFl...
2013 Mar 15
0
[PATCH 4.1] Add DomU xz kernel decompression
...mp;stream, 128*1024*1024); if ( ret != LZMA_OK ) { - DOMPRINTF("LZMA: Failed to init stream decoder"); + DOMPRINTF("%s: Failed to init decoder", what); return -1; } @@ -220,22 +218,22 @@ static int xc_try_lzma_decode( out_buf = malloc(outsize); if ( out_buf == NULL ) { - DOMPRINTF("LZMA: Failed to alloc memory"); + DOMPRINTF("%s: Failed to alloc memory", what); goto lzma_cleanup; } - stream.next_in = dom->kernel_blob; - stream.avail_in = dom->kernel_size; + strea...
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
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.18-7, SuSE L...
2010 Jun 01
1
[PATCH] RHEV: Pad disk sizes up to a multiple of 1024 bytes
...- $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, we will pad to to a 1024 byte boundary. + $self->{outsize} = ceil($insize/1024) * 1024; my $imageuuid = Sys::VirtV2V::Target::RHEV::UUIDHelper::get_uuid(); my $voluuid = Sys::VirtV2V::Target::RHEV::UUIDHelper::get_uuid(); @@ -206,7 +210,7 @@ sub _get_size { my $self = shift; - return $self->{size}; + return $self->{outsiz...
2017 Jan 12
0
[PATCH] resize: support non-local output disks (RHBZ#1404182)
...; - 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; sectsize, insize, outsize in let max_bootloader = @@ -390,...
2007 Nov 14
0
Audio glitches/Configuration problem !!?
...cing 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_FrameSizeInBytes ) return false; // star...
2017 Feb 06
1
[PATCH v3] resize: support non-local output disks (RHBZ#1404182)
..._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; sectsize, insize, outsize in let max_bootloader = @@ -390,...
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
2017 Feb 02
2
[PATCH v2] resize: support non-local output disks (RHBZ#1404182)
...; - 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; sectsize, insize, outsize in let max_bootloader = @@ -390,...
2009 Feb 06
0
"SRM Training System" error Port None (usb / serial)
...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' err:com...
2004 Apr 09
1
Sharp ZQ-290s sync software
...ing 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_CreateCommPort C...
2014 Oct 08
0
[PATCH V5 3/4] resize: support resize extended partition
...rt.G.part_size - | OpDelete -> 0L - | OpResize newsize -> newsize in - total +^ newsize - ) 0L logical_partitions in - + let required = required +^ if required_extended > required_logical + then required_extended else required_logical in let surplus = outsize -^ (required +^ overhead) in if verbose then eprintf "calculate surplus: outsize=%Ld required=%Ld overhead=%Ld surplus=%Ld\n%!" outsize required overhead surplus; - surplus + (* XXX: fix of expanding a logical partition. without the sectsize, + * we'...
2006 Apr 29
9
Wine + serial port basically hangs system
...t 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, blocked by 0009...
2001 Feb 28
1
com port acccess again
...: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 CRTSCTS trace:...
2020 Feb 07
4
Enabling debug entry value production by default
...the callee. There's a nice write-up about the impact of this feature in [3]. A big thank you to all of contributors who've helped us get here (I've tried to CC everyone, sincere apologies if I've accidentally left you out). I believe Djordje and I have shown that there isn't an outsized binary size or compile time impact of enabling this feature. The aggregate size of DWARF in a stage2 x86_64 RelWithDebInfo clang build grows by under 0.2%, and we didn't find a significant compile time impact. We've shared CTMark results (both compile-time & DWARF section size numbers)...
2004 Nov 28
0
COM port for weatherstation
...ly 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 Any proposals...
2007 Mar 05
1
Serial port problem - again
...eGetDevCapsA ((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
...xe. 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