Same warnings everytime I load the editor for a few versions of the engine.

I have been getting these warnings on my projects for years now through several versions of the engine.

Has anyone figured out how to fix or remove them? I have this content removed from the engine install even when I enabled it the warnings remained. I never will need to use VisionOS or anything related to the features mentioned. I find it very annoying to get the same warnings every time I load my project as it makes it harder to find the real warnings. I have any idea that if I open up the engine resources that are not related to the Vision crap it might correct them at the end of this list. I have tried a few times to remove the Vision crap but no luck. Any help appreciated.

LogStreaming: Warning: Failed to read file ‘../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Editor/Slate/Starship/HomeScreen/FakeWeb.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Plugins/Experimental/EaseCurveTool/Resources/Common/ButtonHoverHint.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Slate/./Editor/Slate/Icons/doc_16x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Slate/Common/ButtonHoverHint.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Editor/Slate/Starship/HomeScreen/FakeWeb.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Plugins/Experimental/EaseCurveTool/Resources/Common/ButtonHoverHint.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Slate/./Editor/Slate/Icons/doc_16x.png’ error.
LogStreaming: Warning: Failed to read file ‘../../../Engine/Content/Slate/Common/ButtonHoverHint.png’ error.

Hello there @Vexar!

From what I can see in other threads around the community, those type of warnings are harmless, tied to assets from modules that are either disabled or removed from your system.

Since you already tried adding/removing the Vision module, and the warnings remains, then the most effective solution here would be to create placeholder files in those locations, using empty pngs. Simply follow the folder paths, use the same names, and once you create them all, the engine will detect “something” during load, and the warnings should dissapear.

This isn’t true - I tried this already - other people tried this already, doesn’t fix the error. The only solution seems to modify the source code. They have an error in the code that has been in the code for 3 versions, still not fixed. I don’t want to fix the code for it to be replaced with bad code from Epic again, they have the same issues with the Slate code.