http://bugs.winehq.org/show_bug.cgi?id=8194
------- Additional Comments From cja(a)gmx.net 2007-09-06 06:00 -------
Yes, I will keep an eye on wine-git and set this bug to "Resolved fixed" when
both yours and Maartens patches are submitted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From f3ua(a)utmib.com 2007-09-06 05:52 -------
I'm trying again with 0.9.38 with pathces and after 2 days kad is
disconnected... now I'm tryng with the last GIT, i'll keep you informed.
Bye and good work.
--
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=8194
------- Additional Comments From stefandoesinger(a)gmx.at 2007-09-06 05:44 -------
Cool
Can you mark the bug resolved, resolution fixed, once both patches are
committed to git? In the case of my patch it will take some time since its
quite high up in the committing queue. I'm sending only 5 patches per commit
wave and not all of them are committed instantly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8514
------- Additional Comments From citizenr(a)gmail.com 2007-09-06 05:37 -------
I realised that I was reading that file from bottom to top while taking a
shower an hour after the post :) I looked at the code again and thers this few
lines above
if ( i == 0 ) {
peer[i].addr.sin_port = htons ( SERVERPORT );
} else {
peer[i].addr.sin_port = htons ( 0 );
}
so the author of this testcase wrote
ok ( peer[i].addr.sin_port != htons ( 0 ), "UDP: bind() did not
associate port\n" );
thinking that
a/ using sin_port returned by getsockname to check if we get the port bind is a
good idea
b/ it can happen with no SOCKET_ERROR
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8630
------- Additional Comments From cja(a)gmx.net 2007-09-06 05:33 -------
I found out that Runaway works with the setting:
HKEY_CURRENT_USER/Software/Wine/Direct3D/DirectDrawRenderer = "gdi"
Is this generally considered an acceptable solution to a bug
or a workaround and the bug should stay?
--
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=8573
------- Additional Comments From thunderbird2k(a)gmx.net 2007-09-06 05:33 -------
Created an attachment (id=6682)
--> (http://bugs.winehq.org/attachment.cgi?id=6682&action=view)
WGL_EXT_swap_control hack
Could you try to see if this patch helps? Your drivers don't support the GLX
extension required for WGL_EXT_swap_control. Cod expects it to exist. This hack
fakes its presence. I need to verify if it is justified to do it, but for now
you can use it.
--
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=8194
------- Additional Comments From cja(a)gmx.net 2007-09-06 05:29 -------
Stefan, once again, thanks! With:
HKEY_CURRENT_USER/Software/Wine/Direct3D/DirectDrawRenderer = "gdi"
It runs perfectly! Well, next computer that I buy will definitly have an
NVIDIA card. This is not the first ATI related problem I have had.
With yours and Maatins patches (and the gdi setting), I'm happily
considering this bug solved.
So feel free to do whatever you wine-guys do with solved bugs :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8647
Summary: Lotus Organizer: Crashes on File Export command
Product: Wine
Version: 0.9.38.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rah1420(a)gmail.com
Similar situation to closed bugs 4071, 8553 performing a File Export command
will give a fixme message "GetFileName95 Flags 0x00008000 not yet implemented'
and a stack trace. I ran Organizer using 'WINEDEBUG=+seh,+tid wine org32.exe >&
logfile' and I'm attaching the resulting file.
--
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=8194
------- Additional Comments From stefandoesinger(a)gmx.at 2007-09-06 04:55 -------
> Yes, I have the registery value set to opengl.
This is the reason I think, the ATI drivers dislike render target locking. Try
to remove that key or set it to "gdi".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.