http://bugs.winehq.org/show_bug.cgi?id=6078
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-05 14:18 -------
Both problems described in this bug , are still present in current git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6077
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-05 14:17 -------
Just tried the installer on a fresh ~/.wine, and it completes fine now.
Resolving fixed. Please reopen if you still run into troubles.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8330
------- Additional Comments From emwine(a)earthlink.net 2007-08-05 14:08 -------
Oh, I have looked through the app's source
(http://ftp.gnu.org/gnu/xboard/xboard-4.2.7.tar.gz) and not seen any attempts to
set a default or maximum character limit.
I would say that default of 32767 probably isn't correct, or that the control
itself doesn't respect whatever the limit is and instead uses 32767.
Since I had the source, I sent an EM_EXLIMITTEXT with 0 and 100000 to see if
that made a difference during initialization, it didn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6797
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-urlmon
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8330
Summary: WinBoard console window stops working after 32767 chars
Product: Wine
Version: 0.9.36.
Platform: PC
URL: http://ftp.gnu.org/gnu/winboard/winboard-4_2_7a.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emwine(a)earthlink.net
To duplicate this problem, the patch for bug 8314 must be comitted, which it
supposedly is as of today.
Install and run winboard from a fresh wine config. Choose "Use an Internet
Chess Server", and select the 2nd item in the dropdown listbox:
freechess.org /icsport=5000 /icshelper=timeseal
Timeseal is unnessary, so if there is a problem (shouldn't be), then manually
edit out the last option: /icshelper=timeseal
If the app crashes when you click ok, then the patch for bug 8314 is not being used.
when prompted for a login, enter 'guest', and you should get lots of info and be
staring at a prompt: fics$
issue the command "games" a few times. depending on the number of players, just
once may be all that is required before the 32767 limit is reached.
Once reached, the window is effectively useless. You can still enter the "quit"
command to exit, (or any other command, for that matter), but the output window
will not accept more data.
This problem is also present in the application BabasChess.
http://www.babaschess.net/download/ZipBabasChess_3_6.zip
And, I suspect any other application using a richedit for console output, eg.
irc clients, telnet, etc. will suffer similarly.
Using native riched20.dll makes it go away, so it's definately a richedit problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8075
------- Additional Comments From d13f00l(a)gmail.com 2007-08-05 14:00 -------
Briareos,
gethostbyname(gethostname()) under windows will return a list of IPs of all
network devices in windows, with the device added last on top. Wine just uses
the os's implementation of gethostbyname(), so it'll just read your /etc/hosts
file under linux
Multiple "interfaces" may or may not show up in windows programs running under
wine, depending on how your linux distro is set up.
Applications running under wine may rely on the list of ips returned from
gethostbyname() to create dialogs like that.
It'd be nice if there was a way to get how long interfaces have been up for...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8329
Summary: midl hang @ 100% CPU
Product: Wine
Version: unspecified
Platform: PC
URL: http://source.winehq.org/git/wine.git/?a=commit;h=133b8b
c3edea8b0ddaaf812b2fdcbf20e244ec85
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mook.moz+sites.org.winehq.bugs(a)gmail.com
When running Microsoft's MIDL compiler, it hangs with 100% CPU use. This is a
regression; it used to be able to run to completion.
Microsoft (R) 32b/64b MIDL Compiler Version 6.00.0361
git bisect says the regression happened in commit
133b8bc3edea8b0ddaaf812b2fdcbf20e244ec85 (server: Return a more correct fd type
for anonymous files.)
Trying to generate straces now; will attach in a few minutes.
(For reference, my test file was
http://lxr.mozilla.org/mozilla/source/accessible/public/msaa/ISimpleDOMNode… )
Oh, and sorry about the random guess for what component this belongs in...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=740
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-05 12:43 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=740
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-05 12:42 -------
Resolving
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.