Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#177 closed defect (invalid)

Bug in ScenarioShakeMapLocal

Reported by: anonymous Owned by: Peter Powers
Priority: major Milestone:
Component: sha Version:
Keywords: Cc:

Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: ScenarioShakeMapLocal?
Version: 1.1.2
Bulid Type: dist

Exception:

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 Source)
	at java.awt.Container.paint(Unknown Source)
	at java.awt.Window.paint(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.awt.EventQueue$1.run(Unknown Source)
	at java.security.AccessController.doPri

Change History (2)

comment:1 Changed 13 years ago by Kevin Milner

Resolution: invalid
Status: newclosed

I think this is a java error, nothing we can do without further information (there isn't any opensha reference in the stack trace).

comment:2 Changed 13 years ago by Kevin Milner

This is a java bug not related to OpenSHA:

http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=520b5db156ed82248f98f175d90fe?bug_id=6933331

...
A DESCRIPTION OF THE PROBLEM :
The d3d pipeline throws an java.lang.IllegalStateException? starting with release 6u18. When changing display resolutions or running other fullscreen media players. In this case, the user base is running customer IPTV viewer.
...

Note: See TracTickets for help on using tickets.