https://bugs.winehq.org/show_bug.cgi?id=46453
Bug ID: 46453
Summary: The Testament of Sherlock Holmes crashes while loading
level with builtin d3dx9_43
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 949dbbd31f450178c90ea8267097a975b77c3219
Distribution: ---
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x1 at
ctx(0x33b4ec,L"d3dx9_43<elf>"), for
debug_info(abbrev:0x6d3303ac,symt:0x6d27b524)
fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children
Set d3dx9_43 to native,builtin helps.
--
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=28196
Summary: Test Drive Unlimited: Water is always rendered on top
of everything.
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
On Test Drive Unlimited water is always rendered on top of any other object, no
matter how far or high the object is, in fact one can see the rivers and sea
over the road/mountains being miles away from the sea/river.
This issue happens since the very first runnable wine version (1.1.x), and I
belive that it wasn't reported earlier because it was confused by most users
with bug 7991, but definitely not the same issue.
I have tested it with the following hardware (DX10 capable) and the bug shows
clearly:
------------------------[ snip ]------------------------------------
direct rendering: Yes
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9300M GS/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 270.41.06
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
------------------------[ snip ]------------------------------------
There are also reports on the appdb of users with a Geforce 9600GT or ATI
HD4870 having the same issue (both cards are DX10 capable), and a lot of
screenshots with the "flood".
--
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=47137
Bug ID: 47137
Summary: HX Edit (Line 6) : crashes on launch
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clarinet(a)huzzam.com
Distribution: ---
Created attachment 64363
--> https://bugs.winehq.org/attachment.cgi?id=64363
backtrace
Fresh install of wine-development (4.2), set to Windows 10 and 192dpi (for
hidpi screen), otherwise stock .wine. Installed Line6 HX Edit software, and it
crashes immediately on launch.
--
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=47236
Bug ID: 47236
Summary: Adobe InDesign CC 2017: crashes at startup:
unimplemented function msvcp140.dll._Strxfrm
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: winepala(a)tradermail.info
Distribution: ---
Created attachment 64512
--> https://bugs.winehq.org/attachment.cgi?id=64512
terminal log
Adobe InDesign CC2017 crashes at startup with this wine log message
wine: Call from 0x7b456056 to unimplemented function msvcp140.dll._Strxfrm,
aborting
005a:err:module:LdrInitializeThunk "dvanet.dll" failed to initialize, aborting
005a:err:module:LdrInitializeThunk Initializing dlls for
L"Z:\\home\\user\\Wine\\Adobe InDesign CC 2017\\InDesign.exe" failed, status
80000100
--
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=47082
Bug ID: 47082
Summary: Unhandled exception: unimplemented function
authz.dll.AuthzFreeResourceManager called in 32-bit
code (0x7b445f5b).
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terry(a)beam.ltd.uk
Distribution: ---
Created attachment 64274
--> https://bugs.winehq.org/attachment.cgi?id=64274
Backtrace
An un-implemented function when using a program called passpad.exe an MRI
imaging viewer: Clarity English, OsiriX Viewer.
This is using Fedora29 wine.
--
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=39614
Bug ID: 39614
Summary: Wine initialises a Critical Section for Mutexes by
NULL instead of (void*)-1
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: EoD(a)xmw.de
Distribution: ---
After initialising a critical section for mutexes by using
static CRITICAL_SECTION Mutex = {(PCRITICAL_SECTION_DEBUG)-1, -1, 0, 0, 0, 0};
wine crashed in "RtlpWaitForCriticalSection()".
According to http://locklessinc.com/articles/pthreads_on_windows/ this is a
valid way of initialising the critical section. However, Wine seems to
initialize it by NULL instead of (void*)-1:
http://source.winehq.org/git/wine.git/blob/e8b9bda53ac39c913ddc93de0308f0c8…
This is a re-reporting of an issue on github:
https://github.com/apitrace/apitrace/issues/397
with a backtrace in https://gist.github.com/EoD/cf759116a4af8744bdb7
--
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=38421
Bug ID: 38421
Summary: Windows Media Player 9 & 10: mp3 sound plays too fast
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
To reproduce, install WMP10 with winetricks and play an mp3 file.
Setting version based on regression test results, but the problem is still
present in wine-1.7.40-156-gba00e8e.
Regression test results:
5c91d011bbdff0cac6535c866ef5498b1ddc42c7 is the first bad commit
commit 5c91d011bbdff0cac6535c866ef5498b1ddc42c7
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Mon Dec 29 00:13:56 2014 +0300
msdmo: Registry API functions don't return HRESULT codes.
:040000 040000 dd337587dde868375ad75d4fd6adcc590453375c
35cf0352b6c68488c4b17f2064575eec35eb25aa M dlls
The patch can't be reverted cleanly. The results seemed odd, so I ran the
regression test a second time and got the same result.
Winetricks quartz devenum works around it.
--
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=47234
Bug ID: 47234
Summary: Wine fails to properly parse and import some of the
standard root certificates
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: oakad(a)yahoo.com
Distribution: ---
While starting a wine application on Fedora 30 instance, quite a few of the
root certificates can not be imported by Wine because of what appears to be a
certificate parser bug. The remaining certificates still work, but those may be
not enough and the bug may affect custom certificates as well.
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x103be8: version 2
004b:trace:chain:dump_element issued by L"thawte Primary Root CA - G2"
004b:trace:chain:dump_element issued to L"thawte Primary Root CA - G2"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xfeca8: version 2
004b:trace:chain:dump_element issued by L"VeriSign Class 3 Public Primary
Certification Authority - G4"
004b:trace:chain:dump_element issued to L"VeriSign Class 3 Public Primary
Certification Authority - G4"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "1.3.6.1.5.5.7.1.12" (not critical)
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xfb668: version 2
004b:trace:chain:dump_element issued by L"USERTrust ECC Certification
Authority"
004b:trace:chain:dump_element issued to L"USERTrust ECC Certification
Authority"
004b:trace:chain:dump_element valid from 2/1/2010 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xc9478: version 2
004b:trace:chain:dump_element issued by L"SSL.com Root Certification Authority
ECC"
004b:trace:chain:dump_element issued to L"SSL.com Root Certification Authority
ECC"
004b:trace:chain:dump_element valid from 2/12/2016 to 2/12/2041
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.35" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6\6850\091d"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xd8798: version 2
004b:trace:chain:dump_element issued by L"SSL.com EV Root Certification
Authority ECC"
004b:trace:chain:dump_element issued to L"SSL.com EV Root Certification
Authority ECC"
004b:trace:chain:dump_element valid from 2/12/2016 to 2/12/2041
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.35" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6\80d0\091d"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xc29a8: version 2
004b:trace:chain:dump_element issued by L"OISTE WISeKey Global Root GC CA"
004b:trace:chain:dump_element issued to L"OISTE WISeKey Global Root GC CA"
004b:trace:chain:dump_element valid from 5/9/2017 to 5/9/2042
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "1.3.6.1.4.1.311.21.1" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_name_constraints 0 excluded subtrees:
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xb0fc8: version 2
004b:trace:chain:dump_element issued by L"Hellenic Academic and Research
Institutions ECC RootCA 2015"
004b:trace:chain:dump_element issued to L"Hellenic Academic and Research
Institutions ECC RootCA 2015"
004b:trace:chain:dump_element valid from 7/7/2015 to 6/30/2040
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xae008: version 2
004b:trace:chain:dump_element issued by L"GlobalSign"
004b:trace:chain:dump_element issued to L"GlobalSign"
004b:trace:chain:dump_element valid from 11/13/2012 to 1/19/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa7888: version 2
004b:trace:chain:dump_element issued by L"GlobalSign"
004b:trace:chain:dump_element issued to L"GlobalSign"
004b:trace:chain:dump_element valid from 11/13/2012 to 1/19/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\bdf7\c5f5\e4be\cd43\718a\1bf0\ab31\8a06\95ee\75ef\e619\6c12\d6db\c9bb\6aee\e300\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xac358: version 2
004b:trace:chain:dump_element issued by L"GeoTrust Primary Certification
Authority - G2"
004b:trace:chain:dump_element issued to L"GeoTrust Primary Certification
Authority - G2"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa3f78: version 2
004b:trace:chain:dump_element issued by L"Entrust Root Certification Authority
- EC1"
004b:trace:chain:dump_element issued to L"Entrust Root Certification Authority
- EC1"
004b:trace:chain:dump_element valid from 12/18/2012 to 12/18/2037
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa68b8: version 2
004b:trace:chain:dump_element issued by L"DigiCert Global Root G3"
004b:trace:chain:dump_element issued to L"DigiCert Global Root G3"
004b:trace:chain:dump_element valid from 8/1/2013 to 1/15/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x937b8: version 2
004b:trace:chain:dump_element issued by L"DigiCert Assured ID Root G3"
004b:trace:chain:dump_element issued to L"DigiCert Assured ID Root G3"
004b:trace:chain:dump_element valid from 8/1/2013 to 1/15/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x942a8: version 2
004b:trace:chain:dump_element issued by L"COMODO ECC Certification Authority"
004b:trace:chain:dump_element issued to L"COMODO ECC Certification Authority"
004b:trace:chain:dump_element valid from 3/6/2008 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
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=47023
Bug ID: 47023
Summary: Warframe in-game screenshot fails if screenshot
directory already exists
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: wine.bugzilla(a)johnthomson.fastmail.com.au
Distribution: ---
Created attachment 64181
--> https://bugs.winehq.org/attachment.cgi?id=64181
SHCreateDirectoryExW already exists demo application source
The Warframe in-game screenshot (F6) utility fails to save a screenshot if the
directory it tries to use already exists.
These are:
$user\My Pictures\\Warframe
$warframe_install_location\\Downloaded\\Public\\Captures
$warframe_install_location\\Downloaded\\Public
$user\\Local Settings\\Application Data\\Warframe\\Captures
If one of these folders does not exist, it is created, and one screenshot can
be saved.
I believe the issue stems from SHCreateDirectoryExW returning ERROR_CANCELLED,
but have not had time to compile Wine with a fix yet.
0037:Call shell32.SHCreateDirectoryExW(00020060,09df9270 L"C:\\users\\john\\My
Pictures\\Warframe",00000000) ret=1401353f4
...
0037:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\users\\john\\My Pictures\\Warframe", failed with error 183
0037:Ret shell32.SHCreateDirectoryExW() retval=000004c7 ret=1401353f4
When the folder exists, SHCreateDirectoryExW returns with ERROR_CANCELLED 1223
(0x4C7)
https://github.com/wine-mirror/wine/blob/fabde842ede40fc53cf6f5743d5b477841…
My simple test program with a non-null Hwnd returned error ERROR_ALREADY_EXISTS
183 on Windows 7, and ERROR_CANCELLED 1223 in Wine, but I am not confident in
my quick testing.
The MSDN docs do not mention this
https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_…
I would like for someone to test the return value of SHCreateDirectoryExW with
a Hwnd for an exiting directory on Windows.
--
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.