[Bug 50646] minitab 19 fails to make graphs

WineHQ Bugzilla wine-bugs at winehq.org
Fri Nov 19 05:05:30 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50646

Claude Heiland-Allen <claude at mathr.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |claude at mathr.co.uk

--- Comment #2 from Claude Heiland-Allen <claude at 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

-- 
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.


More information about the wine-bugs mailing list