http://bugs.winehq.org/show_bug.cgi?id=6740
------- Additional Comments From rastilin(a)gmail.com 2007-14-04 01:24 -------
I've run into this, it also goes away when I rename the Video folder. So it's
crashing because of the Videos.
--
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=6080
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From dank(a)kegel.com 2007-14-04 01:07 -------
User didn't respond, pastebin link broken, marking 'abandoned'.
--
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=8033
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From dank(a)kegel.com 2007-14-04 00:24 -------
It's not fixed unti the fix is in git!
--
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=8033
goodfella005(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |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=4582
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2007-13-04 22:51 -------
This should be fixed. Marking as works for me as it always did.
--
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=6065
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2007-13-04 22:50 -------
Confirming.
--
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=7979
------- Additional Comments From sidolin(a)gmail.com 2007-13-04 22:07 -------
Works for me when "OffscreenRenderingMode" is "fbo", see screenshot
--
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=7285
------- Additional Comments From stephaneg47(a)hotmail.com 2007-13-04 19:51 -------
Hi,
I don't know if that may help, I have an ATI Radeon, I use the "radeon" driver
and I don't think I have the "SCIM" you are referring to, because neither a
"locate scim" or a "rpm -qa | grep 'scim'" is giving me any result.
Note: I originally filed this bug for version 0.9.29, but I tried the latest
package for Mandrake, 0.9.30, and and problem persists. I tried compiling 0.9.35
from source, but it filled up my hard drive!...and I was getting some warnings
at "./configure", so I'm really not sure it would have worked anyway.
--
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=7910
------- Additional Comments From b.buschinski(a)web.de 2007-13-04 19:46 -------
Created an attachment (id=5762)
--> (http://bugs.winehq.org/attachment.cgi?id=5762&action=view)
drawprim typo fix
The Bug was introduced with git commit 71f923a6d20785ebd43bae9186f62c0029ca0db0
It is just a typo:
if (Value != NULL)
doSomething();
else
doSomeElse();
turned into
if (Value != NULL)
doSomeElse();
...
if (Value != NULL)
doSomething();
this patch fixes the typo and the game menu has normal colors 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.