Svg icons are not shown in display (PySide2)

Hello @arjanl,

Could you please try to debug again and this time, send us the logs from the terminal?

Hello @rudhi.tx,

when i debug using f5 i dont get any logs from terminal, i just get these two errors mentioned here Svg icons are not shown in display (PySide2) - #19 by arjanl .

If i run tcb-deploy task i get these logs:

2024-02-16 07:02:01,923 - root - ERROR - Error: could not find an Easy Installer image in the storage.
Please use the ‘images’ command to unpack an Easy Installer image before running this command.
2024-02-16 07:02:01,928 - root - DEBUG - Traceback (most recent call last):
File “/builder/torizoncore-builder”, line 221, in
mainargs.func(mainargs)
File “/builder/tcbuilder/cli/deploy.py”, line 101, in do_deploy
do_deploy_ostree_remote(args)
File “/builder/tcbuilder/cli/deploy.py”, line 88, in do_deploy_ostree_remote
common.images_unpack_executed(storage_dir)
File “/builder/tcbuilder/backend/common.py”, line 567, in images_unpack_executed
raise ImageUnpackError()
tcbuilder.errors.ImageUnpackError: Error: could not find an Easy Installer image in the storage.
Please use the ‘images’ command to unpack an Easy Installer image before running this command.

  • The terminal process “/usr/bin/bash ‘-c’, ‘DOCKER_HOST= source ./.conf/tcb-env-setup.sh -s /home/alazaj/SVN/NextGenDisplay/MueggeDisplay/storage -t 3.8.1’” terminated with exit code: 255.
  • Terminal will be reused by tasks, press any key to close it.

The old version without updated templates worked fine, but now nothing works.

Best regards

Hello @arjanl,

I think I need more context regarding your project here. The task that you are talking about - tcb-deploy comes from our TorizonCore Builder template and not from the Pyside template.
The error that you get associated with that task is because either you have the input image placed in the wrong directory (path set in tcbuild.yaml file) or because you have not unpacked the image as mentioned in the TorizonCore Builder reference manual - using the images unpack command.

Hello @rudhi.tx ,

the main point is that with the updated templates I couldn’t debug my program to the target and I couldn’t work. So I just switched to the older version.

Best regards,
Arjan

Hello @arjanl,

So is everything working for you now with the old template?

Hello @rudhi.tx,

yes everything ist now working fine.
Thank you for your support :slight_smile:

Best Regards,
Arjan