2006-07-17, 10:08 PM
I'm struggeling with UbuStream and a Sqlite Error.
The error in UbuStreamCmd.log:
----
Could not load file or assembly 'System.Data.SQLite, Version=1.0.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
---- (Full log entry below..)
Using 97.13 and ubustream 1.5, converted to SqLite amd removed mdb file just to be sure.. Using latest CommonGBPVRUtilities.dll, GbpvrUiElements.dll and ExternalRecorder plugin.. .Net 2.0 and VS 2005 installed.
This is a freash install, since I ran into the same problem with my previos one.
Tryed running the Sql manually - ok result.
Scanned all postings - I could not find anything pointing my way...
Anyone an idea??
Thanks in advance!
/Lars
[SIZE="1"]={Start log entry}======================
17.07.2006 23:47:39 >>>>>>UbuCmd v0.2 (Mar 2006) - Processing request from GBPVR......
17.07.2006 23:47:39 playerParms: out=#transcode{vcodec=mp2v,vb=1024,scale=1,acodec=mp2a,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,url=^C:\MVP\Rec\Daytona Beach Live Internet TV programming.\Daytona Beach Live Internet TV programming._20060717_23400040.mpg^}}
17.07.2006 23:47:39 oid:0
17.07.2006 23:47:39 oid:1
17.07.2006 23:47:39 oid:2
17.07.2006 23:47:39 Error encountered in: UbuStreamCmd
while executing: Void getGbpvrDbProvider(System.Data.Common.DbProviderFactory ByRef, System.String ByRef)
==> Could not load file or assembly 'System.Data.SQLite, Version=1.0.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at UbuStreamCmd.UbuStreamEngine.getGbpvrDbProvider(DbProviderFactory& gbpvrProviderFactory, String& gbpvrConnectionString)
at UbuStreamCmd.UbuStreamEngine.getChannelName(Int32 channelNumber)
at UbuStreamCmd.UbuStreamEngine.Main(String channelNum, String playerParms)
SQL: SELECT channel.name FROM channel, source_channel_mapping, capture_source WHERE (channel.oid = source_channel_mapping.channel_oid AND capture_source.oid = source_channel_mapping.capture_source_oid AND capture_source.recording_source_class = 'ExternalRecorder.ExternalRecorder' AND capture_source.oid = 2 AND source_channel_mapping.source_channel_number = 1)
17.07.2006 23:47:39 Terminating UbuStreamCmd.
={End log entry}=======================[/SIZE]
The error in UbuStreamCmd.log:
----
Could not load file or assembly 'System.Data.SQLite, Version=1.0.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
---- (Full log entry below..)
Using 97.13 and ubustream 1.5, converted to SqLite amd removed mdb file just to be sure.. Using latest CommonGBPVRUtilities.dll, GbpvrUiElements.dll and ExternalRecorder plugin.. .Net 2.0 and VS 2005 installed.
This is a freash install, since I ran into the same problem with my previos one.
Tryed running the Sql manually - ok result.
Scanned all postings - I could not find anything pointing my way...
Anyone an idea??
Thanks in advance!
/Lars
[SIZE="1"]={Start log entry}======================
17.07.2006 23:47:39 >>>>>>UbuCmd v0.2 (Mar 2006) - Processing request from GBPVR......
17.07.2006 23:47:39 playerParms: out=#transcode{vcodec=mp2v,vb=1024,scale=1,acodec=mp2a,ab=192,channels=2}:duplicate{dst=std{access=file,mux=ps,url=^C:\MVP\Rec\Daytona Beach Live Internet TV programming.\Daytona Beach Live Internet TV programming._20060717_23400040.mpg^}}
17.07.2006 23:47:39 oid:0
17.07.2006 23:47:39 oid:1
17.07.2006 23:47:39 oid:2
17.07.2006 23:47:39 Error encountered in: UbuStreamCmd
while executing: Void getGbpvrDbProvider(System.Data.Common.DbProviderFactory ByRef, System.String ByRef)
==> Could not load file or assembly 'System.Data.SQLite, Version=1.0.27.1, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at UbuStreamCmd.UbuStreamEngine.getGbpvrDbProvider(DbProviderFactory& gbpvrProviderFactory, String& gbpvrConnectionString)
at UbuStreamCmd.UbuStreamEngine.getChannelName(Int32 channelNumber)
at UbuStreamCmd.UbuStreamEngine.Main(String channelNum, String playerParms)
SQL: SELECT channel.name FROM channel, source_channel_mapping, capture_source WHERE (channel.oid = source_channel_mapping.channel_oid AND capture_source.oid = source_channel_mapping.capture_source_oid AND capture_source.recording_source_class = 'ExternalRecorder.ExternalRecorder' AND capture_source.oid = 2 AND source_channel_mapping.source_channel_number = 1)
17.07.2006 23:47:39 Terminating UbuStreamCmd.
={End log entry}=======================[/SIZE]