Bug 152279 - warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image
Summary: warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled...
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: All Linux (All)
: medium trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: console-noise
  Show dependency treegraph
 
Reported: 2022-11-28 20:53 UTC by Eyal Rozenberg
Modified: 2024-01-12 13:59 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2022-11-28 20:53:52 UTC
When I run LO Writer with the qt5 VCL, I get many console output lines complaining about loading scaled images:

warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_pastenestedtable.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_pastenestedtable.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_pasterowsbefore.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_pasterowsbefore.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_pastecolumnsbefore.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_pastecolumnsbefore.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_toolbarmodeui.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_toolbarmodeui.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_toolbarlock.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_toolbarlock.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_toolbarlock.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_toolbarlock.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_zoom50percent.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_zoom50percent.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_zoom200percent.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_zoom200percent.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_formattingmarkmenu.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_formattingmarkmenu.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_twainselect.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_twainselect.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_insertnonbreakingspace.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_insertnonbreakingspace.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_inserthardhyphen.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_inserthardhyphen.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_insertsofthyphen.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_insertsofthyphen.png
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:93: Failed to load scaled image from cmd/sc_insertnarrownobreakspace.png at 1
warn:vcl:26270:26270:vcl/source/image/ImplImage.cxx:116: Failed to load stock icon cmd/sc_insertnarrownobreakspace.png

... and so on. Seeing how the UI seems fine, I don't understand why I'm getting these warnings.

Version: 7.5.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 360b5861fb46353e7a6b9f5abf13339cd719a8df
CPU threads: 4; OS: Linux 6.0; UI render: default; VCL: qt5 (qfont+xcb)
Locale: en-IL (en_IL); UI: en-US
Comment 1 Andika Triwidada 2022-12-06 13:08:54 UTC
some (all?) of those files are only exist in icon theme karasa_jaga or sukapura
Comment 2 Stéphane Guillou (stragu) 2022-12-31 15:22:17 UTC
I can't reproduce. Can you please provide some steps that consistently show you the warning, Eyal?

Thank you!

Version: 7.5.0.1 (X86_64) / LibreOffice Community
Build ID: 77cd3d7ad4445740a0c6cf977992dafd8ebad8df
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: qt5 (qfont+xcb)
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded
Comment 3 Eyal Rozenberg 2022-12-31 15:56:04 UTC
(In reply to Stéphane Guillou (stragu) from comment #2)
> I can't reproduce. Can you please provide some steps that consistently show
> you the warning, Eyal?

I just run:

AL_USE_VCLPLUGIN=qt5 libreofficedev7.6 --writ

with build:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ad387d5b984c6666906505d25685065f710ed55d
CPU threads: 4; OS: Linux 6.0; UI render: default; VCL: qt5 (qfont+xcb)
Locale: en-IL (en_IL); UI: en-US

... for example. My OS distribution is Devuan GNU/Linux Daedalus, in case that matters.
Comment 4 Telesto 2022-12-31 16:42:05 UTC
(In reply to Eyal Rozenberg from comment #3)
It's probably depending on the Icon theme used. Tools -> Options -> View.

Colibre is default on Windows. Unsure what QT5 is using
Comment 5 Eyal Rozenberg 2022-12-31 19:01:47 UTC
(In reply to Telesto from comment #4)
> (In reply to Eyal Rozenberg from comment #3)
> It's probably depending on the Icon theme used. Tools -> Options -> View.

It says: "Automatic (Elementary)"

(and I didn't set this myself.)
Comment 6 QA Administrators 2023-01-01 03:24:20 UTC Comment hidden (obsolete)
Comment 7 Dieter 2024-01-02 08:04:13 UTC
Eyal, since nobody could confirm the bug. I'd like to ask, if it is still reproducible for you. If yes, is it only related to Elementary icon?
Comment 8 Eyal Rozenberg 2024-01-12 13:59:54 UTC
(In reply to Dieter from comment #7)
> Eyal, since nobody could confirm the bug. I'd like to ask, if it is still
> reproducible for you. If yes, is it only related to Elementary icon?

Still seeing this with:

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 516f800f84b533db0082b1f39c19d1af40ab29c8
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: qt5 (cairo+xcb)
Locale: he-IL (en_IL); UI: en-US