[confirm] dvb: RunGraph returns: 0x800705AA (1 Viewer)

god_md5

Portal Pro
March 24, 2008
104
2
Home Country
Hong Kong Hong Kong
Hi God_MD5,
I use MP1.1.1 can record TV without any problem.
Because you can setup windows language non unicode software to big5 ansi ,so the tswriter.log is big5 ansi
if you set is english,can not record
if some chinese epg is HKSCS Extension B (香港字擴展區B), it can not be record
only the unicode support it can record
mm1352000 ,thank you!
 

Attachments

  • ScreenHunter_02 Jan. 09 20.34.jpg
    ScreenHunter_02 Jan. 09 20.34.jpg
    48.5 KB

god_md5

Portal Pro
March 24, 2008
104
2
Home Country
Hong Kong Hong Kong
Hi Vasilich , sorry i don't how to compile the online track system
is mm1352000 help me and make the dvb epg bug..
hope it can add to 2.24 1.20 final ver,about one month later
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Hi Vasilich and god_md5

    I'm compiling for god_md5 now :D
    It is just a little tricky since I have to compile the latest versions of the DirectShow filters with the 1.1.1 TVLibrary. In my opinion it would have been better if you had left the names of the functions alone instead of adding a 'W' to all of them. Thank you for your work all the same Vasilich :)
     

    Vasilich

    Portal Pro
    August 30, 2009
    3,394
    1,170
    Germany, Mayence
    Home Country
    Russian Federation Russian Federation
    mm, i have done it at request of chemelli. my first patch had included both versions of it, but chemelli meant that if we go for unicode, then we don't need ansi versions so noone can live with old ansi stuff
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    I would have thought Chemelli meant remove the ANSI functions and replace them with the Unicode functions, but use the ANSI names. Anyhow there is no problem - if Chemelli said to rename then ignore me :)

    god_md5: here are the new binaries for you :)

    [Edit: non-working binary withdrawn]
     

    god_md5

    Portal Pro
    March 24, 2008
    104
    2
    Home Country
    Hong Kong Hong Kong
    I would have thought Chemelli meant remove the ANSI functions and replace them with the Unicode functions, but use the ANSI names. Anyhow there is no problem - if Chemelli said to rename then ignore me :)

    @god_md5: here are the new binaries for you :)
    MPFileWriter.ax is mpFileWriter.ax
    the tsbuffer name have error,can not saw and recode
    =======
    - strcpy(m_strTimeShiftFileName,pszFileName);
    - strcat(m_strTimeShiftFileName,".tsbuffer");
    + wcscpy(m_wstrTimeShiftFileName, pwszFileName);
    + wcscat(m_wstrTimeShiftFileName, L".tsbuffer"); <--here?
    ======
    TsWriter.log
    =====
    26-01-2011 01:13:09.402 Recorder: TIMESHIFT set filename:㩒屜楬敶ⴲ⸲獴.tsbuffer
    =========
    MediaPortal is look for live0-2.tsbuffer
     

    Vasilich

    Portal Pro
    August 30, 2009
    3,394
    1,170
    Germany, Mayence
    Home Country
    Russian Federation Russian Federation
    that is because TVLibrary should also be compiled, as it should call functions from tswriter with unicode parameters.
    I hope mm1352000 manages to compile it for you also
     

    god_md5

    Portal Pro
    March 24, 2008
    104
    2
    Home Country
    Hong Kong Hong Kong
    not , this log have use the ver2 330k
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Vasilich is absolutely correct :oops:
    Sorry to both of you :sorry:

    god_md5: Here is a new build for 1.1.1. You will have to stop TV Server before you can replace the TVLibrary.dll. You may want to take a backup in case I have made another mistake ;)

    Sorry once again...
     

    Attachments

    • Binaries (1.1.1).zip
      324.1 KB

    Users who are viewing this thread

    Top Bottom