Hi i have been using sirilic no issues , now new pc, win11 ,developer mode enabled ,in sirilic step 1 build directories works , step 2 does not ,nothing happens , now bottom right of screen in sirilic siril icon when pressed error siril does not exist , siril is installed and working , does anyone have any clues as why this doesn’t work? (siril 1.2.3 installed ).
Hi @David_Burlington. I’m having the same issue with the newest version. After downgrading to sirilic-1.15.9 the problem went away. Note - I am using the the python-only version on Mac, but I see the exact same behavior. No log, no stack. However, errors are thrown in the python terminal:
Traceback (most recent call last):
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/callbacks.py”, line 1033, in CB_run_all
script, last_processed_image = self.CB_BuildScript(None)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/callbacks.py”, line 1072, in CB_BuildScript
last_processed_image = builder.Build()
^^^^^^^^^^^^^^^
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/buildscript.py”, line 510, in Build
self.BuildScriptPart2()
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/buildscript.py”, line 545, in BuildScriptPart2
last_processed_image_multi = script_multi.Build(
^^^^^^^^^^^^^^^^^^^
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/buildscript.py”, line 1120, in Build
ret = self.compositage(
^^^^^^^^^^^^^^^^^
File “/Users/ben/.local/pipx/venvs/sirilic/lib/python3.12/site-packages/sirilic/lib/buildscript.py”, line 1210, in compositage
SHO[noLayer] = True
~~~^^^^^^^^^
IndexError: list assignment index out of range