http://bugs.winehq.org/show_bug.cgi?id=8447
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-shell32 |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:40 -------
Why do you think this bug is wine-shell32?
--
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=8448
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
Closing duplicate
--
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=8388
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bduchaj(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
*** Bug 8448 has been marked as a duplicate of this bug. ***
--
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=8448
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-05 01:32 -------
Old news.
*** This bug has been marked as a duplicate of 8388 ***
--
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=7929
------- Additional Comments From d13f00l(a)gmail.com 2007-20-05 01:30 -------
I really can't think of a sane way to do this...SO_BINDTODEVICE is root
only...so we can't use that. I posted a few comments on linux-net, hoping
someone would have something interesting to say.
http://www.uwsg.iu.edu/hypermail/linux/net/0705.1/0029.htmlhttp://www.uwsg.iu.edu/hypermail/linux/net/0705.1/0028.html
We can use IP_PKTINFO with sendmsg() and recvmsg()....and keep a table of what
each socket should listen and send on. If you bind a socket to INADDR_ANY under
linux, you'll be able to receive from any interface, but sending defaults on the
default route.
sendmsg() can be persuaded to send out on other interfaces _I THINK_ by setting
that socket option, and giving it a struct in_pktinfo filled out w/ the device
ip/interface index.
So Wine's recv and send implementations would have to be changed slightly...we'd
have to maintain a list of what each socket should map to, since we override
what windows programs suggest and bind to 0.0.0.0...probably with a linked
list...adding new elements on bind()...but this can create all sorts of memory
leaks if applications don't close() sockets...
It's pretty silly...so_bindtodevice does all this flawlessly in kernel space.
Another person suggested on the boards that the kernel be modified to have a
socket option to be able to recv broadcasts even if sockets are bound to an ip
other than INADDR_ANY.....that's looking to be a good option at this point. I
wonder if people can be persuaded this is a good idea...
--
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=8440
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
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=8448
Summary: HTML content not visible in wine 0.9.37 + wine gecko
Product: Wine
Version: 0.9.37.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bduchaj(a)gmail.com
After installing wine 0.9.37 and wine gecko. Wine doesn't display web page
content for example in Flash 8 Help or Steam. There is only white blank space.
--
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=8437
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, Installer
Summary|msiexec: can't install a |Fahrenheit: can't install a
|Patch |Patch
------- Additional Comments From truiken(a)gmail.com 2007-20-05 01:14 -------
The log is unnecessary; MsiApplyPatch isn't implemented.
--
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=5652
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From thestig(a)google.com 2007-20-05 01:05 -------
the game starts up again, horray.
--
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=6581
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-misc
------- Additional Comments From thestig(a)google.com 2007-20-05 00:47 -------
Is this still a 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.