http://bugs.winehq.org/show_bug.cgi?id=657
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dr.dabzse(a)gmail.com
--- Comment #94 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-02-22 20:09:42 CST ---
*** Bug 33042 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #93 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-02-22 11:35:32 CST ---
*** Bug 33038 has been marked as a duplicate of this bug. ***
--
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=3260
Andrey Gusev <andrey.goosev(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.goosev(a)gmail.com
--- Comment #54 from Andrey Gusev <andrey.goosev(a)gmail.com> 2013-02-22 03:03:29 CST ---
A Stroke of Fate demo has in 1.5.24.
--
Configure bugmail: http://bugs.winehq.org/userprefs.…
[View More]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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33024
Bug #: 33024
Summary: Can't create a new Wiki page
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 43647
--&…
[View More]gt; http://bugs.winehq.org/attachment.cgi?id=43647
Error page
I tried to 'Create new empty page'. However, it reported
OSError
[Errno 31] Too many links:
'/var/www/wine/wiki/data/pages/RegressionTesting_zhcn'
I searched and found this page
http://www.winehq.org/pipermail/wine-devel/2013-January/098482.html
It said this problem was fixed, but I found the problem still exists.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=19034
Summary: Starship Titanic freezes during introduction sequence.
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=21949)
--> (http://bugs.winehq.org/attachment.…
[View More]cgi?id=21949)
Debug Trace log
After you insert the CD into the PC (in the game) the Starship Titanic crashes
into your house and a robot gets out and stands in front of you, then the game
freezes.
Ubuntu 9.04, wine 1.1.24 and Geforce 8200 nVidia driver 180.44.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4407
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #36 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-02-19 11:09:46 CST ---
Over 3 years without new data: resolving abandoned. If anyone is …
[View More]still able to
reproduce the issue in wine 1.5.24 (or later) feel free to reopen.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=31463
Bug #: 31463
Summary: GeForce GT 630M (with Bumblebee) is not properly
recognized
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralfjung-e(a)gmx.de
Classification: …
[View More]Unclassified
My laptop has an NVidia GeForce GT 630M (2GB) with optimus. Using bumblebee,
hardware acceleration is (amazingly) working, and this includes wine. However,
wine reports an incorrect card: It says that I am using a GeForce 8300 GS.
TrackMania also display "133MB", which I assume is also RAM and actually means
128 MiB.
This is with wine 1.5.10, compiled from sources.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33009
Bug #: 33009
Summary: Logical error in code isStateDirty
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roman.marusyk(a)gmail.com
Classification: Unclassified
wined3d_private.h have a
…
[View More]static inline BOOL isStateDirty(const struct wined3d_context *context, DWORD
state)
....
(line 1792) return context->isStateDirty[idx] & (1 << shift);
sizeof(BOOL) is not always a 32bits
if someone compile and built only wined3d on macos
BOOL is typedef char BOOL;
and code
return x & (1 << shift) very bad
for example
return x & (1 << 24) is a return x & (0x01000000)
if BOOL is typedef char , we have always return FALSE
anyway, better write
return (context->isStateDirty[idx] & (1 << shift)) != 0;
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=32198
Bug #: 32198
Summary: ListView fails to redraw after Insert
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Download Enterprise Architect
Open …
[View More]the Example Model
Select an Element in the Project Browser
Open the Scripting Window (Either View -> Scripting, or Tools -> Scripting)
Expand the "Local Scripts" group
Find the "JScript - Attribute Lifecycle Example"
Run the Script.
The System output window will list the output from the script, current it
doesn't.
Since the scrollbars appear, scroll to the top and then switch tabs and back
again to force a redraw of the control. The data will appear.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #92 from Shannon VanWagner <shannon.vanwagner(a)gmail.com> 2013-02-17 12:11:47 CST ---
Indeed Age Of Empires Complete Collection still complains of error loading
keygen dll on install at the point of entering the key. Tested on wine version
wine-1.5.24, installed from the Ubuntu 12.04 package manager.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above …
[View More]URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]