https://bugs.winehq.org/show_bug.cgi?id=39590
Bug ID: 39590 Summary: SAS 9.1.3 Portable not working - "No access to memory location" Product: Wine Version: 1.7.55 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: n296869@rtrtr.com Distribution: ---
Created attachment 52755 --> https://bugs.winehq.org/attachment.cgi?id=52755 LC_ALL=C WINEDEBUG=warn+all wine sas_9.1.3_portable.exe
Hello, we have to use SAS on my university, all students have license to use it on personal computers, but it's distributed on like 10 CDs and it's horrible pain to download and install properly even on Windows. I use Linux, so i want to run it in wine. There are people that managed installing some versions of SAS in wine, but i think it's not worth the effort even on windows.
Some great guy therefore made SAS Portable, which is (possibly illegal) compilation of SAS directly executable as single exe file. You can download it here http://uloz.to/xtKasDE/sas-9-1-3-portable-exe (if it's legal in your country as it is in mine).
Can you please check why it does not work in wine? It works great on windows. In wine it just shows popup saying "No access to memory location." and prints following errors to terminal (see attachments for the same with wine debugging enabled:
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:ntdll:NtRaiseHardError : stub. Errorstatus was c0000135 fixme:advapi:RegisterEventSourceA ((null),"SASEXE"): stub fixme:advapi:RegisterEventSourceW (L"",L"SASEXE"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x32e618,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc0000bb8,0x1633b8,0x0003,0x00000000,0x15fcc8,(nil)): stub err:eventlog:ReportEventW L"Unable to load host supervisor." err:eventlog:ReportEventW L"C:\Program Files\SAS\SAS 9.1\sashost.dll" err:eventlog:ReportEventW L"No access to memory location.\r\n" fixme:advapi:DeregisterEventSource (0xcafe4242) stub
https://bugs.winehq.org/show_bug.cgi?id=39590
--- Comment #1 from whatbug n296869@rtrtr.com --- BTW after installing samba package i got rid of this message:
"err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution."
But otherwise it's still the same...
https://bugs.winehq.org/show_bug.cgi?id=39590
--- Comment #2 from whatbug n296869@rtrtr.com --- Created attachment 52770 --> https://bugs.winehq.org/attachment.cgi?id=52770 (1.7.54 - staging - log) LC_ALL=C WINEDEBUG=warn+all wine sas_9.1.3_portable.exe
https://bugs.winehq.org/show_bug.cgi?id=39590
--- Comment #3 from whatbug n296869@rtrtr.com --- Created attachment 52771 --> https://bugs.winehq.org/attachment.cgi?id=52771 (1.7.54 - staging - backtrace) LC_ALL=C WINEDEBUG=warn+all wine sas_9.1.3_portable.exe
https://bugs.winehq.org/show_bug.cgi?id=39590
--- Comment #4 from whatbug n296869@rtrtr.com --- I've also tried on wine 1.7.54 - staging, log and backtrace attached