You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 2101 created by Omertron on 2011-09-30T22:09:51.000Z:
What steps will reproduce the problem?
Install r2659
run Yamj 3.
What is the expected output? What do you see instead?
Once Yamj has identified the content, it should start to index instead it crashes with the following
Indexing libraries...
Indexing ...
Exception in thread "main" java.lang.NullPointerException
at com.moviejukebox.model.Library.buildIndexMasters(Library.java:324)
at com.moviejukebox.model.Library.buildIndex(Library.java:508)
at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:1239)
at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:448)
What version/revision of YAMJ are you using? On what operating system?
r2659
Windows 7 32 bit Home Premium
What skin are you using?
Have tried Default,PPP, PPP2 and Zappiti
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
NMT A110 - not relevant indexes are never created on the PC
Please provide any additional information below.
Reverting to r2648 clears the problem.
The text was updated successfully, but these errors were encountered:
Comment #2 originally posted by Omertron on 2011-10-01T07:53:56.000Z:
Not fixed.
New error:
Indexing libraries...
Indexing ...
Sorting Indexes ...
Warning : You need to enable index 'Other' to get 'New-TV' ('New-TV') category
Warning : You need to enable index 'Other' to get 'New-Movie' ('New-Movies') category
Exception in thread "main" java.lang.NullPointerException
at com.moviejukebox.model.Library.buildIndex(Library.java:569)
at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:1239)
at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:448)
Original issue 2101 created by Omertron on 2011-09-30T22:09:51.000Z:
What steps will reproduce the problem?
3.
What is the expected output? What do you see instead?
Once Yamj has identified the content, it should start to index instead it crashes with the following
Indexing libraries...
Indexing ...
Exception in thread "main" java.lang.NullPointerException
at com.moviejukebox.model.Library.buildIndexMasters(Library.java:324)
at com.moviejukebox.model.Library.buildIndex(Library.java:508)
at com.moviejukebox.MovieJukebox.generateLibrary(MovieJukebox.java:1239)
at com.moviejukebox.MovieJukebox.main(MovieJukebox.java:448)
What version/revision of YAMJ are you using? On what operating system?
r2659
Windows 7 32 bit Home Premium
What skin are you using?
Have tried Default,PPP, PPP2 and Zappiti
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
NMT A110 - not relevant indexes are never created on the PC
Please provide any additional information below.
Reverting to r2648 clears the problem.
The text was updated successfully, but these errors were encountered: