https://bugs.winehq.org/show_bug.cgi?id=56280 Bug ID: 56280 Summary: vbscript: String coerced to Integer instead of Long? Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: francisdb(a)gmail.com Distribution: ---
cat test.vbs Dim a, b a = "5592325" b = (a AND 15) * 515 WScript.Echo "test: " & b
wine --version wine-9.0
wine cscript test.vbs 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 010c:fixme:wscript:ActiveScriptSite_OnScriptError ()
And on windows
cscript .\test.vbs Microsoft (R) Windows Script Host Version 5.812 Copyright (C) Microsoft Corporation. All rights reserved.
test: 2575 I do wonder why wine cscript does not log more info on the error. From an other application I think I got VBSE_OVERFLOW. -- 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.