Your message dated Wed, 21 Jun 2023 21:44:37 +0200
with message-id <a6cf925f-e455-8dbb-67d9-8e1b58c9b...@debian.org>
and subject line Fixed in experimental, now in unstable
has caused the Debian Bug report #959732,
regarding scilab: Scilab graphic window is empty when plotting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
959732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab
Version: 6.1.0+dfsg1-3
Severity: important

Dear Maintainer,

When plottin scilab just opens an empty graphic window. Should be
reproducible with the simplest example:

x=[0:0.1:2*%pi];
plot(x,sin(x))

In the console these messages are shown (repeated multiple times)
whenever trying to plot:

Exception in thread "AWT-EventQueue-0" com.jogamp.opengl.GLException: Caught 
GLException: Profile GL4bc is not available on X11GraphicsDevice[type .x11, 
connection :0, unitID 0, handle 0x7fbc2489d650, owner true, 
ResourceToolkitLock[obj 0x2865a089, isOwner true, <78c52e3b, 5dae9bd8>[count 1, 
qsz 0, owner <AWT-EventQueue-0>]]], but: [GLProfile[GL4ES3/GL4.hw], 
GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], GLProfile[GL4/GL4.hw], 
GLProfile[GL3/GL4.hw], GLProfile[GL2GL3/GL4.hw]]
        at 
com.jogamp.opengl.awt.GLJPanel$OffscreenBackend.initialize(GLJPanel.java:1795)
        at 
com.jogamp.opengl.awt.GLJPanel.initializeBackendImpl(GLJPanel.java:1377)
        at com.jogamp.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:549)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1074)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JLayeredPane.paint(JLayeredPane.java:590)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JViewport.paint(JViewport.java:737)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at 
org.scilab.modules.gui.bridge.tab.SwingScilabDockablePanel.paintChildren(Unknown
 Source)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
org.flexdock.docking.defaults.DefaultDockingPort.paint(DefaultDockingPort.java:1983)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JLayeredPane.paint(JLayeredPane.java:590)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintToOffscreen(JComponent.java:5255)
        at 
java.desktop/javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:246)
        at 
java.desktop/javax.swing.RepaintManager.paint(RepaintManager.java:1323)
        at 
java.desktop/javax.swing.JComponent._paintImmediately(JComponent.java:5203)
        at 
java.desktop/javax.swing.JComponent.paintImmediately(JComponent.java:5013)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:888)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:848)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:848)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:823)
        at 
java.desktop/javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:772)
        at 
java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1890)
        at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: com.jogamp.opengl.GLException: Profile GL4bc is not available on 
X11GraphicsDevice[type .x11, connection :0, unitID 0, handle 0x7fbc2489d650, 
owner true, ResourceToolkitLock[obj 0x2865a089, isOwner true, <78c52e3b, 
5dae9bd8>[count 1, qsz 0, owner <AWT-EventQueue-0>]]], but: 
[GLProfile[GL4ES3/GL4.hw], GLProfile[GL2ES2/GL4.hw], GLProfile[GL4/GL4.hw], 
GLProfile[GL4/GL4.hw], GLProfile[GL3/GL4.hw], GLProfile[GL2GL3/GL4.hw]]
        at com.jogamp.opengl.GLProfile.get(GLProfile.java:991)
        at jogamp.opengl.GLContextImpl.verifyInstance(GLContextImpl.java:1471)
        at 
jogamp.opengl.GLContextImpl.setGLFunctionAvailability(GLContextImpl.java:1942)
        at 
jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:395)
        at 
jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
        at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
        at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
        at 
com.jogamp.opengl.awt.GLJPanel$OffscreenBackend.initialize(GLJPanel.java:1731)
        ... 52 more



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages scilab depends on:
ii  scilab-cli       6.1.0+dfsg1-3
ii  scilab-full-bin  6.1.0+dfsg1-3

Versions of packages scilab recommends:
ii  scilab-doc  6.1.0+dfsg1-3

Versions of packages scilab suggests:
pn  scilab-doc-fr     <none>
pn  scilab-doc-ja     <none>
pn  scilab-doc-pt-br  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2.4.0+dfsg-1~exp1

Hello,

The bug is fixed in the version in experimental, which will land in sid very soon.

Best,

--
Pierre

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to