https://bugs.winehq.org/show_bug.cgi?id=45597
Bug ID: 45597
Summary: Flicker in GTAIV
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 62031
--> https://bugs.winehq.org/attachment.cgi?id=62031
APNG animation of the flicker
After a Wine upgrade, objects in GTAIV started flicker (see the animation in
attachment, namely its top-center part where a lamp is located). Bisection
gives the following result:
dd0ea0a61463db83c647a9367ca61e2b69a98eb3 is the first bad commit
commit dd0ea0a61463db83c647a9367ca61e2b69a98eb3
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Feb 16 09:39:08 2018 +0330
wined3d: Enable the multi-threaded command stream by default.
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 494432da56fa4c73f71f62151a3013fd4a6fb850
501f26cfd0dbf7d24224ad1f5fabfd9e8ce569c9 M dlls
Nothing unusual appears in the terminal, frame rate doesn't noticeably change,
only the visual artifacts appear. If you go outdoors (in game :) ), then
there'll be more objects which flicker, like here:
https://i.imgur.com/tvtU94I.png (ignore the motion of cars and humans, it's
normal).
--
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=27679
Summary: Arx Fatalis does not play intro movie
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=35412)
--> (http://bugs.winehq.org/attachment.cgi?id=35412)
console log from wine-1.3.23-160-g38c13e5
Intro movie is not played in game "Arx Fatalis". Screen is black and sound is
choppy during playback.
Maybe my fault, because console says:
fixme:gstreamer:GST_Connect Could not make source filter, are
gstreamer-plugins-* installed for 32 bits?
But i have libgstreamer-plugins-base0.10-0 and
libgstreamer-plugins-base0.10-dev installed.
Native Quartz.dll does not help and wine crashes when native is used.
--
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=48606
Bug ID: 48606
Summary: HexChat: Check for update fails
Product: Wine
Version: 5.1
Hardware: x86-64
URL: https://hexchat.github.io/
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
$ wine --version
wine-5.1
$ openssl sha256 HexChat\ 2.14.3\ x64.exe
SHA256(HexChat 2.14.3 x64.exe)=
f9afe97fceb91685b0f4b1812663eff8460a7d16d6f626ce733193cd56993f23
Steps to reproduce:
1. Install and start HexChat.
2. Click About > Check for updates
Expected results:
Update check works fine.
Current results:
Update check fails due to errors in secur32 and bcrypt.
I don't know whether this belongs with bcrypt or secur32 since both components
are affected.
In my console window I can see the following:
0054:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption
algorithm 2, returning 0
0054:fixme:secur32:schan_imp_get_max_message_size Returning 1 << 14.
0054:fixme:bcrypt:key_asymmetric_init not implemented on Mac
0054:fixme:bcrypt:key_asymmetric_init not implemented on Mac
--
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=20415
Summary: eRightSoft SUPER: Window unviewable and
non-responsive.
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=24224)
--> (http://bugs.winehq.org/attachment.cgi?id=24224)
A SUPER Log of buggies
This is a bug report for bld.35 of the free SUPER encoder by eRightSoft.
Attached is the log of what it does, I had to keep using the exit command to
even close the non-responsive application. Basically the window is scrambled,
you can't click anything and it freezes up.
--
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=50539
Bug ID: 50539
Summary: SetWindowRgn doesn't work correctly
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: hjkl(a)quantentunnel.de
Distribution: ---
Created attachment 69208
--> https://bugs.winehq.org/attachment.cgi?id=69208
Example images and source code
The SetWindowRgn function doesn't work correctly. It applies a shape to a
window. In the attachment is an example source code which just creates 2
windows and calls SetWindowRgn on both. It uses an elliptic region on the left
window and a triangle region on the right one.
The image "CorrectOnWindows.png" shows how Windows 10 draws it.
The image "IncorrectOnLinuxWithWine.png" shows how Wine on Debian draws it
(also tested on Zorin OS with the same result).
The elliptic window has a black "shadow" above the window. This might be the
same issue as described in "Bug 48636", but I'm not sure.
The other window has no shape at all. It's just drawn like SetWindowRgn was
never called.
The folder "source" of the attached ZIP file contains the Visual Studio 2019
source project and also the compiled EXEs for 32-bit and 64-bit. It's very
simple.
The interesting part is this for the 1st window:
//example 1 with an elliptic region
HRGN hRgn=CreateEllipticRgn(0, 0, 250, 200);
SetWindowRgn(g_hWnd1, hRgn, TRUE);
And this for the 2nd window:
//example 2 with a triangle region
POINT points[8];
points[0].x=50;
points[0].y=0;
points[1].x=100;
points[1].y=100;
points[2].x=0;
points[2].y=100;
points[3].x=50;
points[3].y=0;
points[4].x=50;
points[4].y=20;
points[5].x=80;
points[5].y=90;
points[6].x=20;
points[6].y=90;
points[7].x=50;
points[7].y=20;
hRgn=CreatePolygonRgn(points, 8, ALTERNATE);
SetWindowRgn(g_hWnd2, hRgn, TRUE);
--
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=39795
Bug ID: 39795
Summary: when working jriver mediacenter suddenly crash.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: noay(a)outlook.com
Distribution: ---
Created attachment 53097
--> https://bugs.winehq.org/attachment.cgi?id=53097
when working jriver mediacenter suddenly crash.
when working jriver mediacenter suddenly crash, many times, not clear why.
--
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=34753
Bug #: 34753
Summary: Rising Kingdoms: no intros
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46338
--> http://bugs.winehq.org/attachment.cgi?id=46338
RK Log
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=47975
Bug ID: 47975
Summary: X3 Albion Prelude - Unhandled page fault on read
access
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: consolelogger(a)rhyta.com
Distribution: ---
Created attachment 65476
--> https://bugs.winehq.org/attachment.cgi?id=65476
x3ap console log
Ubuntu 19.10 - wine-mono-4.9.3.msi
X3 Albion Prelude crashes on splashscreen. The launcher before that works.
Console log, backtrace and the games's own crashlog are attached.
I am happy to provide more details and do tests when asked to.
minor question:
fixme:dbghelp:elf_search_auxv can't find symbol in module
Does that error mean I am missing some debug symbols to make the log more
useful?
--
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=50901
Bug ID: 50901
Summary: Google Chrome 89.0.4389.114 exits at startup
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 69712
--> https://bugs.winehq.org/attachment.cgi?id=69712
WINEDEBUG=+relay,+tid wine chrome.exe
Using a standalone Chrome Installer
$ sha1sum ChromeStandaloneSetup64.exe
3b2c9b4005a84a1fe5475e4a472167667c381d29 ChromeStandaloneSetup64.exe
1. wine ChromeStandaloneSetup64.exe
2. cd ~/.wine/drive_c/Program Files/Google/Chrome/Application
3. wine chrome.exe
4. a black window appears. A second later, it exists quietly
--
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.