https://bugs.winehq.org/show_bug.cgi?id=48495
Bug ID: 48495
Summary: XCP-ng Center v8.x (.NET 4.6 app) can't connect to
server with self-signed certificate
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: imirkin(a)alum.mit.edu
Distribution: ---
Needless to say, this works fine on windows. The application requires the
"dotnet462" winetricks verb to start, and see #48492 for ways to get past the
splash screen. Installation msi available from
https://github.com/xcp-ng/xenadmin/releases/download/v8.0.1.26/XCP-ng-Cente…
.
However once in the application, it can't actually connect.
WINEDEBUG=trace+crypt,trace+chain shows the following happening over and over
and over and over again:
0072:trace:crypt:CertVerifyCertificateChainPolicy (#0004, 0xbe571d0, 0xd7beb70,
0xd7beb30)
0072:trace:chain:dump_policy_para cbSize = 12
0072:trace:chain:dump_policy_para dwFlags = 00000010
0072:trace:chain:dump_policy_para pvExtraPolicyPara = 0xd7beb60
0072:trace:chain:dump_ssl_extra_chain_policy_para cbSize = 16
0072:trace:chain:dump_ssl_extra_chain_policy_para dwAuthType = 2
0072:trace:chain:dump_ssl_extra_chain_policy_para fdwChecks = 00000000
0072:trace:chain:dump_ssl_extra_chain_policy_para pwszServerName =
L"<redacted>"
0072:trace:crypt:CertVerifyCertificateChainPolicy returning 1 (800b0109)
800b0109 = CERT_E_UNTRUSTEDROOT
And indeed, it's a self-signed certificate, which isn't in the trusted list.
However note that policy_para.dwFlags = 0x10 ==
CERT_CHAIN_POLICY_ALLOW_UNKNOWN_CA_FLAG . This is handled in
verify_base_policy. However verify_ssl_policy only checks for the bit in
extra_chain_policy_para.fdwChecks, which is empty here.
The (.NET) application does the following:
SslStream sslStream = new SslStream(stream, false,
new RemoteCertificateValidationCallback(ValidateServerCertificate), null);
Where the ValidateServerCertificate function = "return true".
I suspect that the policy para's dwFlags should be respected by
verify_ssl_policy even if fdwFlags isn't set... but my familiarity with these
APIs extends to all of the past couple of hours ... an expert opinion would be
quite welcome.
--
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=39534
Bug ID: 39534
Summary: Bad Mojo Redux crashes on start
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52681
--> https://bugs.winehq.org/attachment.cgi?id=52681
terminal output
Bad Mojo Redux (GOG.com version) crashes immediately on start.
The patch from staging fixes the crash and the game loads to the main menu
properly:
https://github.com/wine-compholio/wine-staging/blob/0dddb28c32e44f300be2157…
Quicktime 7.7.x is installed in the prefix (needed to play in-game videos).
There's no demo version available.
Fedora 22 32-bit
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV92
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel
OpenGL core profile shading language version string: 3.30
--
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=49005
Bug ID: 49005
Summary: Listview header occasionally fails to redraw when list
is scrolled vertically
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Regression SHA1: 5b397df63147ec83a929ba997b395687e6c4c10d
Distribution: ---
This is easy to reproduce with regedit:
- open a key with enough values to show vertical scrollbar;
- scroll some;
- resize listview panel (might need to minimize/maximize to force window
redraw).
After that header won't redraw correctly.
--
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=8439
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|5.0.x |---
--- Comment #48 from Michael Stefaniuc <mstefani(a)winehq.org> ---
Removing the 5.0.x milestone from bug fixes included in 5.0.2.
--
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=48801
Bug ID: 48801
Summary: Assetto Corsa 1.14.x crashes on unimplemented function
d3dx11_43.dll.D3DX11GetImageInfoFromFileW
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says.
Prerequisite: 'winetricks -q dotnet40'
The launcher suffers from:
* bug 48798 ("RegCloseKey: Uninitialized read from get_language_sort")
* bug 32323 ("Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF
apps require either Arial or Verdana to be installed")
Trying to start a race (or in-game benchmark) results in:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Games/Assetto Corsa
$ WINEDEBUG=+process,+loaddll wine ./AssettoCorsa_Launcher.exe
...
009b:trace:process:CreateProcessInternalW app (null) cmdline
L"C:\\Games\\Assetto Corsa\\\\acs.exe"
...
009b:trace:process:RtlCreateUserProcess L"\\??\\C:\\Games\\Assetto
Corsa\\acs.exe" image L"C:\\Games\\Assetto Corsa\\acs.exe" cmdline
L"\"C:\\Games\\Assetto Corsa\\\\acs.exe\""
009f:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
009f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at
0x7b410000: builtin
009f:trace:loaddll:load_native_dll Loaded L"C:\\Games\\Assetto Corsa\\acs.exe"
at 0x140000000: native
009b:trace:process:RtlCreateUserProcess L"\\??\\C:\\Games\\Assetto
Corsa\\acs.exe" pid 009e tid 009f handles 0x1c0/0x1c4
009b:trace:process:CreateProcessInternalW started process pid 009e tid 009f
...
009f:err:d3dcompiler:compile_shader HLSL shader parsing failed.
wine: Call from 0x7b00f665 to unimplemented function
d3dx11_43.dll.D3DX11GetImageInfoFromFileW, aborting
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/00e55c8fc0c08e14c39880e62526f85…
--- snip ---
30 @ stub D3DX11GetImageInfoFromFileA
31 @ stub D3DX11GetImageInfoFromFileW
--- snip ---
$ wine --version
wine-5.4-255-g00e55c8fc0
Regards
--
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=48762
Bug ID: 48762
Summary: IExplore immediately crashes on www.msnbc.com
Product: Wine
Version: unspecified
Hardware: x86
URL: http://www.msnbc.com
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: whydoubt(a)gmail.com
Distribution: ---
On wine's iexplore.exe, while trying to load www.msnbc.com, the browser
crashes.
The last line on the console:
Assertion failed: jsdisp->builtin_info->class != JSCLASS_NONE, file object.c,
line 83
I tracked down the part of the site that leads to the crash, and reduced it to
<meta http-equiv="x-ua-compatible" content="ie=edge">
<script>{}.toString.call(Object.create(Number.prototype))</script>
--
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=41559
Bug ID: 41559
Summary: Add ability to change windows version via command line
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
This is just enchanment request.
The command line could be like
winecfg windows 7
winecfg 7
or
wine 7 program.exe
Or something similar.
I need to quite often nowadays change windows version because installers dont
like xp anymore.
--
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=19239
Summary: eBay Turbo Lister unhandled division by zero
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.ebay.com/turbo_lister2/setupUK.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22258)
--> (http://bugs.winehq.org/attachment.cgi?id=22258)
wine-1.1.25-133-g7cc7e7b backtrace
To get this far, "winetricks msxml3 mdac25 ie6" required.
When attempting to create a new item, an unhandled division by zero occurs in
user32.
=>0 0x7ed807ec get_vertical_line_count+0x29(es=0x20c5c0)
[/home/test/wine-git/dlls/user32/edit.c:1434] in user32 (0x0032b270)
--
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.