MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum MediaPortal 1 Help on Development Quality Assurance (Bugreports) Archive Bug Reports 0.2.0.0 Release Candidate 1


0.2.0.0 Release Candidate 1 Post bugs you found in the official RC1 relese of 0.2.0.0 here. It is not allowed to post CVS-snapshot Bugs here!

 
 
Thread Tools Display Modes
Old 2005-09-19, 17:31   #1 (permalink)
Portal Member
 
Join Date: Mar 2005
Location: U.S.A.
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts


not a bug Error loading several EPG channel icons

Several of the EPG channel icons downloaded using the xmltv.exe tool are not loading in MP. An error is logged for each "bad" icon. The only difference I can see is that the image properties differ slighly from those of other "working" icons.

Image properties for all "bad" icons:
WxH: 30x30 pixels
Resolution: 96 dpi
Bit Depth: 8

It looks like all other "working" icons have a resolution of 72 dpi, and a bit depth of 24.

Receiving the following error in error.log:
9/19/2005 11:04:03 AM TextureManage:LoadGraphic(thumbs\tv\logos\ESPN2.jp g) failed:Error in the application.
-2005529767 (D3DXERR_INVALIDDATA)
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile( Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
at Microsoft.DirectX.Direct3D.TextureLoader.FromFile( Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
at MediaPortal.GUI.Library.GUITextureManager.LoadGrap hic(String strFileName, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight, Int32& iWidth, Int32& iHeight)


Steps to recreate:
1. copy attached image "ESPN2.jpg" to MediaPortal\thumbs\tv\logos\[name].jpg, where [name] is a valid channel name in MP Setup > Television > TV Channels.
2. open mediaportal, navigate to MyTV > TVGuide.
3. scroll down the EPG listing until the channel line is displayed
4. graphic is gray in color (blank)
5. exit mediaportal
6. view error.log for error text

Regards,
Aaron
Attached Images
File Type: jpg ESPN2.jpg (138 Bytes, 76 views)
__________________
nMediaPC HTPC100S ยท ECS K8M800-M2 ยท AMD Athlon 64 2800+ ยท 1GB DDR400 ยท GIGABYTE GeForce FX5200 ยท Western Digital 160GB SATA150 ยท Hauppauge WinTV-PVR 500MCE ยท Sharp LC-37HV4U ยท nMediaPC Remote ยท nMediaPC Wireless Keyboard/Mouse
civikdude is offline  
Old 2005-09-22, 16:27   #2 (permalink)
Portal Member
 
Join Date: Mar 2005
Location: U.S.A.
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Can someone take a look into this? MP should be able to handle the channel icons that are delivered by zap2it.com (xmltv).

FYI, looking at the first post, the paste of code separated the file name (ESPN2.jp<space>g). The log file does not have this space, nor does the actual file name. I just wanted to clarify in case that might throw somebody.

Repaste:
(thumbs\tv\logos\ESPN2.jpg)

Regards,
Aaron
__________________
nMediaPC HTPC100S ยท ECS K8M800-M2 ยท AMD Athlon 64 2800+ ยท 1GB DDR400 ยท GIGABYTE GeForce FX5200 ยท Western Digital 160GB SATA150 ยท Hauppauge WinTV-PVR 500MCE ยท Sharp LC-37HV4U ยท nMediaPC Remote ยท nMediaPC Wireless Keyboard/Mouse
civikdude is offline  
Old 2005-10-03, 14:58   #3 (permalink)
Portal Member
 
Join Date: Mar 2005
Location: U.S.A.
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Haven't heard anything on this. It fills the error log up fairly quickly. These are not custom images, they are downloaded directly from zap2it.com. Can someone please test and confirm?

Regards,
Aaron
__________________
nMediaPC HTPC100S ยท ECS K8M800-M2 ยท AMD Athlon 64 2800+ ยท 1GB DDR400 ยท GIGABYTE GeForce FX5200 ยท Western Digital 160GB SATA150 ยท Hauppauge WinTV-PVR 500MCE ยท Sharp LC-37HV4U ยท nMediaPC Remote ยท nMediaPC Wireless Keyboard/Mouse
civikdude is offline  
Old 2005-10-04, 21:55   #4 (permalink)
Portal Developer
 
scoop's Avatar
 
Join Date: Nov 2004
Posts: 610
Thanks: 2
Thanked 6 Times in 5 Posts

My System

Default

Hi civikdude,

I just tried the logo you posted on my MP installation 0.2.0.0-RC1. I can confirm the problem you see. I've renamed the logo to "Nederland 1.jpg" to match a station I got here. Here's the (same) error from MediaPortal.log:

Code:
4-10-2005 21:49:55 TextureManage:LoadGraphic(thumbs\tv\logos\Nederland 1.jpg) failed:Fout in de toepassing.
-2005529767 (D3DXERR_INVALIDDATA)
   at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation, PaletteEntry[]& palette)
   at Microsoft.DirectX.Direct3D.TextureLoader.FromFile(Device device, String srcFile, Int32 width, Int32 height, Int32 mipLevels, Usage usage, Format format, Pool pool, Filter filter, Filter mipFilter, Int32 colorKey, ImageInformation& srcInformation)
   at MediaPortal.GUI.Library.GUITextureManager.LoadGraphic(String strFileName, Int64 lColorKey, Int32 iMaxWidth, Int32 iMaxHeight, Int32& iWidth, Int32& iHeight)
Can you confirm this worked on previous versions? Or did it never work?

Kind regards,
Michel
scoop is offline  
Old 2005-10-05, 14:52   #5 (permalink)
Portal Member
 
Join Date: Mar 2005
Location: U.S.A.
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by scoop
I can confirm the problem you see.
Thanks for testing!!

Quote:
Originally Posted by scoop
Can you confirm this worked on previous versions? Or did it never work?
This I'm not sure of. I'm under the impression that all channel icons worked when I was using version 0.1.1.0, but even so I'm not sure whether the icons themselves are the same (downloaded from zap2it.com) or have been added/updated since using 0.1.1.0. I cleared everything on my system since then, and have only recently added the channel icons.

I think it comes down to graphics support?!

Image properties for all "bad" icons:
WxH: 30x30 pixels
Resolution: 96 dpi
Bit Depth: 8

Image properties for all "good" icons:
WxH: 30x30 pixels
Resolution: 72 dpi
Bit Depth: 24

Regards,
Aaron
__________________
nMediaPC HTPC100S ยท ECS K8M800-M2 ยท AMD Athlon 64 2800+ ยท 1GB DDR400 ยท GIGABYTE GeForce FX5200 ยท Western Digital 160GB SATA150 ยท Hauppauge WinTV-PVR 500MCE ยท Sharp LC-37HV4U ยท nMediaPC Remote ยท nMediaPC Wireless Keyboard/Mouse
civikdude is offline  
Old 2005-10-10, 11:26   #6 (permalink)
Portal Manager
 
dman_lfc's Avatar
 
Join Date: Jul 2004
Location: UK
Posts: 1,673
Thanks: 0
Thanked 25 Times in 21 Posts

Country:

My System

Send a message via MSN to dman_lfc Send a message via Skype™ to dman_lfc
Default

Great post - easy to duplicate and to follow!

http://nolanparty.com/mediaportal.so...iew.php?id=587

DMAN
dman_lfc is offline  
Old 2005-10-17, 21:28   #7 (permalink)
Portal Member
 
Join Date: Mar 2005
Location: U.S.A.
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Thanks for adding!

Regards,
Aaron
__________________
nMediaPC HTPC100S ยท ECS K8M800-M2 ยท AMD Athlon 64 2800+ ยท 1GB DDR400 ยท GIGABYTE GeForce FX5200 ยท Western Digital 160GB SATA150 ยท Hauppauge WinTV-PVR 500MCE ยท Sharp LC-37HV4U ยท nMediaPC Remote ยท nMediaPC Wireless Keyboard/Mouse
civikdude is offline  
 

Bookmarks

Tags
channel, epg, icons, loading
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
KNC 1 DVB-C / cannot tune channels lutz General Support 15 2006-10-01 12:04
Technotrend DVB-S no LNB switch Erbsenkopp General Support 0 2006-08-03 10:04
Technotrend Budget 1500 CI no LNB switch Erbsenkopp General Support 0 2006-08-03 09:46
Tuning-problem - FireDTV - Stockholm-Nacka alek01 Installation, configuration support 2 2006-07-11 00:06
Xmltv set big hassle for a newb Anonymous Tips and Tricks 38 2004-12-18 21:09


All times are GMT +1. The time now is 12:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden