https://bugs.winehq.org/show_bug.cgi?id=2155
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |dmitry(a)baikal.ru,
| |erich.e.hoover@wine-staging
| |.com, michael(a)fds-team.de,
| |sebastian(a)fds-team.de
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/winex11-_NET_A
| |CTIVE_WINDOW
--
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=32325
Bug #: 32325
Summary: Assassin's Creed III crashes on launch
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krywk(a)hotmail.com
Classification: Unclassified
Created attachment 42666
--> http://bugs.winehq.org/attachment.cgi?id=42666
WINE Error Log
Assassin's Creed III fails to launch, with the typical 'AC3SP.exe has found an
error and needs to close' error. 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.
https://bugs.winehq.org/show_bug.cgi?id=38785
Bug ID: 38785
Summary: Client Wait Sync Timeout
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Testing Chessmaster 10 Demo I got a crash and trace it in log having a message
---
glClientWaitSync returned 0x911b
---
This is GL_TIMEOUT_EXPIRED_APPLE and there is a comment related to this
----
/* Apple seems to be into arbitrary limits, and timeouts larger than
* 0xfffffffffffffbff immediately return GL_TIMEOUT_EXPIRED. We don't
* really care and can live with waiting a few μs less. (OS X 10.7.4).
*/
----
I know how you like Apple so I decided to add here
----
switch (gl_ret)
{
case GL_ALREADY_SIGNALED:
case GL_CONDITION_SATISFIED:
ret = WINED3D_EVENT_QUERY_OK;
break;
/* here my addition */
+ case GL_TIMEOUT_EXPIRED_APPLE:
+ ret = WINED3D_EVENT_QUERY_NOT_STARTED;
+ break;
---------
and voila! Chessmaster works and no more crashes.
So there is my question. Why default return WINED3D_EVENT_QUERY_ERROR causes
crash?
--
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=11079
Summary: Feature request: Ability to set refresh rate and color
depth with Emulated virtual desktops
Product: Wine
Version: 0.9.52.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bigfox(a)gmail.com
Adding the ability to set the refresh rate and color depth when Emulating a
virtual desktop would help get some of the more nit-picky games to run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9030
Sergey Isakov <isakov-sl(a)bk.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |isakov-sl(a)bk.ru
--- Comment #53 from Sergey Isakov <isakov-sl(a)bk.ru> ---
I confirm the demo works with wine-1.9.3. There is no bug with "hang on black
screen". Resolved?
About bad colors... Open the folder with installed game and see BMP files. They
have exactly same bad colors. The game is designed with such pictures.
Wine shows these pictures quite right as designed.
Best wishes!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=9030
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #52 from super_man(a)post.com ---
This is actually fixed for me, no blank screen anymore. I was able to enter
into game. The colors are wrong, but it has never gone this far before.
r9 290 open source drivers.
wine-1.9.3-86-g11be16c
--
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=35710
Bug ID: 35710
Summary: Some log is too long to display in one line in PDF
version of Wine Developer's Guide.
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Created attachment 47688
--> http://bugs.winehq.org/attachment.cgi?id=47688
the case in page seven
Hi folks,
There are some log is too long to display in one line in PDF version of Wine
Developer's Guide.
Just like page seven and page ten in
http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.pdf .
I'm not sure should I report it in here. Please excuse me, if it's not a right
place.
Thank you.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40018
Bug ID: 40018
Summary: broken link to documentation
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bgstack15(a)gmail.com
Page with problem: https://www.winehq.org/help
Problem: "We recommend you read our online Documentation" with "Documentation"
as the broken link.
Probable resolution: change to match link found on the icon,
https://www.winehq.org/documentation
--
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.