Error when try to initialize HDD Vu solo2

Euphoria

Vu+ Newbie
Hi,
Made a clean install of the last usb file (1.0.009), update to the last 0.36 version, restart and when is start go to menu - setting - storage - initialise devices - select my internal HDD and "black screen error". Try 2 time download the image from internet and made clean install with usb format and same problem. the error:

AttributeError: Harddisk instance has no attribute 'createInitialiseJob'

Here some part of the log:

Code:
<    64.623> [Skin] processing screen menu_harddisk:
<    64.640> [Skin] processing screen MenuSummary:
<    64.847> [eInputDeviceInit] 0 160 1
<    64.847> [InfoBarGenerics] KEY: 352 OK
<    65.537> [eInputDeviceInit] 1 6c 1
<    65.538> [InfoBarGenerics] KEY: 108 DOWN
<    65.769> [eInputDeviceInit] 0 6c 1
<    65.770> [InfoBarGenerics] KEY: 108 DOWN
<    66.347> [eInputDeviceInit] 1 160 1
<    66.348> [InfoBarGenerics] KEY: 352 OK
<    66.348> [ActionMap] OkCancelActions ok
<    66.358> [Skin] processing screen HarddiskSelection:
<    66.362> [Skin] processing screen SimpleSummary:
<    66.578> [eInputDeviceInit] 0 160 1
<    66.578> [InfoBarGenerics] KEY: 352 OK
<    67.791> [eInputDeviceInit] 1 160 1
<    67.792> [InfoBarGenerics] KEY: 352 OK
<    67.792> [ActionMap] OkCancelActions ok
<    67.792> Traceback (most recent call last):
<    67.792>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action
<    67.793>   File "/usr/lib/enigma2/python/Screens/HarddiskSetup.py", line 137, in okbuttonClick
<    67.793>   File "/usr/lib/enigma2/python/Screens/HarddiskSetup.py", line 130, in doIt
<    67.794> AttributeError: Harddisk instance has no attribute 'createInitialiseJob'
<    67.794> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x65137df0>>,('OkCancelActions', 'ok')) failed)

Full log file attached.

openbh-1.0.009.release-vuzero_usb_release_52b2ab0.zip
CRC32: 50434DDC
MD5: 84301C241184121E48509C03E6071E7B
SHA-1: 3D47E2884385A4307707FA3F002C725698928CEB

Any idea whats wrong?

Thx. in advance.
 

Attachments

  • Enigma2_crash_2017-09-29_22-48-33.txt
    16.5 KB · Views: 3

nunigaia

Moderator
Hi,
Made a clean install of the last usb file (1.0.009), update to the last 0.36 version, restart and when is start go to menu - setting - storage - initialise devices - select my internal HDD and "black screen error". Try 2 time download the image from internet and made clean install with usb format and same problem. the error:

AttributeError: Harddisk instance has no attribute 'createInitialiseJob'

Here some part of the log:

Code:
<    64.623> [Skin] processing screen menu_harddisk:
<    64.640> [Skin] processing screen MenuSummary:
<    64.847> [eInputDeviceInit] 0 160 1
<    64.847> [InfoBarGenerics] KEY: 352 OK
<    65.537> [eInputDeviceInit] 1 6c 1
<    65.538> [InfoBarGenerics] KEY: 108 DOWN
<    65.769> [eInputDeviceInit] 0 6c 1
<    65.770> [InfoBarGenerics] KEY: 108 DOWN
<    66.347> [eInputDeviceInit] 1 160 1
<    66.348> [InfoBarGenerics] KEY: 352 OK
<    66.348> [ActionMap] OkCancelActions ok
<    66.358> [Skin] processing screen HarddiskSelection:
<    66.362> [Skin] processing screen SimpleSummary:
<    66.578> [eInputDeviceInit] 0 160 1
<    66.578> [InfoBarGenerics] KEY: 352 OK
<    67.791> [eInputDeviceInit] 1 160 1
<    67.792> [InfoBarGenerics] KEY: 352 OK
<    67.792> [ActionMap] OkCancelActions ok
<    67.792> Traceback (most recent call last):
<    67.792>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 48, in action
<    67.793>   File "/usr/lib/enigma2/python/Screens/HarddiskSetup.py", line 137, in okbuttonClick
<    67.793>   File "/usr/lib/enigma2/python/Screens/HarddiskSetup.py", line 130, in doIt
<    67.794> AttributeError: Harddisk instance has no attribute 'createInitialiseJob'
<    67.794> [ePyObject] (CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x65137df0>>,('OkCancelActions', 'ok')) failed)

Full log file attached.

openbh-1.0.009.release-vuzero_usb_release_52b2ab0.zip
CRC32: 50434DDC
MD5: 84301C241184121E48509C03E6071E7B
SHA-1: 3D47E2884385A4307707FA3F002C725698928CEB

Any idea whats wrong?

Thx. in advance.

This a known issue, that must be fixed ASAP.

  1. Unpack to a folder on your PC the attached file in order to obtain the needed file " HarddiskSetup.py ".
  2. By using FTP upload the obtained file to the follow location on your Receiver:
Code:
/usr/lib/enigma2/python/Screens

By using telnet run the following command in order to restart enigma2:

Code:
killall -9 enigma2

or

Use your RCU and restart enigma2 ( restart GUI ).

Enjoy it !

best regards
nunigaia
 

Attachments

  • HarddiskSetup.zip
    1.8 KB · Views: 2
Top