Nathan Sorenson
unread,Feb 25, 2011, 2:44:10 AM2/25/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to limelight
Just to let you know, I'm running from the HEAD, latest revision
(latest JVM 1.6, latest Jruby, etc). The project builds fine on
Windows 7 (64 bit), as long as I remove the apple os related folder.
However, launching a production gives me the following exception after
the window appears:
Exception in thread "AWT-EventQueue-0"
java.lang.IllegalArgumentException: Width
(0) and height (0) cannot be <= 0
at
java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknow
n Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at
limelight.BufferedImagePool.allocateNewBufferedImage(Unknown Source)
at limelight.BufferedImagePool.acquire(Unknown Source)
at limelight.ui.model.PaintJob.<init>(Unknown Source)
at limelight.background.PanelPainterLoop.doPaintJob(Unknown
Source)
at limelight.ui.model.StageFrame.paint(Unknown Source)
Everything is blank at that point.
A test failed when building limelight, which may or may not be
relevant:
[junit] Running limelight.MainTest
[junit] Testsuite: limelight.MainTest
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.073
sec
[junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.073
sec
[junit]
[junit] Testcase:
testFrameManagerIsAddedToContext(limelight.MainTest):
FAILED
[junit] null
[junit] junit.framework.AssertionFailedError: null
[junit] at
limelight.MainTest.testFrameManagerIsAddedToContext(Unknown S
ource)
[junit]
[junit]
C:/Users/Nathan/src/limelight/Rakefile:13:in `run_command'
(See full trace by running task with --trace)