TVengine 3 config and OK button (1 Viewer)

chemelli

Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    TV-Server Version: 3.0 latest SVN
    MediaPortal Version: 0.2.3.0 RC2 + latest SVN
    MediaPortal Skin: BlueTwo wide
    Windows Version: Vista Home Premium
    CPU Type: Intel Core2Duo E6550
    HDD: 2 x Seagate 320Gb
    Memory: 2 x 1 Gb Corsair DDR2
    Motherboard: Asus P5K
    Motherboard Chipset: Intel P35
    Motherboard Bios: AMI v0603
    Video Card: Sapphire ATI X1950 PRO 512Mb
    Video Card Driver: Catalyst 7.2 ( no directx broken ;-)
    Sound Card: Realtek ALC883 (onboard)
    Sound Card AC3: no AC3
    Sound Card Driver: v6.0.1.5485
    1. TV Card: Hauppauge HVR-1400
    1. TV Card Type: analog + DVB-T + DVB-S/S2
    1. TV Card Driver: cd image 3.1G
    2. TV Card:
    2. TV Card Type:
    2. TV Card Driver:
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec: Vista Codec 4.5
    MPEG2 Audio Codec: Vista Codec 4.5
    Satelite/CableTV Provider: Hotbird, 13°E
    HTPC Case: Silverstone LC20M with SoundGraph VFD
    Cooling: CF800 ZeroTherm APACK + 2 x 80m Xilence chassis fan + 2 x Aeolus hdd cooler
    Power Supply: Nesteq na4501 - 450W
    Remote: iMON PAD
    TV: Samsung LE32R53BD
    TV - HTPC Connection: DVI-I


    When I run TVEngine 3 configuration I'm not able to close the main page hitting the OK button...it records my modification to the setup parameters but the page stay they I have to hit cancel or X to close it.

    It's since the SVN of 10-05-2007 that I have this issue. Didn't tried with older ones...:sorry:

    Simone
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Since this it's a TVE3 report i'll move it to corect place.

    Regards
    Roy
     

    fab70

    Portal Member
    February 11, 2007
    27
    0
    Home Country
    Italy Italy
    Same problem here.. but it's an old problem for me, not related to the last svns.
    It's quite annoing to me because not all the plugins settings works well.
    Perhaps country related issue? :))
     

    Marcusb

    Retired Team Member
  • Premium Supporter
  • February 16, 2005
    1,995
    29
    Melbourne
    I get this sometimes too.
    It's not always and I haven't been able to find a pattern to it, so it's hard to make a correct bug report.

    Someone mentioned it a while ago and the answer from a dev was that the database is being updated and may take some time and to be patient, but I have left it for a while and there never seems to be a change.
     

    Cybertex

    Portal Pro
    August 9, 2007
    200
    14
    Milano
    Home Country
    Italy Italy
    It's the same for me too.
    Never seen the "ok" button works to close the window. Little but annoying problem :)

    Also, it would be great to add an "apply" button to both MP and TV3 configuration windows..
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    I reviewed the code and found an exception: Input string was not in a correct format.
    Here how I detected it in function SaveSectionSettings(TreeNode currentNode) on file SetupTV\SettingsForm.cs

    Code:
           if (treeNode != null)
            {
                try
                {
                    treeNode.Section.SaveSettings();
                }
                catch (Exception ex)
                {
                    Log.Write("CHEMELLI: SaveSectionSettings (catch): " + ex.Message);
                }
            }

    I'm not able to understand witch is the SaveSettings() referenced by treeNode.Section so I cannot take a look at.

    Any help would be apreciated.

    Simone
     

    Paranoid Delusion

    Moderation Manager
  • Premium Supporter
  • June 13, 2005
    13,062
    2,978
    Cheshire
    Home Country
    United Kingdom United Kingdom
    Hmm, i get this as well and it does seem to be intermitant, but it happens more often than not in the plugins section.

    when it does do this Vista, says it is not responding and closes setup.

    Always settings are saved though.
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    We need a developper help to identify the function and then understand what happens.

    Infinityloop ar eyou on XP or Vista ?

    Simone
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Many, many reports & not a single .log to show what may be the reason to this........ ;)
    Come on attach your logs to your post (tv.log should be fine)

    Regards
    Roy
     

    Users who are viewing this thread

    Top Bottom