http://bugs.winehq.org/show_bug.cgi?id=2604
Summary: Can not connect to any TCP/IP address
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tp22a(a)softhome.net
I am checking every night the wine CVS tree out and I compile it on my system.
Since two days the compiled wine binaries are not any more able to connect to
any TCP/IP address.
All the software installed and the settings in wine did NOT change between the
daily builds of the CVS source. I strongly assume something changed in CVS wich
prevents me to connect to TCP/IP addresses.
I have started "wine winetest" and I will attach the result to this bug report.
Hopefully this will help to fix the 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=2004
bmg300(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bmg300(a)yahoo.com
------- Additional Comments From bmg300(a)yahoo.com 2004-08-12 02:04 -------
Testing with regedit, this doesn't happen as of December 7, 2004.
--
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=2603
Summary: Strange failure in opengl mode
Product: Wine
Version: CVS
Platform: All
URL: http://worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyrix12(a)cox.net
When running WoW in opengl mode, it crashes after loading but before the actual
game world comes up.
To reproduce: Just try running the game in opengl mode and entering the game world.
--
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=1851
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-12 11:15 -------
Resolving Fixed
--
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=2525
------- Additional Comments From julliard(a)winehq.com 2004-07-12 11:07 -------
It's not really a kernel bug, just a strange behavior from reiserfs that
violates some assumptions Wine was making. It may well be dependent on how the
file system was created, I'm not familiar enough about reiserfs to tell.
--
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=2602
Summary: System menu for MDI child windows is incorrect
Product: Wine
Version: 20041019
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efrias(a)syncad.com
When a MDI child window is maximized, its system menu (with move, resize,
minimize restore, close) should be moved to the leftmost side of the MDI
parent's menu bar, usually just before the 'File' menu. Right now, a menu
appears there, but it isn't correct one -- it appears to be the application's
system menu instead of the MDI child's system menu. When you select operations
like 'close' and 'minimize' from this menu, they close/minimize the entire
application, not just the child window. The icon used is also incorrect (I get
a wineglass icon instead of the icon of the MDI child)
This bug was noticed with a winelib application. You can reproduce it by
running examples/progman, creating a program group, and maximizing the new group.
--
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=1851
------- Additional Comments From martin.zwickel(a)technotrend.de 2004-07-12 04:19 -------
# wine --version
Wine 20041201
Now works again!
--
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=2601
Summary: wine Segfaults with SainT
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sengan(a)gmail.com
I get:
Program received signal SIGSEGV, Segmentation fault.
0x40997b23 in LISTVIEW_GetItemRect (hwnd=65593, nItem=6, lprc=0x406a1d10) at
listview.c:5695
5695 if ((nItem >= 0) && (nItem < GETITEMCOUNT(infoPtr)) && (lprc != NULL))
where infoPtr is NULL,
in SainT (versions 1.60 & 1.85) when running it in wine. To be honnest I'm using
Cedega CVS because they had better direct X support than you last time I
checked, but since this sounds like a Windows not Direct X bug, I expect you
have it too.
To reproduce: download SainT from
http://leonard.oxg.free.fr/SainT/SainT185SelfExtract.exe
Then run it in Wine (you'll get some funny directory structure, but down in
there there's the executable).
Then run the SainT185.exe and give it a floppy image to boot, for instance:
http://pacidemo.atarilegend.org/archives/PYM_A_P.ZIP
Then it'll ask "Reset ST?", answer yes, and you get a segfault.
--
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=2525
------- Additional Comments From soundmanok(a)yahoo.com 2004-06-12 22:51 -------
Awesome, awesome. It's working again.
Was it related to a 2.6.9 kernel bug, or soemthing else?
I've heard reports of people on reiser4 being fine even before you patched the
sources.
--
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=2600
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=848
--
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.