How to find out meaning of Errors in Output console?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Senad

Console output

When I change the focus to the Godot editor, these error messages show. I have no way to expand the lines. Clicking on them does nothing.

When I look in the code at file_access.cpp:622 I can not understand how it is related to the error message.

Can someone tell me how to expand the error lines or how can I find out what the problem is?

Do they impact your project? Are they interfering with the performance of your game? If not, then they can be safely ignored. IIRC, I sometimes have errors like that too (though not those exact errors).

Ertain | 2019-11-23 05:05

It does not impact the project negatively thus far. However, it would be great to understand how I can debug the problem and to understand what causes it. Looks like an I/O issue anyway.

Senad | 2019-11-25 15:35