https://bugs.winehq.org/show_bug.cgi?id=49905
Bug ID: 49905 Summary: VbsEdit runs wscript.exe with unsupported switches /d and /u Product: Wine Version: 5.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wscript Assignee: wine-bugs@winehq.org Reporter: sloper42@yahoo.com Distribution: ---
Created attachment 68266 --> https://bugs.winehq.org/attachment.cgi?id=68266 patch for wscript
In VbsEdit version 9.2139 from https://www.vbsedit.com/, when choosing "Start Debugging with wscript", wscript.exe is called with unsupported options /d (debug) and /u (unicode). Therefore wscripts bail out and script is not executed.
Solution is to ignore these options.
https://bugs.winehq.org/show_bug.cgi?id=49905
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |patch
--- Comment #1 from François Gouget fgouget@codeweavers.com --- There is no documentation for the /u option. Also /d is supposed to start the wscript debugger which presumably means interaction is required for the script to run. So just ignoring this option does not feel right.
https://bugs.winehq.org/show_bug.cgi?id=49905
Dmitry Kislyuk dimaki@rocketmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimaki@rocketmail.com