I was quite happily using Videos Library in the previous version of gbpvr with the slick skin but since changing to 1.4.7 it seems the blue and slick skin dont work(causes program to crash). The Community skin does work though. Is there any easy quick fix for this? could I somehow use the community skin for videos library and the slick one for other screens?
[SIZE="1"]WinXP SP3, Asus M4A785D-M Pro, tinytwin DVB-T usb tuner (AF9015), mce remote, Saf, NPVR[/SIZE]
spotty Wrote:I was quite happily using Videos Library in the previous version of gbpvr with the slick skin but since changing to 1.4.7 it seems the blue and slick skin dont work(causes program to crash). The Community skin does work though. Is there any easy quick fix for this? could I somehow use the community skin for videos library and the slick one for other screens?
Does the crash give an error message? I've leaned that you need to have at least one video file in the main Library folder or it will crash. I intend to fix this the first chance I get. I just haven't gotten to it due to other obligations.
There is probably something missing that Videos Library wants to load, like a background image or something like that.
Check what the exception says (Copy and paste it to Notepad to make it easier to read). Probably you will find that there is some element (like an image) that can't be found. See if you can find another file with the same name in another folder and copy it to the location that the exception states.
Or, if you can't find any reason for the crash, post the exception here.
Its one of those windows errors-
"PVRX2 has encountered a problem and needs to close" so it doesnt tell you as much as the .NET thing.
Anyway If I click on 'show details' I get the following-
hello: I also crash when running videos library on gbpvr version 1.4.7 in the blue skin. GBPVR main menu crashes when I use the slick skin also on my system now.
I thought you would like to know it is not an isolated problem.
I do not have the community skin installed to test.
-Stampee
I have the same issue. I have been using videos library with 1.4.7 for months. My whole setup crashed about a week ago and I had to do a fresh install. Now the skin seems to be giving me problems.
Intel NUC8i7BEH
OLD Intel Core i3-530 Clarkdale 2.93GHz, ASUS P7H55D-M, 4GB DDR3 SDRAM DDR3 1333, 1.5TB SATA 3.0 HD, Windows 10 Pro, Hauppauge WinTV-HVR-2250 (depreciated), SiliconDust HDHomerun Prime, Harmony One
I don't know whats going on here. I thought I did but it was not that easy (is it ever).
On my XP, I did a clean install of Videos Library and it works fine with the blue skin. On my win7 x64 it works fine with Community but it crashes with the blue skin.
Looks like the plugin loops on the folder images until it crashes.
In the log there are about 1000 lines for rendering and caching folder images again and again until this error is shown:
Code:
2010-02-07 08:20:32.934 ERROR [11] FATAL UNHANDLED EXCEPTION:: System.InvalidOperationException: Enumerable contains no matching element
at System.Linq.Enumerable.ThrowNoMatches()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate, Boolean orDefault)
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at VideosLibraryPlugin.VideosLibrary.GetPathInfo(String path) in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 801
at VideosLibraryPlugin.VideosLibrary.CacheImage(ImageType imgType, String path, Int32 width, Int32 height) in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 1434
at VideosLibraryPlugin.VideosLibrary.<>c__DisplayClass20.<CacheImages>b__1e() in C:\Users\XXX\Desktop\VideosLibraryProject\VideosLibrary\VideosLibrary\VideosLibrary.cs:line 1385
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()