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

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

[Octave-bug-tracker] [bug #44338] __osmesa_print__ fails in MXE-Octave


From: Rik
Subject: [Octave-bug-tracker] [bug #44338] __osmesa_print__ fails in MXE-Octave
Date: Thu, 1 Jun 2017 15:37:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Update of bug #44338 (project octave):

                 Summary:  test __osmesa_print__.cc-tst fails in MXE-octave =>
__osmesa_print__ fails in MXE-Octave

    _______________________________________________________

Follow-up Comment #11:

Re-titling report since the tests for __osmesa_print__ now pass, even though
the behavior is still busted.

New test code


h = figure;
plot (1:10, "o-");
set (h, "visible", "off");
print (h, "junk.ps");


The error stream I get is


Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression
unavailable
warning: opengl_renderer: Error 'invalid operation' (1282) occurred in
init_gl_context
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'text' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'text' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'text' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'line' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: gl2ps_renderer::draw_axes: empty feedback buffer and/or nothing else
to print
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'axes' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14
warning: opengl_renderer: Error 'invalid operation' (1282) occurred drawing
'figure' object
warning: called from
    __opengl_print__ at line 172 column 7
    print at line 520 column 14




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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