public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Fabio Rossi <rossi.f@inwind.it>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: problems with octave 8.2.0-1 and plotting
Date: Wed, 26 Apr 2023 15:34:56 +0200 (CEST)	[thread overview]
Message-ID: <878643096.4481236.1682516096770@mail1.libero.it> (raw)

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

             reply	other threads:[~2023-04-26 13:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 13:34 Fabio Rossi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878643096.4481236.1682516096770@mail1.libero.it \
    --to=rossi.f@inwind.it \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).