octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50317] warning 'invalid operation' when using


From: Rik
Subject: [Octave-bug-tracker] [bug #50317] warning 'invalid operation' when using zoom on Qt figure
Date: Wed, 15 Feb 2017 15:36:38 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #50317 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

The problem is happening somewhere other than in init_gl_context().  This
function actually checks for an OpenGl error, versus most functions which
don't, so it only appears to originate here.

I modified init_gl_context to: 


  void
  opengl_renderer::init_gl_context (bool enhanced, const Matrix& c)
  {
#if defined (HAVE_OPENGL)

    GLenum gl_error0 = glGetError ();
    if (gl_error0)
      warning ("0_Error: Error %s occurred in init_gl_context",
               gluErrorString (gl_error0));


and it is always this error that is triggered, not the downstream one at the
end of the function. 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50317>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]