https://bugs.winehq.org/show_bug.cgi?id=50646
Claude Heiland-Allen claude@mathr.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |claude@mathr.co.uk
--- Comment #2 from Claude Heiland-Allen claude@mathr.co.uk --- Created attachment 71072 --> https://bugs.winehq.org/attachment.cgi?id=71072 vbscript: Consider Unicode BOM to be whitespace in lex.c
The attached patch "vbscript: Consider Unicode BOM to be whitespace in lex.c" gets past the error:
00f0:fixme:vbscript:parse_next_token Unhandled char � in L"\feff\r\n' Declare variable before use\r\n\r\n'Note (NCB 6/13/02): The variables in this file are used in the\r\n'graph creation and editing dialogs. Removal of them\r\n'may cause problems with those dialogs.\r\n\r\nOption Explicit\r\n\r\n' Color\r\nConst DEFAULT_COLOR = 4278190080.0\r\n\r"...
allowing the graph dialog to appear.
However then there are various error dialogs that pop up and require "continue" to be clicked to carry on. Finally, when clicking "Ok" to draw the graph, Wine / Minitab 19 crashes with an assertion failure in GLU (expression 0) and the message printed:
0100:err:glu:wine_gluNewNurbsRenderer Nurbs renderer is not supported, please report