NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 357 358 359 360 361 … 433 Next »
NPVR 2.1.4 - Picture Library bug

NPVR 2.1.4 - Picture Library bug
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#1
2011-07-03, 12:44 AM
sub Wrote:Ok - I'll to add some more bugs for you in the next release. Big Grin

Big Grin

It's like easteregghunting. *buck*

Problem:
While browsing through my .jpg pictures i got a freezing nPVR. The logfile is telling the following.
Code:
2011-07-03 02:36:46.594    [ERROR][17]    Unexpected error background loading preview images: System.Runtime.InteropServices.ExternalException: Allgemeiner Fehler in GDI+.
   bei System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
   bei System.Drawing.Image.Save(String filename, ImageFormat format)
   bei System.Drawing.Image.Save(String filename)
   bei NUtility.ImageCache.GetImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
   bei NUtility.ImageCache.PreloadImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
   bei NextPVR.Libraries.BaseLibrary.WorkerThread()
2011-07-03 02:36:46.594    [DEBUG][18]    CheckCache() indicates:\\192.168.0.11\MEDIEN\Privat\Fotos\2008\06 (Juni)\21. (Samstag)\2008-06-21_160142.jpg is not cached.
2011-07-03 02:36:46.647    [DEBUG][18]    File: \\192.168.0.11\MEDIEN\Privat\Fotos\2008\06 (Juni)\21. (Samstag)\2008-06-21_160142.jpg  Orientation: 1
2011-07-03 02:36:46.647    [DEBUG][17]    File: \\192.168.0.11\MEDIEN\Privat\Fotos\2008\06 (Juni)\21. (Samstag)\2008-06-21_160142.jpg  Orientation: 1
2011-07-03 02:36:46.680    [DEBUG][18]    Loading disk file: \\192.168.0.11\MEDIEN\Privat\Fotos\2008\06 (Juni)\21. (Samstag)\2008-06-21_160142.jpg:224,241:True (and cached to C:\Users\Public\NPVR\Thumbs\F19E67D41E12EA61CB3F71618503119.jpg)
2011-07-03 02:36:46.680    [DEBUG][17]    Loading disk file: \\192.168.0.11\MEDIEN\Privat\Fotos\2008\06 (Juni)\21. (Samstag)\2008-06-21_160142.jpg:224,241:True (and cached to C:\Users\Public\NPVR\Thumbs\F19E67D41E12EA61CB3F71618503119.jpg)
2011-07-03 02:36:46.681    [ERROR][17]    Unexpected error background loading preview images: System.Runtime.InteropServices.ExternalException: Allgemeiner Fehler in GDI+.
   bei System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
   bei System.Drawing.Image.Save(String filename, ImageFormat format)
   bei System.Drawing.Image.Save(String filename)
   bei NUtility.ImageCache.GetImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
   bei NUtility.ImageCache.PreloadImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
   bei NextPVR.Libraries.BaseLibrary.WorkerThread()
Something about "AutoRotation".
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,906
Threads: 770
Joined: Nov 2003
#2
2011-07-03, 12:59 AM
Does help if you empty your 'C:\Users\Public\NPVR\Thumbs' cache directory?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#3
2011-07-03, 01:01 AM
Nope, this was a completely fresh install of npvr 2.1.4 (uninstalled 2.0.3 before, removed any registry entries, deleted all npvr related folders).
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,906
Threads: 770
Joined: Nov 2003
#4
2011-07-03, 01:04 AM
I cant really see anything changed in that code since the last release, but you could see if the attached patch helps. It adds some defensive coding around saving the thumbnail to protect against any GDI+ errors.
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#5
2011-07-03, 01:10 AM (This post was last modified: 2011-07-03, 01:15 AM by ShiningDragon.)
Nope, it didn't helped. It does not seem to be picture related. The pictures were npvr froze before could now be opened, but now npvr is freezing on other images.

EDIT:
Just tried Video Library (there are a lot more pictures). Absolutely no problem. Generating thumbs and display them without any problem. While photo library seems to have problems generating thumbs. If i restart npvr i can browse through the folder, where it crashed/freezed before. Something happens while the thumbgenerating. Disk should be fast enough (Intel 320 Series SSD 80 GB) plus there are not much photos in those folders.
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,906
Threads: 770
Joined: Nov 2003
#6
2011-07-03, 01:15 AM
Do you get any error message on the screen?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#7
2011-07-03, 01:16 AM
sub Wrote:Do you get any error message on the screen?

Code:
Beschreibung:
  Stopped working

Problemsignatur:
  Problemereignisname:    CLR20r3
  Problemsignatur 01:    nextpvr.exe
  Problemsignatur 02:    1.0.0.0
  Problemsignatur 03:    4e0f9552
  Problemsignatur 04:    System.Drawing
  Problemsignatur 05:    2.0.0.0
  Problemsignatur 06:    4ca2bad4
  Problemsignatur 07:    144
  Problemsignatur 08:    3d
  Problemsignatur 09:    System.OutOfMemoryException
  Betriebsystemversion:    6.1.7601.2.1.0.256.48
  Gebietsschema-ID:    1031

Lesen Sie unsere Datenschutzbestimmungen online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0407

Wenn die Onlinedatenschutzbestimmungen nicht verfügbar sind, lesen Sie unsere Datenschutzbestimmungen offline:
  C:\Windows\system32\de-DE\erofflps.txt
I hope this information can help you. Smile

EDIT:

"Out Of Memory" lol? 8 GB RAM? ^^; NextPVR.exe is using lesser then 200 MB while browsing through photolibrary before crash, if i can trust the task manager.
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,906
Threads: 770
Joined: Nov 2003
#8
2011-07-03, 01:40 AM
Does this help?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#9
2011-07-03, 01:48 AM
Yeah, this makes it a lot better. No freeze anymore.
But entering a subfolder now takes a time. Are you pre generating thumbs before enter a folder now? If yes, then now it would be a good time to add something like a "busy indicator" - "Hey, i am doing something, i am not freezed" symbol like a flashing circle or so. Big Grin
You like nPVR? Then please help pay the bills, and keep the project alive!

My happy NextPVR family

Frei nach Dieter Nuhr: Wenn man keine Ahnung hat, einfach mal die Fresse halten.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,906
Threads: 770
Joined: Nov 2003
#10
2011-07-03, 01:50 AM
ShiningDragon Wrote:Yeah, this makes it a lot better. No freeze anymore.
But entering a subfolder now takes a time. Are you pre generating thumbs before enter a folder now?
No, in theory its just the same as 2.1.3 (slow loads photos in the background and updates the screen as it goes). There were some changes to how the video and music library load their artwork, but this screen is supposed to be unchanged.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,723 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,456 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 12,284 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 2,001 2022-01-03, 04:45 AM
Last Post: mvallevand
  Streaming Services with NPVR tesla1886 4 3,021 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,547 2020-12-27, 02:27 AM
Last Post: sub
  Picture glitching/pixelating Antelope 9 3,591 2020-09-23, 09:44 PM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 7,934 2020-04-27, 01:28 PM
Last Post: mvallevand
  Import recorded tv shows to NPVR mattman1968 9 6,530 2020-03-03, 12:57 PM
Last Post: Jimixter
  Easiest way to migrate NPVR to a new machine JP23 1 2,152 2020-02-24, 04:55 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode