StigLau / vdvil

Project Vaudeville - Multimedia mixing - result of Kundestyrt Prosjekt 2007 and 2009
3 stars 3 forks source link

Fix ImagePanel throwing nullpointer in certain tests #54

Closed StigLau closed 10 years ago

StigLau commented 10 years ago

Running no.lau.vdvil.mix.TimingSyncronizationTest [main] INFO no.lau.vdvil.cache.Store - The file no.lau.vdvil.cache.CacheMetaData@49d904ec is confirmed in cache but has no MD5 checksum [main] INFO no.lau.vdvil.cache.Store - The file no.lau.vdvil.cache.CacheMetaData@7671cb68 is confirmed in cache but has no MD5 checksum [main] WARN no.lau.vdvil.cache.Store - Store was asked to cache FileRepresentation.NULL [main] INFO no.lau.vdvil.cache.Store - The file no.lau.vdvil.cache.CacheMetaData@49dc7102 is confirmed in cache but has no MD5 checksum ..... [Thread-11] INFO no.bouvet.kpro.renderer.audio.AudioRenderer - Got instruction no.lau.vdvil.instruction.ImageInstruction to be played at 4410 [Thread-11] INFO no.bouvet.kpro.renderer.audio.AudioRenderer - Got instruction no.bouvet.kpro.renderer.audio.AudioInstruction to be played at 4410 [Thread-11] INFO no.bouvet.kpro.renderer.audio.AudioRenderer - Got instruction no.lau.vdvil.instruction.ImageInstruction to be played at 123480 Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at no.vdvil.renderer.image.swinggui.ImagePanel.show(ImagePanel.java:22) at no.vdvil.renderer.image.ImageRenderer$1.run(ImageRenderer.java:50) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744) at java.awt.EventQueue.access$400(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:697) at java.awt.EventQueue$3.run(EventQueue.java:691) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) at java.awt.EventQueue.dispatchEvent(EventQueue.java:714) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)