https://bugs.winehq.org/show_bug.cgi?id=49602
Bug ID: 49602
Summary: Missing functionality for Sumatra PDF 3.2
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the software “Wine 5.13-1186.1” out again because I would like to
check the collaboration of another well-known PDF tool here.
Print tries succeeded for a few documents.
I got the following log during my test attempt.
elfring@Sonne:~> wine /home/elfring/geladen/Freeware/SumatraPDF-3.2-64.exe
0378:fixme:process:SetProcessDEPPolicy (1): stub
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:create_server class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
…
0378:fixme:commdlg:PrintDlgExW (000000000021DC10) semi-stub
0378:fixme:commdlg:PRINTDLG_UpdatePrintDlgW Collate lppd not yet implemented as
output
0394:fixme:winspool:SetJobW Ignoring everything other than document title
0378:err:ntdll:RtlLeaveCriticalSection section 0000000000912720 is not acquired
…
How are the chances to complete the mentioned function implementations?
--
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=55698
Bug ID: 55698
Summary: secur32:negotiate & secur32:ntlm fail on macOS due to
lack of NTLM support
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
secur32:negotiate & secur32:ntlm fail on macOS due to lack of NTLM support.
secur32:negotiate:
negotiate.c:136: Test failed: AcquireCredentialsHandleA returned c0000001
negotiate.c:246: Tests skipped: setup_client returned c0000001, skipping test
secur32:ntlm:
ntlm.c:1358: Test failed: NTLM package not installed, skipping test
ntlm.c:1282: Test failed: NTLM package not installed, skipping test
See https://test.winehq.org/data/patterns.html#secur32:negotiatehttps://test.winehq.org/data/patterns.html#secur32:ntlm
Where 0xc0000001 == STATUS_UNSUCCESSFUL
This may be happening because of missing libraries (or rather ntlm_auth?) on
Remi's macOS test machines (see rbernon-macos-*).
--
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=55694
Bug ID: 55694
Summary: missing functions in winelib: _stricmp, _wcsicmp,
_mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: milahu(a)gmail.com
Distribution: ---
these functions are not implemented by winelib:
_stricmp, _wcsicmp, _mbsicmp, _stricmp_l, _wcsicmp_l, _mbsicmp_l
compiler errors from g++ 12.3.0:
error: ‘_stricmp’ was not declared in this scope
error: ‘_wcsicmp’ was not declared in this scope
error: ‘_mbsicmp’ was not declared in this scope
error: ‘_stricmp_l’ was not declared in this scope
error: ‘_wcsicmp_l’ was not declared in this scope
error: ‘_mbsicmp_l’ was not declared in this scope
some official reference for these functions:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/stricmp-w…
--
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=55692
Bug ID: 55692
Summary: gdi32:dc fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
gdi32:dc fails on macOS:
dc.c:421: Test failed: GetBoundsRect returned (0,0)-(0,0) type 1 for display dc
dc.c:421: Test failed: GetBoundsRect returned (0,0)-(0,0) type 1 for display dc
dc.c:695: Test failed: expected ret2 > 0, got 0
dc.c:710: Test failed: expected desc.nSize == sizeof(descr), got 0
See https://test.winehq.org/data/patterns.html#gdi32:dc
The failures are systematic but it is not known when they started.
--
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=55691
Bug ID: 55691
Summary: winemaker does not recognize the C++ file extensions
*.cc *.c++ *.C *.hh *.h++
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: milahu(a)gmail.com
Distribution: ---
working C++ file extensions: *.cpp *.cxx *.hpp *.hxx *.H *.HPP
not working C++ file extensions: *.cc *.c++ *.C and *.hh *.h++
*.cc *.c++ *.hh *.h++ files are ignored completely
*.C files are renamed to *.c (this is wrong)
*.H *.HPP files seem to work, at least they are not renamed
*.CPP files are renamed to *.cpp (this is ok)
see also:
https://stackoverflow.com/questions/1545080/c-code-file-extension-what-is-t…
--
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.