X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1AB33858438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1682516136; bh=t5PpSdLr1/Tfpzo0MMzKssqZtfTvt8ISO4JYJdk2RzM=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=rdYI3MC/Cq9+byQn6hSMRZpI97GycTcpv2DPjEGWRF/WiOHh4fGNF9+ZJRUBIPz3T 0HFy93CsTTNtCFylKGOzIW4eXpu9KB781SpZsUYBgHoUU551WXk1SuU1F/OisFhF0M QR2QmPAyM7fE6wrsnWVGxE2mE2YJbsuzOPhuG4gA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BA18D3858C53 x-libjamoibt: 1601 X-CNFS-Analysis: v=2.4 cv=V7e7k8ri c=1 sm=1 tr=0 ts=64492880 cx=a_exe a=sW1+RcvrrNFZW3PX8CLErA==:117 a=5L4eu68NsVIA:10 a=IkcTkHD0fZMA:10 a=ojV8EbLLAAAA:8 a=RYAwgjvDn4hq2bvHloYA: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: Wed, 26 Apr 2023 15:34:56 +0200 (CEST) To: "cygwin AT cygwin DOT com" Message-ID: <878643096.4481236.1682516096770@mail1.libero.it> Subject: 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: qaHU64J1Z5PkklWCBRXu67CvEodlcRAK x-libjamv: WpVXDy/xFg0= X-CMAE-Envelope: MS4xfOY87R07ki1A9JnR6lnge6BYmx1wbgwIXkwwBDCuOO0lcVZqIYV1ROMvz5JgNO9g8oSSR0zLCH6DSs0dHBiA/9YVgSgWKr+80dXFlDUXbwTGtMylYGP5 i4r8qUuvSOhFg15+BRZ5MBuCOMsHIi6Jm4OKwzrkmOe1R1JDecO9oq/L1f8PlLVwWa62dXwl0XTOOora5CkIzL50j32fU8A4pfWIShfWjCQKoOpD6WkOWI8T X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, 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 List-Id: General Cygwin discussions and problem reports 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 Sender: "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 -- 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