http://bugs.winehq.org/show_bug.cgi?id=3785
--- Comment #13 from Jaroslav Fojtik <fojtik(a)penguin.cz> 2008-08-20 13:34:39 ---
Not invalid, but currently innocent.
I cannot guess what message:
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
causes in wine internally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4084
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |14928
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8783
--- Comment #40 from tom schorpp <thomas.schorpp(a)googlemail.com> 2008-08-20 13:23:19 ---
(In reply to comment #39)
driver support is in now
--- cp210x-3.0.0/cp210x/cp210x.c 2008-06-19 23:34:28.000000000 +0200
+++ cp210x-schorpp/cp210x/cp210x.c 2008-08-20 20:15:29.000000000 +0200
@@ -1982,6 +1982,13 @@
/* NOTREACHED */
break;
+ case TIOCGICOUNT:
+ dbg ("%s (%d) TIOCGICOUNT RX=%d, TX=%d", __FUNCTION__,
+ port->number, port_priv->icount.rx,
port_priv->icount.tx);
+ if (copy_to_user((void __user *)arg,
&port_priv->icount, sizeof(port_priv->icount)))
+ return -EFAULT;
+ return 0;
+
but still
trace:comm:get_irq_info TIOCGICOUNT err Invalid argument
so wine NOIMPL/bug. can one of the wine devs check it, pls? is it in wine devel
head?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3785
--- Comment #12 from Austin English <austinenglish(a)gmail.com> 2008-08-20 13:17:57 ---
Invalid?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2203
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-08-20 13:13:44 ---
(In reply to comment #10)
> Still present. Works if you use wine start though...
>
Err, make that somewhat. It starts, but isn't functional.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2666
Brett Alton <brett.jr.alton(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brett.jr.alton(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2203
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-08-20 13:12:57 ---
Still present. Works if you use wine start though...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=421
Brett Alton <brett.jr.alton(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brett.jr.alton(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8290
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8783
--- Comment #39 from tom schorpp <thomas.schorpp(a)googlemail.com> 2008-08-20 12:11:48 ---
(In reply to comment #38)
but read data transfer with minicom works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.