exp-tve3.5-prepare-merge-foldok-sebtest (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Stefan try to copy : Mediaportal.TV.Server.TVLibrary.Integration.MP1.dll
    Into tvservice folder, it seems the to be the right folder :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Jean, it seems that connection to db didn't work and error.
    With MySQL workbrench, you can see it you can confirm log and pass.
    Setting for db is in TVService.exe.config
    If you look the file, the connection string is :

    <add name="Model" connectionString="metadata=res://Mediaportal.TV.Server.TVDatabase.EntityModel/Model.csdl|res://Mediaportal.TV.Server.TVDatabase.EntityModel/Mediaportal.TV.Server.TVDatabase.EntityModel.Model.MySQL.ssdl|res://Mediaportal.TV.Server.TVDatabase.EntityModel/Model.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=localhost;User Id=root;database=TVE352;password=MediaPortal;Persist Security Info=True&quot;" providerName="System.Data.EntityClient"/>

    db = TVE352
    Login : root
    Pass : MediaPortal

    So try if you can connect with MySQL Workbench :)

    Seb.
     
    Last edited:

    sukceso

    Portal Pro
    November 6, 2008
    181
    31
    Herrenberg
    Home Country
    Germany Germany
    Two DLLs were missing: Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll and Mediaportal.TV.Server.TVLibrary.Integration.MP1.dll

    Now I have a different exception:
    Unhandled Exception: System.Configuration.ConfigurationErrorsException: Could not find section 'castle' in the configuration file associated with this domain.
    at Castle.Core.Resource.ConfigResource..ctor(String sectionName)
    at Castle.Core.Resource.ConfigResource..ctor()
    at Mediaportal.TV.Server.TVLibrary.Interfaces.Integration.IntegrationProviderHelper.Register(String searchPath)
    at Mediaportal.TV.Server.TVLibrary.TvServiceThread..ctor(String applicationPath)
    at Mediaportal.TV.Server.TVService.Program.Main(String[] args)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Yep i think NSIS installer should be corrected, we didn't look yet.
    I have attached screenshot with the list of needed files for tvserver root, maybe it can help :)
     

    Attachments

    • Capture.JPG
      Capture.JPG
      101.4 KB
    Last edited:

    sukceso

    Portal Pro
    November 6, 2008
    181
    31
    Herrenberg
    Home Country
    Germany Germany
    I tried to open SetupTV, but it did not work. I figured out that the following DLLs were missing in the install directory:
    - Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll
    - Mediaportal.TV.Server.TVLibrary.Integration.MP1.dll
    - log4net.dll
    - EntityFramework.dll

    I copied them into the directory and the UI comes up :) Not sure that all are really needed, just copied all that I found in the SetupTV build release directory.
    Please update the installer definition...

    Stefan
     

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    58
    Home Country
    Belgium Belgium
    Hello,

    - Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll
    Also the above file is needed in the mediaportal directory

    @Sebastiii :Can you post a screenshot of your mediaportal directory.(y)

    Jean
     
    Last edited:

    jehe

    Portal Pro
    February 15, 2011
    694
    216
    58
    Home Country
    Belgium Belgium
    Hello,
    So here are a few logs.
    I have the following problem:In the tvserver configuration I can only see a DVBT card while I'm using a DVB S2 TV card.

    Jean
     

    sukceso

    Portal Pro
    November 6, 2008
    181
    31
    Herrenberg
    Home Country
    Germany Germany
    I'm making good progress. TVService seems to run now (from console), SetupTV works and scans for channels. Mediaportal start and opens the TV section, it even start watching a TV channel :)
    The good news is that it seems to work very well with my TBS 6991 card, thank you very much.

    There is one exception though that seems to prevent any action when TV is running:
    2012-11-22 20:11:04.933001 [ERROR][(2)]: Exception :confused:ystem.IO.FileLoadException: Could not load file or assembly 'Microsoft.DirectX.DirectInput.dll' or one of its dependencies. Eine DLL-Initialisierungsroutine ist fehlgeschlagen. (Exception from HRESULT: 0x8007045A)
    File name: 'Microsoft.DirectX.DirectInput.dll'
    at MediaPortal.InputDevices.DirectInputHandler.FreeListener()
    at MediaPortal.InputDevices.DirectInputHandler.Finalize()
    2012-11-22 20:11:04.934001 [ERROR][(2)]: Exception :Could not load file or assembly 'Microsoft.DirectX.DirectInput.dll' or one of its dependencies. Eine DLL-Initialisierungsroutine ist fehlgeschlagen. (Exception from HRESULT: 0x8007045A)
    2012-11-22 20:11:04.934001 [ERROR][(2)]: site :Void FreeListener()
    2012-11-22 20:11:04.934001 [ERROR][(2)]: source :RemotePlugins
    2012-11-22 20:11:04.934001 [ERROR][(2)]: stacktrace: at MediaPortal.InputDevices.DirectInputHandler.FreeListener()
    at MediaPortal.InputDevices.DirectInputHandler.Finalize()

    What do I need to install to get the right version of 'Microsoft.DirectX.DirectInput.dll' ?
     
    Last edited:

    Users who are viewing this thread

    Top Bottom