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@winehq.org Reporter: dimaki@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"
https://bugs.winehq.org/show_bug.cgi?id=41651
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|vbscript |programs Status|UNCONFIRMED |NEW
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- That makes sense, thanks for the report.
https://bugs.winehq.org/show_bug.cgi?id=41651
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|programs |vbscript
https://bugs.winehq.org/show_bug.cgi?id=41651
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c46dbfb131958849ac5fa5eab57 | |03ad404cd0c6e Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This should be fixed now with http://source.winehq.org/git/wine.git/commit/c46dbfb131958849ac5fa5eab5703ad.... Please test.
https://bugs.winehq.org/show_bug.cgi?id=41651
--- Comment #3 from Molk dimaki@rocketmail.com --- Works as expected after the fix was committed. Thank you.
https://bugs.winehq.org/show_bug.cgi?id=41651
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.23.
https://bugs.winehq.org/show_bug.cgi?id=41651
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=41651
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #5 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.6.