http://bugs.winehq.org/show_bug.cgi?id=34609
Bug #: 34609
Summary: I do not know
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrody.man(a)gmail.com
Classification: Unclassified
Colin McRae Rally 3 error
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34628
Bug #: 34628
Summary: IE8 crash at startup on winebottler
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dkujas(a)gmail.com
Classification: Unclassified
IE8 would crash everytime I launch it for the first time using winebottler.
See attachment for details
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34510
Bug #: 34510
Summary: World of warcraft Install Failure
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linuxhelper2881(a)yahoo.com
Classification: Unclassified
when u start to Install WOW it wont install and dont show any thing so ima give
a Debug Trace and Log file i collected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7284
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch, testcase
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7284
Alexander Dorofeyev <alexd4(a)inbox.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #20174|0 |1
is obsolete| |
Attachment #23321|0 |1
is obsolete| |
Attachment #23322|0 |1
is obsolete| |
Attachment #23323|0 |1
is obsolete| |
Attachment #23324|0 |1
is obsolete| |
Attachment #23325|0 |1
is obsolete| |
--- Comment #77 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2013-10-21 11:50:45 CDT ---
Created attachment 46375
--> http://bugs.winehq.org/attachment.cgi?id=46375
updated testcase rcp(0)*0
attaching updated patch with testcase, that can apply to current git
it reproduces the problem (rcp(0)*0). Result on geforce 8800:
visual.c:4238: Test failed: Color is 00ffffff, expected 000000
----------
Here is a more recent app affected by the same problem:
http://bugs.winehq.org/show_bug.cgi?id=34266
Quite possibly there are more. At the moment, it seems to only affect Nvidia,
but not because of a driver bug - rather, it seems that a behavior undefined in
GLSL is triggered:
on native, DirectX <= 9: rcp(0)*0 == Inf*0 == 0 (DirectX >= 10 has different
rules)
in GLSL: Inf*0 == undefined; in practice, appears to be NaN on nvidia vs 0 on
ATI (Intel graphics probably same a ATI) at the moment, that's why people can't
see this on Intel or ATI; can easily change in the future though.
With GLSL specs as they currently are, and without some kind of extension to
deal with this problem, the "technically valid" solution might be something
like what is suggested in bug #34266:
"dest = mix(vecN(0), a * b, equal(a, vecN(0)) || equal(b, vecN(0)))"
But Henri Verbeet said there that this is probably too costly performance-wise.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5657
--- Comment #12 from Commander <Commander.Alchemy(a)gmail.com> 2013-10-19 07:30:42 CDT ---
Still an issue with wine 1.7.4
Both the wine taskmgr and eve online monitor reports 0K memory usage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5657
--- Comment #11 from Commander <Commander.Alchemy(a)gmail.com> 2013-10-19 07:29:44 CDT ---
Still an issue with wine 1.7.4
Both the wine taskmgr and eve online monitor reports 0K memory usage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7520
--- Comment #28 from Sagawa <sagawa.aki+winebugs(a)gmail.com> 2013-10-18 23:30:35 CDT ---
Created attachment 46356
--> http://bugs.winehq.org/attachment.cgi?id=46356
proposed patch (synthesize bold outline face)
Could you try this patch?
With the patch, wine synthesizes bold outline faces. This is very useful to
East Asian users especially because most CJK fonts don't have a bold face.
I've posted wine-patches the other day, but I get no responses yet.
http://source.winehq.org/patches/data/99797
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8391
--- Comment #11 from butraxz(a)gmail.com 2013-10-18 13:44:46 CDT ---
Download link broken.
This ticket has not been updated for over 900 days. Development recommends
to check the status on your bug every release or two and let to be known if the
bug is still present. If not, mark it fixed. If you are no longer able to put
effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.