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.
https://bugs.winehq.org/show_bug.cgi?id=40102
Bug ID: 40102
Summary: mouse pointer disappear if it located on not
responding wine application
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Distribution: ---
I am not sure that it wine problem, but anyway we have problem if wine
application stops responding then mouse pointer disappear if it located on this
application.
$ wine --version
wine-1.9.2 (Staging)
Screencasting: https://youtu.be/lHHkFDgOpeo
--
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=8606
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
Staged patchset| |https://github.com/wine-com
| |pholio/wine-staging/tree/ma
| |ster/patches/ws2_32-getsock
| |opt
--
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=3689
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)baikal.ru
Staged patchset|https://github.com/wine-com |https://github.com/wine-com
|pholio/wine-staging/tree/ma |pholio/wine-staging/tree/ma
|ster/patches/widl-SLTG_Type |ster/patches/stdole32.tlb-S
|lib_Support |LTG_Typelib
--
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=39557
Bug ID: 39557
Summary: Dead code in IsDialogMessageW
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
IsDialogMessageW sets dlgCode to 0, then under VK_UP checks if (!(dlgCode &
DLGC_WANTARROWS)). This if statement can never be true.
https://source.winehq.org/git/wine.git/blob/cbaab82d086e36dacaa22c6adf80f91…
--
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=4405
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hugh.mcmaster(a)outlook.com,
| |leslie_alistair(a)hotmail.com
--- Comment #13 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> ---
Hugh McMaster patches might be a better solution to fix this.
http://source.winehq.org/patches/data/118425http://source.winehq.org/patches/data/118424
--
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=8606
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian(a)fds-team.de,
| |super_man(a)post.com
--- Comment #40 from super_man(a)post.com ---
patching file dlls/ws2_32/socket.c
Hunk #1 succeeded at 3703 (offset 1217 lines).
Hunk #2 succeeded at 3714 with fuzz 2 (offset 1218 lines).
Hunk #3 succeeded at 5623 with fuzz 2 (offset 1544 lines).
against 1.9.3
--
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=40101
Bug ID: 40101
Summary: winepulse.drv freezes installer of MCM2 Demo
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Motocross Madness 2 Trial freezes, when i try to install it. Installer has only
one button named "Install". When you press it, it remains pressed and installer
freezes.
Workaround is to build wine --without-pulse. Then installer continues normally
to "Checking hardware..." screen.
Version set to wine-1.7.55 as first occurrence of Pulse driver.
Tested working version (without pulse):
* 1.9.3, 1.9.0, 1.7.55
Tested non-working version (with pulse):
* 1.9.3, 1.9.0
Installer of the full version of MCM2 is also affected.
--
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=39913
Bug ID: 39913
Summary: win16 regression: fonts broken in several ways
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: curaga(a)operamail.com
Distribution: ---
Created attachment 53303
--> https://bugs.winehq.org/attachment.cgi?id=53303
Screenshot showing both good and bad results.
After upgrading to 1.9.0 from 1.3.0, the fonts in Stars! broke in several ways.
Screenshot attached.
Nothing else changed on the system - same libraries and same fonts are
installed for both Wine versions. I realize it's a wide version gap, but with
Wine builds taking 15 min each, I'm afraid I don't have the time right now to
bisect closer.
1. The wrong font is picked. Wine 1.3.0 and several previous versions picked
the same, correct font as real Win 3.11.
2. The font's height is calculated wrong, leaving only part of the text
visible.
3. Spaces are sometimes replaced with boxes.
--
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=24061
Summary: win16 DnD doesn't redraw
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curaga(a)operamail.com
Created an attachment (id=30242)
--> (http://bugs.winehq.org/attachment.cgi?id=30242)
Screenshot
In win16 strategy game Stars!, you design your ships by dragging components on
to the hull. Ie DnD inside the same app.
The area under the drag is not redrawn, see screenshot.
Does not happen on Win 3.11. Has been present in Wine at least since 1.1.43.
Demo downloadable here:
http://starsautohost.org/files/stars26b.zip
--
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=26563
Summary: MPQEdit: Empty bitmaps in rebar cause extra padding
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
>From Bug 25394:
When creating button in the toolbar, WINE ignores I_IMAGENONE
in the TBUTTON::iBitmap member. The created button still looks like
it has a bitmap, even tho empty.
Native comctl32 works fine.
--
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=2082
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|19733 |
--
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=2082
--- Comment #157 from Zhenya <Zenitur(a)yandex.ru> ---
mysatyre(a)gmail.com, they're really made a huge update of ddraw code started 30
Jan: http://i.imgur.com/dTTHqEy.pnghttp://i.imgur.com/dTTHqEy.png
Is your patch still working?
--
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=9127
~J~ <funtimeschaos(a)rocketmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |funtimeschaos(a)rocketmail.co
| |m
--
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=39686
Bug ID: 39686
Summary: IE frame freezes after calling the print dialog
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: joachim.priesner.bugs(a)web.de
Distribution: ---
After calling the print dialog from the IE frame context menu and exiting the
print dialog, the IE frame freezes (is not repainted, does not react to events
etc.)
This is due to DestroyWindow() being called on the HWND of the web site. This
is most likely a bug in Gecko. I'm leaving a report here so that the bug can be
found more easily by searching for the symptoms.
The upstream bug report is https://bugzilla.mozilla.org/show_bug.cgi?id=1228638
--
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=37632
Bug ID: 37632
Summary: farcry 3 display strange colors
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
farcry 3 display strange colors
wine 1.7.28 + nvidia 343.22
https://www.youtube.com/watch?v=W9Ha25git3Y
wine 1.7.31 + nvidia 346.16
https://www.youtube.com/watch?v=FXIv-2j0t_s
--
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=37911
Bug ID: 37911
Summary: LINE program, black window
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: test734(a)yopmail.com
Distribution: ---
Created attachment 50493
--> https://bugs.winehq.org/attachment.cgi?id=50493
CLI output
Downloaded and installed
http://cdn.line-apps.com/client/win/LineInst.exe
The program works fine, but the windows are completely black.
Only while dragging the windows I can see the contents. But the starting
position (where the dragging starts) leaves a black area like the windows size.
Then all buttons and widgets are available, just hard to identify them.
Running wine '~/.wine/drive_c/Program Files (x86)/Naver/LINE/Line.exe'
in CLI gives me the enclosed attachment
My system is [uname -a]
Linux AsusG75 3.18.2-2-ARCH #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015 x86_64
GNU/Linux
My DE is KDE 4.14.3-1. But even LXDE will do the same.
Xorg version is X Server 1.16.3
nvidia version 343.36
--
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.