GIT is not checking out all files (2 Viewers)

FreakyJ

Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @Developers
    Does anyone have a clue?! I don't have, sorry :/
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    one more thought: you have to build MediaPortal (the client) in release mode first and also the TvService in Release mode first (the issue was present some time ago, I can't remember if it was fixed in the meanwhile).
    Is the issue you descibed an exception or is it a compile error?
    Because here t´he TvService starts in debug mode, but than closes, because I don't have all the config dirs here on my main pc...
     

    Snoopy87

    Portal Pro
    August 12, 2012
    470
    167
    Home Country
    Germany Germany
    It's an exception at runtime. It says that the stack is not in balance due to a wrong pinvoke call.

    I will try whether it works after compiling in release mode.

    As a workaround I'm copying the modified TVService.exe to C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\ and using log entries. But with debugging from VisualStudio it would be much easier to understand how the EPG grabber works to modify it :)[DOUBLEPOST=1388941677][/DOUBLEPOST]Still the same issue after building the whole project in release mode :-/
     
    Last edited:

    Zoidberg77

    MP Donator
  • Premium Supporter
  • July 12, 2011
    392
    206
    Home Country
    Germany Germany
    Hi Snoopy87,
    I really appreciate that you try to commit something to MP! Particularly as the EPG discussion yesterday had a somewhat harsh tone. (y)
    Thank you
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Sorry, my dev skills are rather low... maybe a dev will come up with an answer that's why I made the tag above :)
    But if have more questions I will do my best to answer these ;)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    One more suggestion:
    You could just run the tv service and than attach vs to the running process, this should help also it isn't very comfortable
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    Thanks, I tried that already but keeping a lot of errors while starting the TV Service from Visual Studio. I got errors: PInvokeStackImbalance, e.g. on this line:

    result = StreamSetupEx(selectedAddress.ToString(), port); (RTSPStreaming.cs, line:130)

    and after that on other code lines too.
    So disable StackImbalance messages:
    1. CTRL + ALT + E
    2. Under "Managed Debugging Assistants" uncheck PInvokeStackImbalance.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    1.6.0 Final (Master) should have it fixed :) (PInvokeStackImbalance.) but if you use an older branch, then yes need to use edalex info :)
     

    Users who are viewing this thread

    Top Bottom