AWTTest Fails with UnsupportedOperationException in ColorModel.
AWTTest fails:
UnsupportedOperationException
ColorModel.createCompatibleSampleModel(701)
ColorModel.createCompatibleWritableRaster(694)
BufferedImage217
JNodeBufferedImage44
VGAConfiguration.createCompatibleImage(40)
JNodeGraphicsConfiguration.createCompatibleImage(40)
JNodeGraphicsConfiguration.createCompatibleImage(52)
JNodeToolkit.createCompatibleImage(148)
DesktopFramePeer.createImage(226)
Component.createImage(1994)
Component.createImage(1992)
RepaintManager.getOffscreenBuffer(482)
JComponent.paint(1410)
Container$GfxPaintVisitor.visit(1679)
Container.visitChild(1504)
Container.visitChildren(1466)
Container.paint(719)
JComponent.paintImmediately(1521)
RepaintManager.paintDirtyRegions(456)
RepaintManager$RepaintWorker.run(104)
This is not surprising, given that the entire implementation of the failing method is:
// Typically overridden
public SampleModel createCompatibleSampleModel(int w, int h)
{
throw new UnsupportedOperationException();
}
IndexColorModel doesn't override this method.
- Login to post comments
VGA driver
I see you're using the VGA driver. I would like to remove this driver if we have enough video card drivers in place. VGA is just too slow anyway.
What video card do you (all) have?
Ewout
Video Card
The documentation for my Sony Vaio PCG-FXA32 Test Machine (laptop) says the video card is:
ATI RAGEâ„¢ MOBILITY M6 graphics chip with 8
MB video SDRAM and 3D acceleration support
PCI id's
Please provide pci id's.
Run "device pcibus" to get an overview.
Maybe this can help: http://j
Maybe this can help: http://jnode.sourceforge.net/portal/node/40#comment-1142.
Regards,
Martin
Real panic
Often this exception is accompanied with a Real panic: int _die_halt. (maybe related?)