Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.

View Entry Info: Crash when flashing 5.4.004 and choosing not to restore settings.

Category:
Possible Bug
What ViX Image build number are you using?
Please provide your ViX Team image build number. Menu > Information > About > Build number > ENTER THIS NUMBER e.g. 4.2.028
5.4.004
Have you tried a flash WITHOUT settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
Yes
Have you tried a flash WITH settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
Yes
Attachments
Results 1 to 9 of 9

Thread: Crash when flashing 5.4.004 and choosing not to restore settings.

  1. #1
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts

    Crash when flashing 5.4.004 and choosing not to restore settings.

    Flashed 5.4.004 without a settings restore - immediate crash.

    Settings restore is fine.

    Also noticed in the log that Boxbranding/Hdmi-In appears to be False.
    Attached Files Attached Files
    Last edited by ccs; 17-01-21 at 16:23.

  2. #2
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Code:
    <    60.9568> 15:00:41.2503 Traceback (most recent call last):
    <    60.9571> 15:00:41.2506   File "/usr/lib/enigma2/python/mytest.py", line 239, in processDelay
    <    60.9576> 15:00:41.2511     callback(*retval)
    <    60.9578> 15:00:41.2513   File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
    <    60.9584> 15:00:41.2518   File "/usr/lib/enigma2/python/mytest.py", line 517, in runNextScreen
    <    60.9593> 15:00:41.2528     session.openWithCallback(boundFunction(runNextScreen, session, screensToRun[1:]), screen, *args)
    <    60.9595> 15:00:41.2530   File "/usr/lib/enigma2/python/mytest.py", line 324, in openWithCallback
    <    60.9602> 15:00:41.2537     dlg = self.open(screen, *arguments, **kwargs)
    <    60.9604> 15:00:41.2539   File "/usr/lib/enigma2/python/mytest.py", line 337, in open
    <    60.9611> 15:00:41.2546     self.execBegin()
    <    60.9613> 15:00:41.2548   File "/usr/lib/enigma2/python/mytest.py", line 252, in execBegin
    <    60.9618> 15:00:41.2553     c.execBegin()
    <    60.9621> 15:00:41.2556   File "/usr/lib/enigma2/python/Screens/Screen.py", line 82, in execBegin
    <    60.9626> 15:00:41.2561   File "/usr/lib/enigma2/python/Screens/Wizard.py", line 493, in updateValues
    <    60.9631> 15:00:41.2566   File "<string>", line 1, in <module>
    <    60.9635> 15:00:41.2570   File "/usr/lib/enigma2/python/Screens/VideoWizard.py", line 81, in listInputChannels
    <    60.9641> 15:00:41.2576 NameError: global name 'SystemInfo' is not defined
    <    60.9644> 15:00:41.2579 [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session instance at 0x723e4670>>,()) failed)
    This was fixed here:
    https://github.com/OpenViX/enigma2/c...451fec53124b83

    Will be in next release image

  3. The Following User Says Thank You to abu baniaz For This Useful Post:

    ccs (17-01-21)

  4. #3
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Thanks, I was editing as you posted.....

    Quote Originally Posted by ccs View Post
    Also noticed in the log that Boxbranding/Hdmi-In appears to be set to False.

  5. #4
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    Thanks, I was editing as you posted.....
    Correct. HDMI_IN_HD is defined
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  6. #5
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by ccs View Post
    Also noticed in the log that Boxbranding/Hdmi-In appears to be False.
    This would have been better in a different thread. never mind.

    Edit, it is defined here:
    https://github.com/oe-alliance/oe-al...10000.conf#L21

    Code:
    MACHINE_FEATURES += "dvb-c ci fanctrl bwlcd128 videoenhancement blindscan-dvbc skins1080 multitranscoding blindscan-tbs 
    linuxwifi boxmodel kodi18 HDMI_IN_HD HDMI WOL SCART YUV"
    Last edited by abu baniaz; 17-01-21 at 17:10. Reason: link to conf line

  7. The Following User Says Thank You to abu baniaz For This Useful Post:

    ccs (17-01-21)

  8. #6
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Can you post the section of your debug log with this

    Code:
    16:20:15.6891 [AboutBoxBranding]... Number of entries = 40
    16:20:15.6896 getHaveAVJACK                                
    16:20:15.6897 getHaveCI                True                
    16:20:15.6897 getHaveDVI                                   
    16:20:15.6898 getHaveHDMI              True                
    16:20:15.6898 getHaveHDMIinFHD                             
    16:20:15.6899 getHaveHDMIinHD                              
    16:20:15.6899 getHaveMiniTV                                
    16:20:15.6900 getHaveRCA                                   
    16:20:15.6900 getHaveSCART                                 
    16:20:15.6901 getHaveSCARTYUV                              
    16:20:15.6901 getHaveTranscoding1      transcoding         
    16:20:15.6902 getHaveTranscoding2      true

  9. #7
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Code:
    16:29:41.6055 [AboutBoxBranding]... Number of entries = 40
    16:29:41.6058 getBoxType               et10000             
    16:29:41.6060 getBrandOEM              xtrend              
    16:29:41.6063 getDisplayType           bwlcd128            
    16:29:41.6065 getDriverDate            20200402            
    16:29:41.6067 getFeedsUrl              www.openvix.co.uk [...]
    16:29:41.6069 getHaveAVJACK                                
    16:29:41.6072 getHaveCI                True                
    16:29:41.6074 getHaveDVI                                   
    16:29:41.6076 getHaveHDMI              True                
    16:29:41.6078 getHaveHDMIinFHD                             
    16:29:41.6080 getHaveHDMIinHD                              
    16:29:41.6083 getHaveMiniTV                                
    16:29:41.6085 getHaveRCA                                   
    16:29:41.6087 getHaveSCART             True                
    16:29:41.6089 getHaveSCARTYUV                              
    16:29:41.6091 getHaveTranscoding1      multitranscoding    
    16:29:41.6093 getHaveTranscoding2      true                
    16:29:41.6095 getHaveWOL               True                
    16:29:41.6097 getHaveWWOL              False               
    16:29:41.6099 getHaveYUV               True                
    16:29:41.6102 getImageArch             mips32el            
    16:29:41.6104 getImageBuild            004                 
    16:29:41.6106 getImageDevBuild         035                 
    16:29:41.6108 getImageDistro           openvix             
    16:29:41.6110 getImageFileSystem       ubi                 
    16:29:41.6113 getImageFolder           et10000             
    16:29:41.6115 getImageType             release             
    16:29:41.6117 getImageVersion          5.4                 
    16:29:41.6119 getMachineBrand          Xtrend              
    16:29:41.6121 getMachineBuild          et10000             
    16:29:41.6123 getMachineKernelFile     kernel.bin          
    16:29:41.6125 getMachineMKUBIFS        -m 2048 -e 126976 -c 8192
    16:29:41.6127 getMachineMake           et10000             
    16:29:41.6129 getMachineMtdKernel      mtd1                
    16:29:41.6132 getMachineMtdRoot        mtd2                
    16:29:41.6134 getMachineName           ET10000             
    16:29:41.6136 getMachineProcModel      et10000             
    16:29:41.6138 getMachineRootFile       rootfs.bin          
    16:29:41.6140 getMachineUBINIZE        -m 2048 -p 128KiB   
    16:29:41.6142 getOEVersion             OE-Alliance 4.4
    Last edited by ccs; 17-01-21 at 17:31.

  10. #8
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    I don't know how those AboutBoxBranding values are being generated in the debug log. However, systeminfo.py has
    Code:
    SystemInfo["HasHDMIin"] = getHaveHDMIinHD() in ("True",) or getHaveHDMIinFHD() in ("True",)

  11. #9
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    This is what an Ultimo4k debug.log looks like....

    Code:
    10:50:58.3995 [AboutBoxBranding]... Number of entries = 40
    10:50:58.3997 getBoxType               vuultimo4k          
    10:50:58.3997 getBrandOEM              vuplus              
    10:50:58.3998 getDisplayType           colorlcd800         
    10:50:58.3998 getDriverDate            20190424            
    10:50:58.3999 getFeedsUrl              www.openvix.co.uk [...]
    10:50:58.4000 getHaveAVJACK                                
    10:50:58.4000 getHaveCI                True                
    10:50:58.4001 getHaveDVI                                   
    10:50:58.4001 getHaveHDMI              True                
    10:50:58.4002 getHaveHDMIinFHD         True                
    10:50:58.4003 getHaveHDMIinHD                              
    10:50:58.4003 getHaveMiniTV                                
    10:50:58.4004 getHaveRCA                                   
    10:50:58.4004 getHaveSCART                                 
    10:50:58.4005 getHaveSCARTYUV                              
    10:50:58.4005 getHaveTranscoding1      transcoding         
    10:50:58.4006 getHaveTranscoding2      true                
    10:50:58.4006 getHaveWOL                                   
    10:50:58.4007 getHaveWWOL                                  
    10:50:58.4008 getHaveYUV                                   
    10:50:58.4008 getImageArch             cortexa15hf-neon-vfpv4
    10:50:58.4009 getImageBuild            004                 
    10:50:58.4009 getImageDevBuild         035                 
    10:50:58.4010 getImageDistro           openvix             
    10:50:58.4011 getImageFileSystem       tar.bz2             
    10:50:58.4011 getImageFolder           vuplus/ultimo4k     
    10:50:58.4012 getImageType             release             
    10:50:58.4012 getImageVersion          5.4                 
    10:50:58.4013 getMachineBrand          Vu+                 
    10:50:58.4014 getMachineBuild          vuultimo4k          
    10:50:58.4014 getMachineKernelFile     kernel_auto.bin     
    10:50:58.4015 getMachineMKUBIFS        -m 2048 -e 126976 -c  
    10:50:58.4015 getMachineMake           vuultimo4k          
    10:50:58.4016 getMachineMtdKernel      mmcblk0p1           
    10:50:58.4016 getMachineMtdRoot        mmcblk0p4           
    10:50:58.4017 getMachineName           Ultimo4K            
    10:50:58.4017 getMachineProcModel      vuultimo4k          
    10:50:58.4018 getMachineRootFile       rootfs.tar.bz2      
    10:50:58.4019 getMachineUBINIZE        -m 2048 -p 128KiB   
    10:50:58.4019 getOEVersion             OE-Alliance 4.4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.