similar to: fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni

Displaying 20 results from an estimated 700 matches similar to: "fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni"

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
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
2007 Mar 05
1
Serial port problem - again
Hello. I'm new to this list. After days of reading docs and googling I can say that a lot of people is trying to use wine with serial ports, but no success story found? My problem is just like in bug1244 <http://bugs.winehq.org/show_bug.cgi?id=1244> which is almost 4 years old. If I run this app <http://appdb.winehq.org/appview.php?iAppId=4165> with WINEDEBUG=+relay , I
2010 Jul 21
2
Unsupported ioctl 1b0064
Dear all, I have not found anything with Google, so I hope it is okay to ask here. I'm trying to run a program called "Paxon" (see http://www.paxon.de) under Wine. This is an program with speaks via a serial console to a modem (in amateur radio use). The program itself runs fine, I set up the serial connection with arenber at ubuntu:~/.wine/dosdevices$ ls -lk total 0 lrwxrwxrwx 1
2009 Feb 06
0
"SRM Training System" error Port None (usb / serial)
I am using Ubuntu 8.10 with the wine 1.0.1 trying to install SRM Training System Software 6.40.08 (http://www.srm.de/usa/software.html), the exe I'm using can be freely downloaded here (http://www.srm.de/Software/SRM64008.exe). The program installed without any problem but did open a dialog about selecting a com port that I clicked past without taking note(oops). I'm able to run the
2009 Jun 19
3
Wine and serial port again
Hi all! I have a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags: Code: trace:file:get_dos_device L"COM1" ->
2009 May 25
1
Is it possible to run an application automatically?
Hi, I am pretty new in the wine world and maybe I am asking a stupid question, so please have mercy. I would like to run an application under wine directly, without waiting for the prompt and without executing it manually there. Something like autostart - I execute a Linux shell command that starts the wine and the needed application directly. Is this possible? My application dumps some plain
2008 Nov 11
1
Serial communication problem
I'm trying to make my little Asus eeePC 901 into a useful navigation tool that I can use on my boat. I'm running Ubuntu with the 2.6.24-21-eeepc kernel. For chart plotting I run SeaClear_2 (SC) under Wine. SC communicates as it should with my GPS via a Keyspan USB to serial dongle, both sending and receiving works with this device. I am also running the small app AISMon under Wine. This
2009 Jul 16
4
Install error with DAZ Studio
I'm trying to install DAZ Studio under Wine and immediately after the splash screen it crashes out and I get a window with the following message: > Error creating directory C:/Program Files/***unknown variable system_temp_directory*** The DAZ Studio version is 3.0.1.135 for Windows. I'm running Wine 1.1.12 under Ubuntu 9.04 with GNOME 2.26.1. My video card is an nVidia GeForce
2009 Jun 19
0
Where to get help?
Hey everyone, I've been having trouble getting some software to work on one of our work PCs and after becoming rather frustrated with it, decided to try and run it under Wine. Funnily enough, it actually works in regards to running and everything. However, on the terminal I get this error and the program doesn't do the intended function ( which is basically programming something over USB
2009 May 23
0
SeaClear II / Wine use 100% of the CPU
Hi! I'm having problems with SeaClear II v1.0.0.196. After setting up the symlinks in ~/.wine/dosdevices pointing to my gps-device (GlobalSat BU-353 USB) everything works as expected, but for some reason Wine/SeaClear steals all available CPU-time. 100% all the time. This problem does not exist if I start SeaClear with the GPS disconnected, making me belive there is a problem with
2007 Jul 29
7
Running Prognos 5 in WINE
Hello, I am trying to run a program named "Prognos" (Version 5) for medical purposes by a Company named "MedPrevent" (http://www.medprevent.de/produkte-prognos_de.php). As installation crashed, I installed on Windows and then copied the installed files to Linux where I wanted to run the app via wine. The startup dialogs show up but then there is an error message that the
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
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi, Since Sharps communication protocols are "top secret", I'm trying to port their sync software to linux. I'm new to wine, so this might be silly, but after hours of googling and searching for solutions I'm posting this. After installing DCOM98.exe, the Desktop software installed, and it runs. Only problem is it doesn't detect the device connected to the serial port
2010 Jun 01
1
[PATCH] RHEV: Pad disk sizes up to a multiple of 1024 bytes
Fixes RHBZ#585144 --- lib/Sys/VirtV2V/Target/RHEV.pm | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) diff --git a/lib/Sys/VirtV2V/Target/RHEV.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;
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2006 Nov 18
1
A Serial port program failed
i am trying to run a mobile phone communication program which used to run on Windows and access my mobie phone's contact book via RS232 serial communication. after i installed and run in Wine, it popup the main screen but soon halt. the folloing message printed on the console: fixme:ole:CoRegisterMessageFilter message filter has been registered, but will not be used err:ole:CoGetClassObject
2006 Apr 29
9
Wine + serial port basically hangs system
I'm trying to use Wine to run a program called heavy weather - its a windows only program that interfaces with a weather station that I have through a serial port. I was able to get the program up and running with wine. Then, I couldn't get it to connect at all to the weather station. After much too long, I finally realized that the problem was that my permissions on /dev/ttyS0 were too
2009 Apr 12
0
Daz Studio 2.3.x on Jaunty/Wine - partially works, need help
I have Wine 1.0.1 as distributed with Ubuntu Jaunty Jackalope (beta). I have an ATI Radeon Mobility X300 card on a Dell Latitude D610. I am trying to run Daz Studio, a free 3d graphics program (similar in functionality to Poser) available for download at http://daz3d.com . This software was running on this hardware under Windows XP SP2 and SP3 before I got tired of dealing with malware and
2005 Mar 21
0
Comport access error
I'm trying to get working a simulator. I use wine + wondows. The prgram runs quite welle Bit I get an error when accessing the com1 port (the game adapter is a serial one) This worked with wine 20040914 but is now broken. Here is the comm trace: [jm@localhost AeroFly Professional]$ WINEDEBUG="comm" wine afpro Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixel to