public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* problems with octave 8.2.0-1 and plotting
@ 2023-04-26 13:34 Fabio Rossi
  2023-04-27 13:58 ` Fabio Rossi
  0 siblings, 1 reply; 7+ messages in thread
From: Fabio Rossi @ 2023-04-26 13:34 UTC (permalink / raw)
  To: cygwin

I have installed latest test version of octave 8.2.0-1. When I try to plot using a simple command like "plot(1,1)" I get the following errors from the command line

$ octave
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-XXXX+user'
GNU Octave, version 8.2.0
Copyright (C) 1993-2023 The Octave Project Developers.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type 'warranty'.

Octave was configured for "x86_64-pc-cygwin".

Additional information about Octave is available at https://www.octave.org.

Please contribute if you find this software useful.
For more information, visit https://www.octave.org/get-involved.html

Read https://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.

octave:1> plot(1,1)
wglMakeCurrent error: 00000006
wglMakeCurrent error: 00000006
warning: opengl_renderer: Error 'invalid operation' (1282) occurred in init_gl_context
warning: called from
    __uiobject_split_args__ at line 61 column 9
    uimenu at line 94 column 13
    __add_default_menu__ at line 59 column 5
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __uiobject_split_args__ at line 61 column 9
    uimenu at line 94 column 13
    __add_default_menu__ at line 59 column 5
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'figure' object
warning: called from
    __uiobject_split_args__ at line 61 column 9
    uimenu at line 94 column 13
    __add_default_menu__ at line 59 column 5
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

wglMakeCurrent error: 00000006
warning: opengl_renderer: Error 'invalid operation' (1282) occurred in init_gl_context
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uitoolbar' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'figure' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred in init_gl_context
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uitoolbar' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'figure' object
warning: called from
    __add_default_menu__ at line 165 column 3
    figure at line 97 column 5
    newplot at line 120 column 10
    plot at line 234 column 9

octave:2> wglMakeCurrent error: 00000006
warning: opengl_renderer: Error 'invalid operation' (1282) occurred in init_gl_context
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uimenu' object
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing 'uitoolbar' object
warning: opengl_texture::create: the opengl library in use doesn't support images with either dimension larger than -367397472. Not rendering.

The plot window is opened but becomes unresponsive, it is impossible to close it. The same happens if I start octave with the --gui option. The same happens also with latest stable 6.4.0-1 version

Thanks for the help,
Fabio

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-28  6:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 13:34 problems with octave 8.2.0-1 and plotting Fabio Rossi
2023-04-27 13:58 ` Fabio Rossi
2023-04-27 15:48   ` Brian Inglis
2023-04-27 16:15     ` Fabio Rossi
2023-04-27 16:30       ` Brian Inglis
2023-04-28  6:49         ` Fabio Rossi
2023-04-27 19:45   ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).