https://bugs.winehq.org/show_bug.cgi?id=53565
Bug ID: 53565 Summary: postgresql installer 9.3 needs support for default style argument in WshShell.Run Product: Wine Version: 7.11 Hardware: x86 URL: https://www.enterprisedb.com/downloads/postgres-postgr esql-downloads OS: Linux Status: NEW Keywords: download, Installer, source Severity: minor Priority: P2 Component: wshom.ocx Assignee: wine-bugs@winehq.org Reporter: sloper42@yahoo.com CC: austinenglish@gmail.com, sloper42@yahoo.com Depends on: 46083 Distribution: Fedora
This is followup to Bug #46083
Noticed in postgresql 9.3.25-1 installer. When starting the installer, a script called prerun_checks is executed. There is failure executing following line
canExecute = WshShell.Run("Temp_Path")
Terminal shows: 0124:err:wshom:WshShell3_Run failed to convert style argument, 0x80020005
We need to add support for default "style" arg in wshom::WshShell3_Run.
This failure is hidden and script works accidentally because of a "On Error Resume Next" line before the WshShell.Run.
https://bugs.winehq.org/show_bug.cgi?id=53565
--- Comment #1 from Robert Wilhelm sloper42@yahoo.com ---
I submitted a patch: https://gitlab.winehq.org/wine/wine/-/merge_requests/661
https://bugs.winehq.org/show_bug.cgi?id=53565
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |98f546ed82604a940b2fe915f48 | |056a9b336f675 Status|NEW |RESOLVED
--- Comment #2 from Robert Wilhelm sloper42@yahoo.com --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/98f546ed82604a940b2fe915f48056a...
https://bugs.winehq.org/show_bug.cgi?id=53565
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |53569
https://bugs.winehq.org/show_bug.cgi?id=53565
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.16.
https://bugs.winehq.org/show_bug.cgi?id=53565
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |53971