This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256505 - NullPointerException at org.kaczka.video.provider.MediaPlayerImpl.setVolume
Summary: NullPointerException at org.kaczka.video.provider.MediaPlayerImpl.setVolume
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: majormajor
URL: http://plugins.netbeans.org/plugin/17182
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 22:52 UTC by jiteshjha1997
Modified: 2015-11-17 10:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151563


Attachments
stacktrace (3.29 KB, text/plain)
2015-11-10 22:52 UTC, jiteshjha1997
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jiteshjha1997 2015-11-10 22:52:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
jiteshjha1997: found error in trying to make 1.8 jdk as default as i already have jdk 1.7 as default




Stacktrace: 
java.lang.NullPointerException
   at org.kaczka.video.provider.MediaPlayerImpl.setVolume(MediaPlayerImpl.java:193)
   at org.kaczka.video.ui.VideoPlayerTopComponent.volumeSliderStateChanged(VideoPlayerTopComponent.java:366)
   at org.kaczka.video.ui.VideoPlayerTopComponent.access$400(VideoPlayerTopComponent.java:29)
   at org.kaczka.video.ui.VideoPlayerTopComponent$5.stateChanged(VideoPlayerTopComponent.java:148)
   at javax.swing.JSlider.fireStateChanged(JSlider.java:432)
   at javax.swing.JSlider$ModelListener.stateChanged(JSlider.java:350)
Comment 1 jiteshjha1997 2015-11-10 22:52:42 UTC
Created attachment 157264 [details]
stacktrace
Comment 2 Jiri Prox 2015-11-11 23:43:38 UTC
The exception comes from org.kaczka.video, please report this problem to the provider of the related module
Comment 3 Jiri Kovalsky 2015-11-12 07:31:23 UTC
Bartosz, can you please take a look at this issue in your Video plugin? Thanks!
Comment 4 majormajor 2015-11-17 10:16:21 UTC
Hi jiteshjha1997,

This was a toy plugin that I created for fun. However this was years ago and I am not maintaining it anymore, sorry. Probably something changes in the newer versions of Netbeans platform or Java version that is causing it to fail now.

Feel free to take over the maintenance of this one if you like :-).

Best,
Bartosz