LONG Delays on viewing "Top Directory" (Fresh Install!) (1 Viewer)

DigitalDJ

Portal Member
January 2, 2008
12
0
MediaPortal Version: 1.1.0 RC1
MediaPortal Skin: Blue3 Wide
Windows Version: Windows 7 x64
CPU Type: Core i3 530
HDD: 250GB Western Digital
Memory: 4GB Corsair DDR3
Motherboard: Gigabyte GA-H57-USB3
Video Card: NVIDIA GeForce 9500 GT
Video Card Driver: 196.21
Sound Card: Realtek
Sound Card AC3: Realtek
Sound Card Driver: Realtek
1. TV Card: Hauppauge WinTV PVR-MCE-350
1. TV Card Type: Analog
1. TV Card Driver: Latest
MPEG2 Video Codec: ffdshow
MPEG2 Audio Codec: ffdshow
h.264 Video Codec: ffdshow
Satelite/CableTV Provider: FOXTEL
HTPC Case: Antec Oerture
Cooling: Enough.
Power Supply: 400W
Remote: MCE Remote


OK. I've installed MediaPortal 1.1.0 RC1 and on a fresh install, I am having LONG delays (as if MediaPortal were waiting for something to timeout). During these delays, MediaPortal is unkillable via Task Manager...until it becomes responsive again.


These delays occur in: Videos, Pictures, anything that has a browsing interface.

I can reproduce this delay, ALL THE TIME by:
1. Opening Pictures from the home screen. Pictures opens the default folder.
2. Pressing "Up / .." a directory to where MediaPortal shows CD Drives and other Picture folders.
3. MediaPortal now takes 30 seconds or more to list the available picture folders and CD/DVD Drives.

I have disabled ALL MediaPortal plugins (except Home and Pictures). I have removed CD drives from the database (and deleted folder databases). Nothing helps.

The log is also very useless.
2010-02-26 17:46:47.841579 [Info.][MPMain(1)]: ThreadPool.Init()
2010-02-26 17:46:47.843579 [Debug][MPMain(1)]: ThreadPool.StartThreads() : Thread PoolThread7 started
2010-02-26 17:46:48.308605 [Debug][PoolThread7(7)]: GUIPictures: Creation of all thumbs for dir '' took 0.4573883 seconds
2010-02-26 17:46:48.309605 [Debug][PoolThread7(7)]: ThreadPool.ProcessQueue() : total items processed: 1
2010-02-26 17:46:56.681084 [Debug][MPMain(1)]: TextureManager: CleanupThumbs()
2010-02-26 17:46:56.681084 [Warn.][PoolThread7(7)]: GUIPictures: Omitting outside path C:\Users\Media Center from check share C:\Users\Media Center\Pictures
2010-02-26 17:46:56.681084 [Debug][PoolThread7(7)]: GUIPictures: Creation of all thumbs for dir 'C:\Users\Media Center\Pictures' took 0.0006398 seconds
2010-02-26 17:46:56.682084 [Debug][PoolThread7(7)]: ThreadPool.ProcessQueue() : total items processed: 2
2010-02-26 17:46:59.659255 [Debug][MPMain(1)]: TextureManager: CleanupThumbs()

etc. Nothing useful there.

Again, this is on a CLEAN MediaPortal install. This is even with default config. Are there any fixes in SVN for this!?

Thanks!
 

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    How many files do you have in these folders? Are they stored locally or on a remote server/usb-disk?
     

    DigitalDJ

    Portal Member
    January 2, 2008
    12
    0
    They are completely empty. The only folders in the database are the ones added by default by MediaPortal. CD/DVD Drives and Users/Pictures. None of which has anything in them.
     

    DigitalDJ

    Portal Member
    January 2, 2008
    12
    0
    I figured out what this is...and it is a bug.

    I checked out the latest SVN so that I could debug the problem.

    It turns out that during this delay, MediaPortal tries to determine which removable drives to show on the list.

    This PC happens to have an 8in1 Card Reader, which is obviously has some blocking IO going on when there is no media in any of the slots.

    As far as I know...so far...this occurs in VirtualDirectory.GetRootExt(); and Util.GetVolumeInformation(); (i think)
     

    Users who are viewing this thread

    Top Bottom