Actions
Bug #2426
closedSearch for 'image' in actor tree 'hangs' window in nightly build
Start date:
04/25/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2426
Description
A search for 'image' in the actor tab 'hangs' the window when one is using the nightly zipped version; message is
Uncaught error fetching image:
java.lang.NullPointerException
at sun.awt.image.URLImageSource.getConnection(Unknown Source)
at sun.awt.image.URLImageSource.getDecoder(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
But when using ant and launching using 'ant run-dev' a search for 'image' works!
Perhaps this is due to the way the path is setup?
Need to determine if this problem occurs for installer version
Actions