https://bugs.winehq.org/show_bug.cgi?id=54978
Bug ID: 54978 Summary: vbscript fails to compile Sub when End Sub on same line Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: francisdb@gmail.com Distribution: ---
Sub Sw35_UnHit()Controller.Switch(35)=0: End Sub
has to be changed to
Sub Sw35_UnHit() Controller.Switch(35)=0 End Sub
to work
see also Bug 53873
https://bugs.winehq.org/show_bug.cgi?id=54978
--- Comment #1 from francisdb francisdb@gmail.com --- as a workaround
Sub Sw35_UnHit():Controller.Switch(35)=0: End Sub
would work as well
https://bugs.winehq.org/show_bug.cgi?id=54978
francisdb francisdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source OS|Linux |Mac OS X Version|unspecified |8.9 Hardware|x86-64 |aarch64
https://bugs.winehq.org/show_bug.cgi?id=54978
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |dark.shadow4@web.de Status|UNCONFIRMED |NEW
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/3206
https://bugs.winehq.org/show_bug.cgi?id=54978
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |b2c774d4d2ac30e6e520eab0874 | |b636a618ee483
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Fixed as of https://gitlab.winehq.org/wine/wine/-/commit/b2c774d4d2ac30e6e520eab0874b636...
https://bugs.winehq.org/show_bug.cgi?id=54978
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.12.
https://bugs.winehq.org/show_bug.cgi?id=54978
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |8.0.x