[Bug 41651] New: WScript object name on wine is case sensitive which should not be the case (vbscript)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 4 00:02:41 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41651

            Bug ID: 41651
           Summary: WScript object name on wine is case sensitive which
                    should not be the case (vbscript)
           Product: Wine
           Version: 1.9.22
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: dimaki at rocketmail.com
      Distribution: ---

To reproduce create a vbs file containing the below statement and run it from
command line either via cscript or wscript command. 

wscript.echo "Hello World"


Expected output does not show up. Instead the below fixme is output.

fixme:vbscript:stack_pop_disp not disp 0x143e58 {VT_EMPTY}



I have isolated the problem to the case in which the object name wscript is
written. If I write it as WScript like below then the expected output does
occur. 

WScript.echo "Hello World"


VBScript is not case sensitive and the WScript object name can be used on
windows no matter what case the individual letters are written in such as
below.

WSCRIpt.echo "Hello World"

-- 
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.



More information about the wine-bugs mailing list