https://bugs.winehq.org/show_bug.cgi?id=44718
Bug ID: 44718 Summary: Screenhero 0.14.x (.NET 4.x app) needs 'sas.dll' (WinLogon Software SAS Library) Product: Wine Version: 3.3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
extracted from https://bugs.winehq.org/show_bug.cgi?id=39201#c7
Louis Lenders:
--- quote --- The program itsself Screenhero.exe crashes like below, with the patch (stub sas.dll) it starts fine
0009:err:module:import_dll Library SAS.dll (which is needed by L"C:\Program Files\Screenhero, Inc\Screenhero\AppSharingClasses.dll") not found 0009:fixme:nls:LCIDToLocaleName unsupported flags 8000000 0009:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 0009:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x32cf38,(nil)): stub 0009:err:eventlog:ReportEventW L"Application: Screenhero.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.IO.FileNotFoundException\nStack:\n at AppSharing.App..ctor()\n at AppSharing.App.Main()\n" --- quote ---
The installer requires (install blockers):
* .NET Framework 4.0 * Windows 7 setting
Depends on:
* bug 44704
Tidbits:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd979761(v=vs.85).a... ("SendSAS function")
https://autohotkey.com/boards/viewtopic.php?t=27119 ("SendSAS: Send Ctrl+Alt+Del")
$ sha1sum Screenhero014-Latest-setup.exe ae1f5edb400bf7dd93a6730d272d8c1655302ae9 Screenhero014-Latest-setup.exe
$ du -sh Screenhero014-Latest-setup.exe 29M Screenhero014-Latest-setup.exe
$ wine --version wine-3.3-128-gdfde119538
Regards