http://bugs.winehq.org/show_bug.cgi?id=7069
------- Additional Comments From uberfob(a)gmail.com 2007-09-01 23:31 -------
I think there is a workaround for the JVM_Bind problem that could help!
I have been researching this problem for a while. A Linux strace revealed that
Java tries to use IPv6 address space to open a port by default. And it seems
that Wine does not support that, making the JVM fail with a misleading error
message.
There is a Java system property called "java.net.preferIPv4Stack" that, when set
to "true" makes the JVM use the tried-and-true IPv4 network stack. Running
Tomcat with that property set to true makes it work, and strace confirms that.
I'm sure other folks have gotten to this workaround already, but I couldn't find
a mention of it yet. Hope this helps.
P.S. the TimeZone bug also has a workaround, it's documented somewhere on the
Internet.
--
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=5126
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From flexo(a)holycrap.org 2007-09-01 19:36 -------
Confirmed. The problem is in the LVS_OWNERDATA handling of LISTVIEW_GetItemT() -
it should only copy fields specified by dispInfo.item.mask. Working on it (I'm
going to write testcases for all this weird callback behaviour, might take a while).
--
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=4832
------- Additional Comments From thestig(a)google.com 2007-09-01 19:09 -------
Sketchup is behaving somewhat better with Wine 0.9.29 with the 32 bit color depth.
With 16 bit color, it still complains about not being able to initialize OpenGL.
--
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.