You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheerpJ is initializing
java.lang.NullPointerException
at java.awt.Component$FlipBufferStrategy.getDrawGraphics(Unknown Source)
at processing.awt.PSurfaceAWT.render(Unknown Source)
at processing.awt.PSurfaceAWT$SmoothCanvas.paint(Unknown Source)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at com.leaningtech.cheerpj.CheerpJComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Got it working with a minor tweak! (changed BufferStrategy from double buffering to single, since CheerpJ doesn't support double buffering in awt yet -- see leaningtech/cheerpj-meta#100)
The text was updated successfully, but these errors were encountered: