I've booted OpenVIX again. I have 6.6.003 installed.
I don't even get to this screen, it crashes while enumerating the slots... The Image Manager crashes on the same thing, with the same error.
And now the (wifi) network refuses to start, no matter what I do, and I see no option in the image to view logs or dmesg output. Had to disable the interface, reboot, and reconfigure it, to get it back working.
I did some debugging for you, it crashes on
print("[multiboot] [GetImagelist] using BoxInfo")
x = open(f"{imagedir}/etc/issue").readlines()
print ("Reading /etc/issue on %s" % slot )
print (x)
Creator = x[-2].capitalize().strip()[:-6]
the error is that -2 is out of range (I split the Creator line and added the two print statements):
< 669.991440> 14:04:01.6689 [multiboot] [GetImagelist] using BoxInfo
< 669.992070> 14:04:01.6695 Reading /etc/issue on 2
< 669.992148> 14:04:01.6696 ['define 6.4 \\n \\l']
< 669.992360> 14:04:01.6698 Traceback (most recent call last):
< 669.992416> 14:04:01.6698 File "/usr/lib/enigma2/python/Screens/MultiBootSelector.py", line 62, in getImagelist
< 669.993049> 14:04:01.6705 self.imagedict = GetImagelist(Recovery=SystemInfo["RecoveryMode"])
< 669.993640> 14:04:01.6711 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
< 669.993709> 14:04:01.6711 File "/usr/lib/enigma2/python/Tools/Multiboot.py", line 163, in GetImagelist
< 669.994421> 14:04:01.6718 Creator = x[-2].capitalize().strip()[:-6]
< 669.994771> 14:04:01.6722 ~^^^^
< 669.994882> 14:04:01.6723 IndexError: list index out of range
which is because there aren't that many lines in /etc/issue.
I have fixed this in OpenPLi a few weeks ago: https://github.com/O...6cceccfa8dc93c5
After this fix:
1_0_19_22C5_80D_2_11A0000_0_0_0_20240719141140.jpg 255.29KB
2 downloads
Edited by WanWizard, 19 July 2024 - 14:12.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.