X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C9F13858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1682603945; bh=DoCkqAZX5zuDwhWOOt0jCFVH+8O/sQ8GfcG+eaSUrXk=; h=Date:To:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=r9jDbnPGXvFmcE3GWZncPvTphJWR7tYYT7cq6uoRFpXy2XrwyisZlAOuyd4AZ1K0N 9DIwg9ADl22iiNxzYGUtzLErVrX/dMwtEq+OqJCpMNcReFxu4hdrH5sWqUjDtOMURu zM0n59QR6a1Y225QxuJfC0E07wi3mJl7Rk48hbNU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 679123858D38 x-libjamoibt: 1601 X-CNFS-Analysis: v=2.4 cv=aYun3zkt c=1 sm=1 tr=0 ts=644a7f96 cx=a_exe a=OCAZjQWm+uh9gf1btJle/A==:117 a=5L4eu68NsVIA:10 a=IkcTkHD0fZMA:10 a=ojV8EbLLAAAA:8 a=DeGPt_X355-Kjvhs3G0A:9 a=QEXdDO2ut3YA:10 a=jTFjQPTn9V0A:10 a=McKLNElF6pUA:10 a=9gjfPy3qBrMA:10 a=K8rvOpeGrk0A:10 a=MmULgxcKb6_lWsvg2Y-T:22 a=kvcKyrorUwu2LujBxC7h:22 Date: Thu, 27 Apr 2023 15:58:46 +0200 (CEST) To: "cygwin AT cygwin DOT com" Message-ID: <774349434.10478.1682603926417@mail1.libero.it> In-Reply-To: <878643096.4481236.1682516096770@mail1.libero.it> References: <878643096 DOT 4481236 DOT 1682516096770 AT mail1 DOT libero DOT it> Subject: Re: problems with octave 8.2.0-1 and plotting MIME-Version: 1.0 X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.5-Rev52 X-Originating-IP: 140.105.207.24 X-Originating-Client: open-xchange-appsuite x-libjamsun: gLeLjmgg3bZAas3YRr2lCrghCCySWlYp x-libjamv: xtW9ur2MCvA= X-CMAE-Envelope: MS4xfMbUFEWVxT4uQNa9J+WB9UL6dVJEr8DdqhT42oUAw/JcFJh4RtsZVRhRxRJZ26usqWJc/UCxxYVK1k+V31hphiH3dPvFTCo7RK7WF4wJBDUp/IvZLObi GRKgWUoYD+6Xa19XXxWoil66JWAYcqNIyqSuMGvOyOAbrBpDKXgbcDnZkOdLdyYaTzjrScqAMn9nmH0FLEZ0b/8tvXUGEXk/WYMgChzahYz3FHuZzd6G7pik X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Fabio Rossi via Cygwin Reply-To: Fabio Rossi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" I forgot to mention that the test machine is running Windows 10 Pro 64 bit with a ATI FirePro 3800 graphics card. On the same machine, octave built for Windows executes correctly the same command. I have observed the same behaviour also on other Windows machines running Win7 or other graphic adapters. Fabio > Il 26/04/2023 15:34 Fabio Rossi ha scritto: > > > 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple