https://bugs.winehq.org/show_bug.cgi?id=50646
Bug ID: 50646 Summary: minitab 19 fails to make graphs Product: Wine Version: 6.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: smurtaza.53@outlook.com Distribution: ---
Minitab 19 installs with no issue using wine 6.0 but when i want to make a graph it does nothing.
https://bugs.winehq.org/show_bug.cgi?id=50646
notrealname smurtaza.53@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.minitab.com/en- | |us/support/downloads/
https://bugs.winehq.org/show_bug.cgi?id=50646
--- Comment #1 from notrealname smurtaza.53@outlook.com --- minitab 19 is found at the end of the webpage.
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