Modify ↓
#7689 closed defect (othersoftware)
Error when switching to fullscreen view via the view menu
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Select "Fullscreen View" from the View Menu. Keyboard shortcut (F11) works fine
What is the expected result?
Switch to fullscreen view
What happens instead?
Error message displayed, no switch to fullscreen but no further problems (e.g. crash)
Please provide any additional information below. Attach a screenshot if
possible.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2012-05-02 01:31:00 Last Changed Author: stoecker Revision: 5210 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2012-05-01 16:42:42 +0200 (Tue, 01 May 2012) Last Changed Rev: 5210 Identification: JOSM/1.5 (5210 en) Memory Usage: 31 MB / 494 MB (7 MB allocated, but free) Java version: 1.6.0_26, Sun Microsystems Inc., Java HotSpot(TM) Client VM Operating system: Windows XP Dataset consistency test: No problems found Plugin: openstreetbugs (27852) Plugin: turnrestrictions (27891) java.lang.IllegalStateException: Buffers have not been created at sun.awt.windows.WComponentPeer.getBackBuffer(Unknown Source) at java.awt.Component$FlipBufferStrategy.getBackBuffer(Unknown Source) at java.awt.Component$FlipBufferStrategy.updateInternalBuffers(Unknown Source) at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source) at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source) at java.awt.Component$FlipBufferStrategy.getDrawGraphics(Unknown Source) at javax.swing.BufferStrategyPaintManager.prepare(Unknown Source) at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) at javax.swing.RepaintManager.paint(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source) at sun.awt.SunGraphicsCallback.runComponents(Unknown So
Attachments (0)
Note:
See TracTickets
for help on using tickets.
You can try the start option -Dsun.java2d.d3d=false.
It's a bit strange that the shortcut works fine, but the menu item does not. In any case this seems to be a Java bug and we cannot do anything about it.