MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » untested "work in progress" builds » svn-builds archive » untested 'Nightly Builds' of TV-Server


untested 'Nightly Builds' of TV-Server Download and discuss TV-Servers 'Nightly Builds'

Reply
 
Thread Tools Display Modes
Old 2008-03-27, 17:31   #11 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Hi,

I'am also getting same error than Rostizh: UnableToStartGraph error note, any tip how to fix or what to do with that??

2008-03-27 18:24:14.093750 [9]: <<< StreamEnginetartStream(), Timeshift start Failed: UnableToStartGraph !!!

I also added Tv.log here.

-janne
Attached Files
File Type: log tv.log (208.2 KB, 20 views)
peugeot is offline   Reply With Quote
Old 2008-03-27, 19:19   #12 (permalink)
Portal Member
 
RobertinoM's Avatar
 
Join Date: Mar 2007
Age: 41
Posts: 86
Thanks: 11
Thanked 0 Times in 0 Posts

Country:


Default Client kills running config

After updating my MP with the actual Client it hangs somewhere during the startup and there is a dialog in the background that I cannot see because MP is set to be always on top.

I cannot even change that as the Config is not able to start.. I always get an dialog that a DLL is not registered and I should start config.exe out of the mediaportal dir, what I did.

I will attach tomorrow the screenshot.
RobertinoM is offline   Reply With Quote
Old 2008-03-27, 21:37   #13 (permalink)
Portal Member
 
Join Date: Oct 2005
Location: Switzerland
Posts: 189
Thanks: 18
Thanked 0 Times in 0 Posts

Country:

My System

fixed

This version shows an error dialog "Failed to upgrade the database" after deinstallating the old and installing the new version and after entering my db credentials. I am running MySQL.

G.
__________________

Last edited by GoldenEye; 2008-03-28 at 09:41.
GoldenEye is offline   Reply With Quote
Old 2008-03-27, 22:47   #14 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Same error for me, except running mssql.. Ended up reverting to old build.

.arve
arves is offline   Reply With Quote
Old 2008-03-27, 23:41   #15 (permalink)
Portal Member
 
Join Date: Jun 2005
Location: Bolzano
Age: 37
Posts: 240
Thanks: 32
Thanked 5 Times in 5 Posts

Country:

My System

Default

Quote:
Originally Posted by rostizh View Post
Thanks gemx.
That issue seems to be resolved by increasing the cam limit.
But.. still no picture. This time, no error message on the screen, but the screen remains black.

In the logs:
Retrieving the COM class factory for component with CLSID {B9559486-E1BB-45D3-A2A2-9A7AFE49B23F} failed due to the following error: 80040154

Any ideas?

Thanks again.
I have the same problem... no picture, no error, except this one...
__________________
Roby

Download italian myvideos IMDB script yahoo.it
Download italian myvideos IMDB script mymovies.it
Visit my iPod Italian site: http://www.ipoditalia.it


Last edited by robyf; 2008-03-27 at 23:44.
robyf is offline   Reply With Quote
Old 2008-03-28, 00:16   #16 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,696
Thanks: 120
Thanked 126 Times in 87 Posts

Country:

My System

Default

Quote:
Originally Posted by arves View Post
Same error for me, except running mssql.. Ended up reverting to old build.

.arve
Without tv.log no fix can be done... Tomorrows build will have better logging - please try again then.
__________________
rtv is offline   Reply With Quote
Old 2008-03-28, 00:35   #17 (permalink)
Portal Member
 
sunflower's Avatar
 
Join Date: Feb 2007
Location: Cologne
Age: 46
Posts: 81
Thanks: 2
Thanked 0 Times in 0 Posts

Country:

My System

Default

Same for me
Tv.log as follows:


2008-03-28 00:28:51.859375 [1]: ---- start setuptv ----
2008-03-28 00:28:51.859375 [1]: ---- check connection with database ----
2008-03-28 00:28:52.031250 [1]: ---- check if database needs to be updated/created ----
2008-03-28 00:28:53.359375 [1]: ---- upgrade database schema ----
2008-03-28 00:28:53.359375 [1]: sql:use TvLibrary
2008-03-28 00:28:53.421875 [1]: sql:---insert the upgrabe statements below ---
2008-03-28 00:28:53.437500 [1]: sql:alter table ChannelMap add epgOnly bit
2008-03-28 00:28:53.531250 [1]: sql:update ChannelMap set epgOnly=0
2008-03-28 00:28:53.562500 [1]: sql:---set the new schema version here---
2008-03-28 00:28:53.562500 [1]: sql:UPDATE Version SET versionNumber=35
2008-03-28 00:28:53.562500 [1]: - database upgraded to schema version 35
2008-03-28 00:28:53.609375 [1]: sql:use TvLibrary
2008-03-28 00:28:53.609375 [1]: sql:---insert the upgrade statements below ---
2008-03-28 00:28:53.609375 [1]: sqlELETE FROM Program
2008-03-28 00:29:03.781250 [1]: sql:IF EXISTS (SELECT * FROM sys.indexes WHERE name = '_dta_index_Program_7_645577338__K3_1_2_4_5_6_7_8' ) ALTER TABLE Program DROP CONSTRAINT _dta_index_Program_7_645577338__K3_1_2_4_5_6_7_8
2008-03-28 00:29:04.000000 [1]: sql:ALTER TABLE Program ALTER COLUMN title varchar(2000) NOT NULL
2008-03-28 00:29:04.031250 [1]: sql:ALTER TABLE Program ALTER COLUMN description varchar(8000) NOT NULL
2008-03-28 00:29:04.031250 [1]: sql:IF NOT EXISTS (SELECT * FROM sys.indexes WHERE name = 'IX_Program_EPG_Lookup') CREATE UNIQUE INDEX IX_Program_EPG_Lookup ON Program ( idChannel, startTime, endTime )
2008-03-28 00:29:04.156250 [1]: sql:ALTER TABLE Recording ALTER COLUMN title varchar(2000) NOT NULL
2008-03-28 00:29:04.156250 [1]: sql:ALTER TABLE Recording ALTER COLUMN description varchar(8000) NOT NULL
2008-03-28 00:29:04.156250 [1]: sql:---set the new schema version here---
2008-03-28 00:29:04.156250 [1]: sql:UPDATE Version SET versionNumber=36
sunflower is offline   Reply With Quote
Old 2008-03-28, 07:12   #18 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 2
Thanked 2 Times in 2 Posts

