http://bugs.winehq.org/show_bug.cgi?id=7646
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From rob(a)codeweavers.com 2007-16-03 04:15 -------
I believe this bug has already been fixed by somebody else and so should be
fixed in the next version of Wine.
--
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=7759
Summary: Print Preview of Lotus Notes shows strange squared
display
Product: Wine
Version: 0.9.32.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
I started Lotus Notes 6.5.4 and are in the welcome screen. Now I take a look
in the print preview and see this strange display of the document. But If a
look at the preview above the print dialog it looks fine.
Tested with Wine 0.9.32 on openSUSE 10.2. There was no default debug output of
the problem, so ask for some debug options.
--
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=7685
damjan.jov(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |damjan.jov(a)gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From damjan.jov(a)gmail.com 2007-15-03 00:35 -------
Created an attachment (id=5361)
--> (http://bugs.winehq.org/attachment.cgi?id=5361&action=view)
modify send() to block until entire buffer is sent
Ok so I couldn't wait until the weekend :-).
It looks like on Windows, for non-overlapped non-blocking stream sockets,
send()/WSASend[To]() block until the entire buffer is sent, while on Linux, it
tries to return as soon as any bytes have been sent. Code written *the proper
way* will work on any operating system, while some heathens write code that
doesn't fully check the return value of send() and resends the remaining bytes,
so outside Windows, every send() can skip some bytes, leading to problems like
you see here. (What an evil ploy - by modifying the semantics of send(), code
written for other operating systems can be ported easily to Windows, but code
written for Windows with those assumptions will need to be rewritten to work
properly anywhere else).
My patch modifies WSASendTo to try send everything, like Windows does. Please
try it and let me know whether it works.
------- Additional Comments From zthg4821(a)gmail.com 2007-15-03 09:13 -------
Created an attachment (id=5371)
--> (http://bugs.winehq.org/attachment.cgi?id=5371&action=view)
winsock-patched-trace.tar.bz2
Sorry to report the patch from comment #7 made no difference from a usage
standpoint, the behavior is identical to before.
------- Additional Comments From damjan.jov(a)gmail.com 2007-16-03 02:34 -------
I just tested it, and if you reduce the lo network interface's MTU to 1500
(ifconfig lo mtu 1500), it does hang even when accessing pages on localhost.
--
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=7757
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-16-03 01:29 -------
Hi Daniel, it would be nice if you could write a small test (sample) for this,
to show whether or not it indeed returns -1 . Would that be possible?
--
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=7646
------- Additional Comments From j-yoshida(a)kanazawakiko.co.jp 2007-16-03 01:22 -------
Thank you very mach for your teaching.
I send mail with a compress file of 2 bug_logs when
wine --version wine-0.9.30-504-gc9b9847
wine --version wine-0.9.30-505-gfc5b795
execute wine sqlplus.exe hanbai/hanbai@salesdb
to Rob Shearman, Lei Zhang, bugs-admin(a)winehq.org.
--
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=1434
Bug 1434 depends on bug 1183, which changed state.
Bug 1183 Summary: Carmen Sandiego Junior will not start
http://bugs.winehq.org/show_bug.cgi?id=1183
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|ABANDONED |
--
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=1183
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|ABANDONED |
------- Additional Comments From tony.lambregts(a)gmail.com 2007-15-03 23:08 -------
Not abandond. There is no change in current git with this application
--
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=1162
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|ABANDONED |
------- Additional Comments From tony.lambregts(a)gmail.com 2007-15-03 23:03 -------
Not abandoned
--
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.