What is this error?

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

Hello guys. Displayed in DOS (or in output)

ERROR: not all arguments converted during string formatting
At: core/variant.cpp:3362

What kind of error is this? Even if I ignore it and proceed, nothing else is different, but it’s uncomfortable. I would appreciate it if you can teach me.

Sorry for not speaking English well.

At line core/variant.cpp:3362 is the Vector2 hash comparison. Perhaps somewhere you’re converting Variant of one type to that of another. Example, a String Variant to a Vector2 Variant.

Bengt Söderström | 2021-04-22 04:27

Thank you so much! I’ll find my mistake at home.

HorseGorilla | 2021-04-22 06:46