Country:


Thumbs up

all is run good,sub is ok ,only the epg wrong (save the last progem),
use xmltv
<programme start="20080328080000 +2000" stop="20080328090000 +2000" channel="hdtv.hk">
<title lang="utf-8">電視風雲50年 <粵語廣播>【CS】</title>
</programme>
<programme start="20080328090000 +2000" stop="20080329070000 +2000" channel="hdtv.hk">
<title lang="utf-8">我愛醜八怪 <粵、韓語麗音廣播>【CS】</title>
</programme>
<programme start="20080329070000 +2000" stop="20080329080000 +2000" channel="hdtv.hk">
<title lang="utf-8">名廚<粵、英語麗音廣播>【CS】</title>
8:10 is none show,but it show 我愛醜八怪 <粵、韓語麗音廣播>【CS
Attached Thumbnails
tvengine3-snapshot-03-27-2008-05-08h-revision-18313-screenhunter_17-mar.-28-08.10.jpg  tvengine3-snapshot-03-27-2008-05-08h-revision-18313-screenhunter_18-mar.-28-08.10.jpg  
god_md5 is offline   Reply With Quote
Old 2008-03-28, 07:38   #19 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 20
Thanks: 2
Thanked 1 Time in 1 Post

Country:

My System

Default

Are you using TVxb for your EPG? If so try setting it to use lang=zh... mine works fine.
Quote:
- <programme start="20080328140000 +0800" stop="20080328150000 +0800" channel="049.tvbsnews.sg">
<title lang="zh">You Decide 2008: 2008 咱选总统</title>
<desc>A political talk show featuring the 2008 Taiwan Elections. : 2008 咱选总统 : 这个节目将会讨论来临的2008台湾总统大选。</desc>
</programme>
- <programme start="20080328150000 +0800" stop="20080328160000 +0800" channel="049.tvbsnews.sg">
<title lang="zh">You Decide 2008: 2008 咱选总统</title>
<desc>A political talk show featuring the 2008 Taiwan Elections. : 2008 咱选总统 : 这个节目将会讨论来临的2008台湾总统大选。</desc>
</programme>
- <programme start="20080328160000 +0800" stop="20080328170000 +0800" channel="049.tvbsnews.sg">
<title lang="zh">1600 Afternoon News: 16 整点新闻</title>
<desc>Catch the latest news update on TVBS-News. : 16 整点新闻 : 这节目将报导第一手新闻资讯。</desc>
</programme>
Anyway I also want to ask how do you make it such that the program will record from 7:00-7:59, instead of from 7:00-8:00 where it will conflict with the 8:00-9:00 program? Currently I have some show conflicts that should be fine, except for the 1min conflict problem.

Thanks.
Attached Thumbnails
tvengine3-snapshot-03-27-2008-05-08h-revision-18313-mediaportal.jpg  tvengine3-snapshot-03-27-2008-05-08h-revision-18313-mediaportal2.jpg  
JaLooNz is offline   Reply With Quote
Old 2008-03-28, 08:07   #20 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 34
Thanks: 2
Thanked 2 Times in 2 Posts

Country:


Default

yes,tvxb.you timezone is set right ? maybe you set is htmltimezone=-0020?
[hdtv.hk]
name=HDTV
name=亞視aTV高清頻道台
name=13
lang=utf-8
localweekday=day1,day2,day3,day4,day5,day6,day7
url=http://www.hkatv.com/v3/schedule/schedule[fortnightseq=,-19,-19,-19,-19,-19,-19,-19,-19-n,-19-n,-19-n,-19-n,-19-n,-19-n,-19-n].html
htmlstart=<div id="[day=w]"
htmlend=</div>
titlercliplast=(S,(C,(PG
htmltimezone=+2000
start=1
title=1
god_md5 is offline   Reply With Quote
Reply

Bookmarks

Tags
snapshot
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
MediaPortal SVN-Snapshot: 03-27-2008 05-05h - Revision:18313 MediaPortal-BOT 'Nightly Builds' - v0.2.3.0 - final 3 2008-03-31 11:14
TVEngine3 Snapshot: 03-26-2008 05-08h Revision 18279 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 14 2008-03-28 13:19
TVEngine3 Snapshot: 03-04-2008 05-08h Revision 17723 MediaPortal-Bot untested 'Nightly Builds' of TV-Server 22 2008-03-06 00:52
TVEngine3 Snapshot: 02-27-2008 05-08h Revision 17566 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 16 2008-03-02 13:05
TVEngine3 Snapshot: 01-27-2008 05-08h Revision 17180 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 19 2008-01-29 22:45


All times are GMT +1. The time now is 03:22.


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