https://bugs.winehq.org/show_bug.cgi?id=52961
Bug ID: 52961
Summary: crypt32:str - test_CertGetNameString() fails on
Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
crypt32:str - test_CertGetNameString() fails on Windows 7:
str.c:867: Test failed: line 951: unexpected length 10, expected 11.
str.c:871: Test failed: line 951: unexpected value "localhost\x00e".
str.c:885: Test failed: line 951: unexpected len 10, expected 11.
str.c:894: Test failed: line 951: string is not zero terminated.
str.c:867: Test failed: line 952: unexpected length 21, expected 1.
str.c:871: Test failed: line 952: unexpected value "a".
str.c:877: Test failed: line 952: unexpected str[1] 0x72.
str.c:878: Test failed: line 952: str "ric(a)codeweavers.com", string data
mismatch.
str.c:885: Test failed: line 952: unexpected len 21, expected 1.
str.c:886: Test failed: line 952: unexpected value
L"aric(a)codeweavers.com\0000".
str.c:892: Test failed: line 952: str L"aric(a)codeweavers.c", string data
mismatch.
str.c:894: Test failed: line 952: string is not zero terminated.
str.c:867: Test failed: line 953: unexpected length 10, expected 1.
str.c:871: Test failed: line 953: unexpected value "l".
str.c:877: Test failed: line 953: unexpected str[1] 0x6f.
str.c:878: Test failed: line 953: str "ocalhost", string data mismatch.
str.c:885: Test failed: line 953: unexpected len 10, expected 1.
str.c:886: Test failed: line 953: unexpected value L"localhost\0000".
str.c:892: Test failed: line 953: str L"localho", string data mismatch.
str.c:894: Test failed: line 953: string is not zero terminated.
str.c:867: Test failed: line 976: unexpected length 8, expected 19.
str.c:871: Test failed: line 976: unexpected value "ex1.org\x00n.org\x00rs.co".
str.c:885: Test failed: line 976: unexpected len 8, expected 19.
str.c:894: Test failed: line 976: string is not zero terminated.
str.c:867: Test failed: line 978: unexpected length 8, expected 19.
str.c:871: Test failed: line 978: unexpected value "ex3.org\x00n.org\x00rs.co".
str.c:885: Test failed: line 978: unexpected len 8, expected 19.
str.c:894: Test failed: line 978: string is not zero terminated.
https://test.winehq.org/data/patterns.html#crypt32:str
A bisect shows that the failures started with the commit below:
commit 0c35a851cd73247cb95187acc2e22074f9ca09a3
Author: Paul Gofman <pgofman(a)codeweavers.com>
Date: Fri Apr 15 14:44:32 2022 +0300
crypt32: Support CERT_NAME_SEARCH_ALL_NAMES_FLAG in CertGetNameStringW().
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=52908
Bug ID: 52908
Summary: mf:mf - The 64-bit test_wma_decoder() fails on 64-bit
Debian 11 + Intel
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 64-bit test_wma_decoder() fails on my Debian 11 + Intel machine (see
fg-deb64-wow64):
mf.c:6282: Test failed: ProcessOutput returned 0xd0000001
mf.c:6328: Test failed: ProcessOutput returned 0xd0000001
mf.c:6340: Test failed: ProcessOutput returned 0xd0000001
mf.c:6352: Test failed: ProcessInput returned 0xc00d36b5
https://test.winehq.org/data/patterns.html#mf:mf
The last two failures are gone now but the first two are still present.
configure does not mention any missing library (besides libhal) in either the
32- or the 64-bit builds.
A bisect shows that the failures started with this commit:
commit 651e4002ceeb9a15b11a184b5f47a732e26b7e00
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Mon Mar 14 14:43:22 2022 +0100
winegstreamer: Introduce new wg_transform_(push|read)_data functions.
And use it to implement WMA decoder Process(Input|Output).
The test output is different because ffmpeg WMA decoder outputs data in
a different way as native. The data seems valid audio nonetheless, and
it shouldn't matter too much.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51931
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52391
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=51297
Bug ID: 51297
Summary: d3d8:visual: test_sample_mask() fails on Nvidia
(cw-gtx560)
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3d8:visual has a failure in test_sample_mask() on cw-gtx560 (Nvidia):
https://test.winehq.org/data/patterns.html#d3d8:visual
visual.c:11146: Test failed: Got unexpected colour ffffbcbc.
This happens on all Windows versions available on that machine (from Windows
8.1 to Windows 10 2009). This failure also does not happen on any other machine
which makes it specific to Nvidia or this graphics card or this driver version
(391.35, the latest available at this date).
The test was introduced by this commit:
commit 30fe080965409e68cc86a04af1935e4944f4b049
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri Apr 30 11:08:26 2021 -0500
d3d8/tests: Port test_sample_mask() from d3d9.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=45960
Bug ID: 45960
Summary: Editpad Lite 7 siaplay empty boxes instead of text in
some menus
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 62507
--> https://bugs.winehq.org/attachment.cgi?id=62507
screenshot of problem
When trying to set the default font, the drop-down screen offers many
selections of empty boxes rather than text, see the attachment.
This screen is accessed by:
1/ Options>Configure File Type
2/ On the Editor Options tab click the Edit button next to the "Default text
layout" drop-down box
3/ in the Text Layout Configuration Window click the down arrow to the right of
of the large drop down box to select fonts in the 2nd-from-last left hand
window pane called Main Font.
The installer is here: https://www.editpadlite.com/download.html
This may be the same issue as bug 45959 which I also submitted, I do not have
sufficient knowledge to make that judgement.
My system:
Kubuntu 18.04.01
Wine version 3.17
--
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=51755
Bug ID: 51755
Summary: Crash in DeepSkyStacker when stacking images.
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dawid.krol(a)gmail.com
Distribution: ---
Created attachment 70650
--> https://bugs.winehq.org/attachment.cgi?id=70650
crash log
When astrophotography images are processed the program crashes. I looked in the
wine log but i didn't noticed anythinh suspicous. The program on Windows is
working properly. The program requres GDI+ and I installed but it didn't
helped. The problem was reported in Wine's AppDB.
Steps to reproduce crash
1. Open Deep Sky Stacker
2. Click Open picture files and select DSC_6524.NEF
3. Select dark files and select DSC_6525.NEF
4. Select bias files and select DSC_6538.NEF
5. Click Stack checked pictures
6. Click OK in the popup. Application is crashing when processing dialog is
shown.
Files for crash reproduction are in these links.
https://www.dropbox.com/s/7lv7encmhwvmn7d/DSC_6524.NEF?dl=0https://www.dropbox.com/s/17q40uq17d8ar7k/DSC_6525.NEF?dl=0https://www.dropbox.com/s/o9mn1wd3l4kv1sx/DSC_6538.NEF?dl=0
--
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=44503
Bug ID: 44503
Summary: Failed install of Corel PSP X6
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: neil.ray(a)usa.com
Distribution: ---
Created attachment 60460
--> https://bugs.winehq.org/attachment.cgi?id=60460
Failed install of Corel PSP X6
Attempted to install, via wine, Corel Paint Shop Pro X6. Encountered a fatal
error and was unable to continue. Backtrace log attached. My OS is Linux Mint
18.3 on a 32bit machine.
--
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=52938
Bug ID: 52938
Summary: Nitro Family
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jon9097(a)gmail.com
Distribution: ---
Created attachment 72311
--> https://bugs.winehq.org/attachment.cgi?id=72311
Log
In the game Nitro Family when you start just a black screen and game sounds. I
can hear the cursor moving in the menu, but you can only see a black screen.
The problem has been lingering since 2015, and it's about time it was solved.
Surely fixing the bug will make it possible to run quite a few games!
--
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=52416
Bug ID: 52416
Summary: Metatogger 7.2: Wine crashes upon launching the
software
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: p10qjuhh(a)duck.com
Distribution: ---
Created attachment 71672
--> https://bugs.winehq.org/attachment.cgi?id=71672
The backtrace generated by Wine
Launching Metatogger at all causes a crash.
Download:
https://www.luminescence-software.org/download/metatogger/Metatogger-Instal…
Name: Metatogger-Installer.exe
MD5: 4fc5a6f1c39a95bb754c25207fe2bb9a
(This installer is updated semi-regularly by the software maintainer, so
determining the version is on you)
At the time of writing, 7.2 is the latest release, but this problem is likely
to still exist in later versions.
--
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=52407
Bug ID: 52407
Summary: dotnet-sdk-5.0.100-win-x64 simple example fails: error
MSB4018: The "AssignCulture" task failed unexpectedly.
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
URL: https://download.visualstudio.microsoft.com/download/p
r/2892493e-df43-409e-af68-8b14aa75c029/53156c889fc08f0
1b7ed8d7135badede/dotnet-sdk-5.0.100-win-x64.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Note: this happens on version 5.0.100 of the downloadlink, another tested
version like dotnet-sdk-5.0.100-rc.2.20479.15-win-x64.exe doesn`t show this,
guess something has changed in the code (?)
Steps:
wget
https://download.visualstudio.microsoft.com/download/pr/2892493e-df43-409e-…
wine dotnet-sdk-5.0.100-win-x64.exe
wine dotnet new wpf -o myapp && cd myapp && wine dotnet run
Output:
027c:fixme:nls:ResolveLocaleName stub: L"eo", 0000000028CCC000, 85
C:\Program
Files\dotnet\sdk\5.0.100\Microsoft.Common.CurrentVersion.targets(2943,5): error
MSB4018: The "AssignCulture" task f
ailed unexpectedly. [Z:\home\louis\ramdisk\myapp\myapp.csproj]
C:\Program
Files\dotnet\sdk\5.0.100\Microsoft.Common.CurrentVersion.targets(2943,5): error
MSB4018: System.TypeInitializationE
xception: The type initializer for 'Microsoft.Build.Tasks.CultureInfoCache'
threw an exception. [Z:\home\louis\ramdisk\myapp\m
yapp.csproj]
I did a bit of testing and in fact ResolveLocaleName _never_ returns 0, so i
guess we could just improve stub a bit to return 1 and get away with it. I`ll
attach improved stub that fixes the bug
--
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=52940
Bug ID: 52940
Summary: [Regression]Assassin's Creed Origins crashes after
intro videos with vulkan backend on wine-git
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: e7d86d9c6e58e8e133c606099615b0d9e7940132
Distribution: Debian
Hi,
When you launch the game from UbisoftConnect, there are 3 intro video
(Epilepsy.bk2, pc_warningSaving.bk2 and warning_disclaimer.bk2) and then a
splash-screen (screenshot : https://ibb.co/fSC33zX) to access to the main menu.
This screenshot has been taken with DXVK, the game has an issue with wined3d
opengl/vulkan backend with with wine <= 7.7 (see bug #45358)
(https://bugs.winehq.org/attachment.cgi?id=72313)
With wine-git the game crashes after the 3 intro video when the splash-screen
must appears.
I did a regression test and the 1st bad commit is :
######
e7d86d9c6e58e8e133c606099615b0d9e7940132 is the first bad commit
commit e7d86d9c6e58e8e133c606099615b0d9e7940132
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Fri Apr 22 15:42:56 2022 -0500
wined3d: Clear Vulkan textures on the GPU in
wined3d_texture_vk_load_texture().
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/wined3d/texture.c | 61 ++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 52 insertions(+), 9 deletions(-)
######
After to revert it, i confirm that the broken splash-screen appears.
VKD3D_DEBUG=trace VKD3D_SHADER_DEBUG=trace
WINEDEBUG=+d3d,+d3d11,+d3d_shader,+seh log here :
https://www.mediafire.com/file/n8gnbe5949mr4rs/AC_Origins_d3d_wine_git.7z/f…
--
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.