https://bugs.winehq.org/show_bug.cgi?id=50230
Bug ID: 50230
Summary: ntdll.dll is missing strcpy_s function
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: adam(a)michalik.es
Distribution: ---
I was trying to run Microsoft's signtool.exe from Windows 10 SDK, and, trying
to use native Windows libraries to make it work, finally it hit a snag on
missing strcpy_s in ntdll.dll:
wine: Call from 0x7bc764b9 to unimplemented function ntdll.dll.strcpy_s,
aborting
I think the call originates from native cryptsp.dll, though I'm not 100%
certain about that.
--
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=48990
Bug ID: 48990
Summary: Cannot install wine on ubuntu 19.10
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: nikitastepanov113(a)yandex.kz
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 66961
--> https://bugs.winehq.org/attachment.cgi?id=66961
apt log
Cannot install wine on ubuntu 19.10 via apt
--
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=49943
Bug ID: 49943
Summary: ATI Toy Shop Demo does not start
Product: Wine
Version: 5.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 68324
--> https://bugs.winehq.org/attachment.cgi?id=68324
WINEDEBUG=+d3d
When I try to run ATI Toy Shop Demo on Wine, an error dialog appears with the
following message:
This demo requires support of DirectX 9.0c, and support for the
1010102 backbuffer format. The graphics processor and/or drivers
in this system do not meet these requirements.
If your graphics processor is an ATI Radeon X1800 or newer, please
visit ATI.COM to download the latest drivers. If you do not have
DirectX 9.0c or newer installed, visit MICROSOFT.COM/DIRECTX
This application will now exit.
This is on a computer with an AMD Radeon RX 550 graphics card that dual-boots
Windows and Linux. In Windows, the program works perfectly.
$ sha256sum ati-demo-toyshop-v1.2.exe
a397b0e08df606ef8552ad807e02acbdb3900f9abdff819a8e4aa4524f5228f8
--
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=50233
Bug ID: 50233
Summary: Signtools from Windows 10 SDK needs
'wintrust.CryptCATAdminAcquireContext2' implementation
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says.
The stub was added in bug 45998
(https://source.winehq.org/git/wine.git/commitdiff/479c30072884c6342bc08faae…).
Download(s):
*
"https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…
SDK Signing Tools-x86_en-us.msi"
*
https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…
*
https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…
*
https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…
*
https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…
You can get these direct downloads by running the the Windows 10 SDK
web-installer, selecting the wanted packages and inspect the log file.
https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/
I've created snapshots on archive.org because like other vendors, MS has a bad
habit of silently removing stuff after a while "rewriting history; it didn't
happen". Just prepend "https://web.archive.org/web/*/" to the original direct
links from MS.
One liner for downloading all required payloads:
--- snip ---
$ for file in
{4c3ef4b2b1dc72149f979f4243d2accf,685f3d4691f444bc382762d603a99afc,e5c4b31ff9997ac5603f4f28cd7df602,e98fa5eb5fee6ce17a7a69d585870b7c}.cab
"Windows SDK Signing Tools-x86_en-us.msi" ; do wget
"https://download.microsoft.com/download/1/c/3/1c3d5161-d9e9-4e4b-9b43-b70fe…"
; done
--- snip ---
Prerequisite: 'winetricks -q mfc42' (32-bit)
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files (x86)/Windows
Kits/10/bin/10.0.19041.0/x86
$ wine ./signtool.exe verify signtool.exe
0024:fixme:wintrust:CryptCATAdminAcquireContext2 0031E060 (null) (null)
00000000 0 stub
SignTool Error: CryptCATAdminAcquireContext2 returned error: 0x00000078
Call not implemented.
Unexpected error: "CryptCATAdminAcquireContext2 failed".
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/2ad09b01673381261815bfc804a2f69…
--- snip ---
148 /***********************************************************************
149 * CryptCATAdminAcquireContext2 (WINTRUST.@)
150 */
151 BOOL WINAPI CryptCATAdminAcquireContext2(HCATADMIN *catAdmin, const GUID
*sys, const WCHAR *algorithm,
152 const CERT_STRONG_SIGN_PARA
*policy, DWORD flags)
153 {
154 FIXME("%p %s %s %p %x stub\n", catAdmin, debugstr_guid(sys),
debugstr_w(algorithm), policy, flags);
155 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
156 return FALSE;
157 }
--- snip ---
$ sha1sum *.cab *msi
4614d732dfceb8816c95f147ff9d99dd1fcfd6dc 4c3ef4b2b1dc72149f979f4243d2accf.cab
933328788d00ec5b08fd9bfd2903b50a2caa83d3 685f3d4691f444bc382762d603a99afc.cab
3c452b0200382f8ab7495002b541735c47193c91 e5c4b31ff9997ac5603f4f28cd7df602.cab
8c451f3fdfe54356d1a4bb2ff9374aef200d399b e98fa5eb5fee6ce17a7a69d585870b7c.cab
da91ee0facad49b74da579e73ab05a10630234c8 Windows SDK Signing
Tools-x86_en-us.msi
$Â du -sh *.cab *msi
532K 4c3ef4b2b1dc72149f979f4243d2accf.cab
1.1M 685f3d4691f444bc382762d603a99afc.cab
580K e5c4b31ff9997ac5603f4f28cd7df602.cab
1.4M e98fa5eb5fee6ce17a7a69d585870b7c.cab
388K Windows SDK Signing Tools-x86_en-us.msi
$ wine --version
wine-5.22-260-g2ad09b01673
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=45009
Bug ID: 45009
Summary: BASIC783Esetup.exe (Decimal BASIC) fails to install
due to stub SRSetRestorePointA
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
As the title says; returning TRUE in SRSetRestorePointA makes the installer
succeed, but that might other installers of other programs run into
regressions(??). Maybe this could be tested in Staging, see if causes any
regressions.
--
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=14855
Summary: Incorrect FindWindow/GetLastError error result when
window not found
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
The following program (compiled to a Win32 binary) prints "Window not found
(expected result)" under Microsoft Windows (tested with Vista), whereas it
prints "Unexpected error, GetLastError() return value: 1407" when ran under
Wine (tested with Wine 1.1.2).
It seems that FindWindow does not set the correct error value
(ERROR_FILE_NOT_FOUND) when it doesn't find a window.
#include <windows.h>
#include <stdio.h>
int main()
{
HWND hWnd = FindWindow("SomeWindowThatDoesNotExist", NULL);
if(hWnd) {
printf("hWnd not NULL");
}
else {
DWORD dwResult = GetLastError();
if(dwResult == ERROR_FILE_NOT_FOUND) {
printf("Window not found (expected result)\n");
}
else {
printf("Unexpected error, GetLastError() return value: %lu\n", dwResult);
}
}
return 0;
}
--
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=50220
Bug ID: 50220
Summary: 1-2-3 installs OK but closes on run before any info
entered
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jlee27(a)btinternet.com
Distribution: ---
Created attachment 68726
--> https://bugs.winehq.org/attachment.cgi?id=68726
plain text report from Wine when 1-2-3 closes itself
Smartsuite installs OK from local CD (selected 1-2-3 + Approach only).
1-2-3 opens, looks OK, then closes itself before entry of any data.
backtrace output attached. Approach not tied yet.
--
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=50222
Bug ID: 50222
Summary: Microcal Origin will not run anymore
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kadlecf(a)fzu.cz
Distribution: ---
Created attachment 68728
--> https://bugs.winehq.org/attachment.cgi?id=68728
backtrace at Microcal Origin 7.0 startup
I am trying to use Microcal Origin 7.0 under wine, which ran without any
problems until recently. After one of the latest updates of wine, it will crash
on start.
I see two wine windows: One is called "Window settings for start.exe", just
announcing: "DDE failure". Then there are "Program Error details". The detailed
information from that window is attached.
--
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=7767
--- Comment #15 from Dan Kegel <dank(a)kegel.com> ---
I tip my hat to you, sir!
--
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=7767
--- Comment #14 from Anastasius Focht <focht(a)gmx.net> ---
Created attachment 68725
--> https://bugs.winehq.org/attachment.cgi?id=68725
Compiled Java test case to demonstrate ChoosePixelFormat PFD_SUPPORT_GDI issue
Hello folks,
I've precompiled the small Java test app and attach it here for reference.
Copy/pasta source and instructions from my previous comment #13
--- snip ---
// compile: wine "c:\\jdk1.3.0_03\\bin\\javac.exe" -g GraphicsTest.java
// run: wine "c:\\jdk1.3.0_03\\bin\\java.exe" GraphicsTest
import java.awt.*;
public class GraphicsTest {
public static void main(String[] args) {
GraphicsEnvironment ge = GraphicsEnvironment.
getLocalGraphicsEnvironment();
GraphicsDevice[] gs = ge.getScreenDevices();
for (int j = 0; j < gs.length; j++) {
System.err.println("Getting config for " + gs[j].getIDstring());
long startTime = System.currentTimeMillis() ;
GraphicsConfiguration[] gc = gs[j].getConfigurations();
System.err.println("Finished in " + (System.currentTimeMillis() -
startTime) + " milliseconds");
}
}
}
--- snip ---
It should print:
--- snip ---
Unable to create a suitable default GraphicsConfiguration. Try changing your
Display Settings.
at sun.awt.Win32GraphicsDevice.getDefaultPixID(Native Method)
at
sun.awt.Win32GraphicsDevice.getConfigurations(Win32GraphicsDevice.java:73)
at GraphicsTest.main(GraphicsTest.java:17)
--- snip ---
After fixing the problem:
--- snip ---
Getting config for \Display0
Finished in 45 milliseconds
Getting config for \Display1
Finished in 3 milliseconds
--- snip ---
(I have two monitors)
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.