You have (or someone impersonating you has) requested to change your
Bugzilla password. To complete the change, visit the following link:
https://bugs.winehq.org/token.cgi?t=DEcJF5lsDo&a=cfmpw
If you are not the person who made this request, or you wish to cancel
this request, visit the following link:
https://bugs.winehq.org/token.cgi?t=DEcJF5lsDo&a=cxlpw
If you do nothing, the request will lapse after 3 days
(on February 17, 2016 at 00:27 CST) or when you
log in successfully.
http://bugs.winehq.org/show_bug.cgi?id=18912
Summary: EM_SETEDITSTYLE Does not work
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark(a)thermeon.com
This is part of the richedit controls is that in Windows, richedit controls
have the ability to emulate a regular edit control and it gives the ability to
have unicode edit boxes on non-unicode systems (win9x). By emulating a regular
editor control, richedit can (among other things) allow a tab to switch away
from the control rather than entering the tab into the edited text (like
notepad or wordpad)
The part needed is to support the EM_SETEDITSTYLE message, specifically the
SES_EMULATESYSEDIT parameter.
The description in the windows docs is:
"When this bit is on, rich edit attempts to emulate the
system edit control"
Thanks
--
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=40037
Bug ID: 40037
Summary: Docked Window Jumps when being dragged.
Product: Wine
Version: 1.9.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Download these examples
http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
Run the DockingView.exe example
Drag "View 1" title so that it undocks
Drag the window around the screen, it jump around the screen then back to the
mouse cursor.
This only happens on x86-64, x86 works fine.
--
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=40100
Bug ID: 40100
Summary: SuperMemo UX doesn't run
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcino451(a)gmail.com
Distribution: ---
I tried to run SuperMemo UX (not american SuperMemo). Installer and installed
application (supermemo.exe) doesn't run because I got a message "invalid file
name" or something.
--
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=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.