Area: Media Portal Program
MediaPortal Version: 0.2.0.0 RC2 (2005-12-16)
MediaPortal Skin: RealMP
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
Video Codec: InterVideo Video Decoder
CPU Type: AMD Sempron 2200+
Memory: 511 MB
Motherboard: MS-6796 (MICRO-STAR INTERNATIONAL CO., LTD)
TV Card Model: General S/W encoding card
TV Card Type: -
TV Card Driver: -
Video Card Model: Sapphire Radeon 9600 Pro Atlantis (128 MB)
Video Card Driver: 8.18.0.0
Video Card Resolution: 1024x576
Video Render Type: VMR9
Audio Card Model: NVIDIA(R) nForce(TM) Audio
Audio Card Driver: -
Synopsis::
I just updated the database for later waching.
But no movies would start, not with the database og folder browsing.
I tried to change all codecs og others with no result.
But WMR7 works and not WMR9
MediaPortal Version: 0.2.0.0 RC2 (2005-12-16)
MediaPortal Skin: RealMP
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
Video Codec: InterVideo Video Decoder
CPU Type: AMD Sempron 2200+
Memory: 511 MB
Motherboard: MS-6796 (MICRO-STAR INTERNATIONAL CO., LTD)
TV Card Model: General S/W encoding card
TV Card Type: -
TV Card Driver: -
Video Card Model: Sapphire Radeon 9600 Pro Atlantis (128 MB)
Video Card Driver: 8.18.0.0
Video Card Resolution: 1024x576
Video Render Type: VMR9
Audio Card Model: NVIDIA(R) nForce(TM) Audio
Audio Card Driver: -
Synopsis::
I just updated the database for later waching.
But no movies would start, not with the database og folder browsing.
I tried to change all codecs og others with no result.
But WMR7 works and not WMR9
Code:
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, image_url text, summary_url text);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, season_id int, title text, aired text, episode_number integer, filename text, description text, image_url text, summary_url text);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table season already exists query:CREATE TABLE season (season_id integer primary key, series_id int, name text, season_number integer, description text, image_url text);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text);
2/3/2006 11:46:35 AM SQL:SeriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer);
2/3/2006 11:46:51 AM VideoPlayer9:exception while creating DShow graph Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at DShowNET.IGraphBuilder.RenderFile(String lpcwstrFile, String lpcwstrPlayList)
at MediaPortal.Player.VideoPlayerVMR9.GetInterfaces()