http://bugs.winehq.org/show_bug.cgi?id=36368
Bug ID: 36368 Summary: MicrosoftFixit50588 tool raises a vbscript parsing error Product: Wine Version: 1.7.18 Hardware: x86 URL: http://download.microsoft.com/download/5/C/9/5C94F2F4- 9F1E-490A-894E-049A626C3D1F/MicrosoftFixit50588.msi OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: Stefan.Leichter@camLine.com
Created attachment 48419 --> http://bugs.winehq.org/attachment.cgi?id=48419 +vbscript log
While trying to get the Network Level Authentication going with remote desktop client an parsing error occured:
trace:vbscript:VBScriptParse_ParseScriptText (0x18b630)->(L"On Error Resume Next\r\n\r\n'**********************************************************************************************\r\n' Global Var\r\n'**********************************************************************************************\r\nDim slog:Set slog=New Logger ' log file obj\r\nDim Wi"... (null) (nil) (null) 0 0 0 (nil) (nil))
comand line: wine msiexec /i MicrosoftFixit50588.msi
Native credssp.dll (WinXP) was placed in the system32 folder
https://bugs.winehq.org/show_bug.cgi?id=36368
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
https://bugs.winehq.org/show_bug.cgi?id=36368
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|MicrosoftFixit50588 tool |MicrosoftFixit50588 tool |raises a vbscript parsing |raises a vbscript parsing |error |error (single-line | |'If...Then' with trailing | |'End If') Ever confirmed|0 |1
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
Relevant part of the VBScript code that causes parser error:
--- snip --- If IsNull(GetOSSPVersion) Then GetOSSPVersion=0 End If If Err.Number <> 0 Then GetOSSPVersion=0 End If --- snip ---
Single-line 'If...Then' syntax doesn't require 'End If' (it's not even mentioned).
MSDN: http://msdn.microsoft.com/en-us/library/5h27x7e9%28v=vs.84%29.aspx
Maybe they changed their mind with newer versions of the script language to allow this?
$ wine --version wine-1.7.34-36-g4493323
Regards
https://bugs.winehq.org/show_bug.cgi?id=36368
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e584edd379f798a37c7c4a87eb8 | |ffbc2660f1e4b Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
this works now. Fixed by commit http://source.winehq.org/git/wine.git/commitdiff/e584edd379f798a37c7c4a87eb8...
Thanks Nikolay
Regards
https://bugs.winehq.org/show_bug.cgi?id=36368
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.35.
https://bugs.winehq.org/show_bug.cgi?id=36368
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com