[Bug 58318] New: vbscript: Script running error when set value to multidimensional array
http://bugs.winehq.org/show_bug.cgi?id=58318 Bug ID: 58318 Summary: vbscript: Script running error when set value to multidimensional array Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: fang.jiali(a)vico-lab.com Dim aryOrder : aryOrder = Array( Array( "a", 0 )) aryOrder(0)(1) = 5 msgbox aryOrder(0)(1) When running above script, it shows error -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58318 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase --- Comment #1 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- What error? What version of Wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58318 Robert Wilhelm <sloper42(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Windows |Linux CC| |sloper42(a)yahoo.com Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Version|unspecified |10.9 --- Comment #2 from Robert Wilhelm <sloper42(a)yahoo.com> --- Confirming. With latest wine-10.9-40-gd17d9490c6d self compiled from gitlab on debian 12.11, I get 012c:err:msvcrt:_wassert (L"call_expr->call_expr->type == EXPR_MEMBER",L"dlls/vbscript/compile.c",1077) Assertion failed: call_expr->call_expr->type == EXPR_MEMBER, file dlls/vbscript/compile.c, line 1077 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58318 --- Comment #3 from Jiali Fang <fang.jiali(a)vico-lab.com> --- Do you know how to modify this problem -- 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.
participants (1)
-
WineHQ Bugzilla