http://bugs.winehq.org/show_bug.cgi?id=8176
Summary: Texture wrapping is not supported
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: floppie(a)quadra-tec.net
Texture wrapping is not supported in WINE at this time. This causes major
graphics issues with a number of games.
--
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=8165
tom(a)mmto.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tom(a)mmto.org 2007-25-04 16:38 -------
More info. This and bug 8033 were both on dual core AMD64
processors running the vanilla 32 bit i386 kernel for what
that is worth. This whole thing is fixed (as documented in
bug 8033) by adding two lines to dlls/comdlg32/printdlg.c
and rebuilding wine from source.
--- printdlg.c.ORIG 2007-04-25 13:51:11.000000000 -0700
+++ printdlg.c 2007-04-25 14:02:36.000000000 -0700
@@ -3394,6 +3394,11 @@
}
return FALSE;
}
+
+ /* TJT - fix for TOPO! page fault crash */
+ setupdlg->hDevMode = pdlg.hDevMode;
+ setupdlg->hDevNames = pdlg.hDevNames;
+ /* TJT - end fix */
}
/* short cut exit, just return default values */
--
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=7949
------- Additional Comments From dank(a)kegel.com 2007-25-04 16:38 -------
With current git, I'm where Rob was in comment #19, i.e.
crash on unimplemented atl.dll.AtlIPersistStreamInit_Load
I'd turn A.F.'s hints into patches myself, but I need to spare my hands.
I can test somebody else's patches, though.
This bug is turning into quite the patchfest!
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8174
------- Additional Comments From paloseco(a)gmail.com 2007-25-04 16:37 -------
When closing the program from the systray contextual menu:
err:systray:delete_icon invalid tray icon ID specified: 9224448d
err:systray:delete_icon invalid tray icon ID specified: 9224448d
--
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=7469
------- Additional Comments From stfan4cjk(a)gmail.com 2007-25-04 16:35 -------
Srry I didn't tell the complete truth before. It does start the installer and
starts to installer but then like 2% through the installation or so it gives me
the msi error that is listed in this bug and when I close the error the install
just hangs there and I have to shut it down.
--
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=7469
------- Additional Comments From stfan4cjk(a)gmail.com 2007-25-04 16:33 -------
No the install has never worked for me. I just reinstalled ubuntu and wine but
it still doesn't work same error message.
--
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=8175
Summary: PokerStars cannot ping network servers in Network Status
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Hubmasterflex(a)hotmail.com
More nitpicking than anything but i've seen this since for quite a while so I
figured to put it as a bug. This in no way affects PokerStars itself; it still
runs and connects perfectly. I can still play money and fake money games with no
problems. That said, under Network Status, it cannot look for any host or cannot
ping the servers listed and therefore lists the servers as a bad connection.
Under Windows, it can ping them perfectly and brings back good results. I'll
post screenshots and see if konsole logs anything about this issue.
--
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=8156
------- Additional Comments From cjstimpson(a)utwire.net 2007-25-04 16:12 -------
The EN_MAXTEXT message is not sent when running on Windows.
--
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.