Hello, I am pretty new to the engine and game development in general. And Ive been following a youtube tutorial to learn the basics. But out of nowhere some error messages popped up in the output tab.
For example:
platform/windows/display_server_windows.cpp:2569 - Parameter “hicon” is null.
Failed to create Windows OS window.
Failed to create sub window.
scene/main/window.cpp:592 - Condition “window_id == DisplayServer::INVALID_WINDOW_ID” is true.
Everything in the engine still works the same, when I run the game everything also works correctly but these errors just appear every few minutes and idk why.
Also sorry I know this isnt really a UI oriented question but I didnt know where else to ask.
This happens to me every time opening godot & creating any new scenes, also while running i get these errors not sure about the “corrupt pipeline cache” thats new since using the 4.3 dev build
Not sure if this is relevant, but some digging tells me this “hicon” is something to do with the .ico file for windows, my assumption is either:
The godot.exe .ico file is somehow corrupt
Your project’s icon file is somehow corrupt/missing
If any of you have deleted the godot.png from your project, and not replaced it with anything else for your project icon, I would assume this would cause the error, I haven’t tested yet however.
Yeh it has something to do with the icon (i made another topic post here
iv tryed many different versions of godot and also most recent an all have this error.
This also happens without even deleting the dafault icon, im running runing windows7 on this PC maybe that could be the problem? as im thinking it could be more down to something like that and as the OP mentioned it was down to his pc but never revealed there fix i cant be sure.
I’m also running Windows 7 and have this error, and I definitely thinks that the reason, like, the icon system for Windows 7 is not supported by Godot anymore probably, not like it’s a biggie, but I guess that another reason we have to move over to a more recent OS lol