unsupported format character while moving sprite

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

Hello,

every time i move a sprite in the console shows unsupported format character
has anybody a solution for that?
there a no signals conected is appears in a fresh projekt
i have windows 10 installed and godot standard version 3.3

Thanks for Help

go to the output and copy and paste the error or upload a screenshot pls

scrubswithnosleeves | 2021-05-03 20:57

Try changing the sprite to a different one and see what happens.

It’s hard to figure out your problem with the little information provided. Please tell us how you are moving the sprite. Is it in the editor or through code and paste the error as it appears in the console.

magicalogic | 2021-05-04 11:07

the console shows:
ERROR: unsupported format character
At: core/variant.cpp:3370
ERROR: unsupported format character
At: core/variant.cpp:3370
ERROR: unsupported format character
At: core/variant.cpp:3370

evry time i move the image in the editor with the mouse. it happens with every sprite.

sorry for the less information its my first question here.
thanks for the help

dxisback369 | 2021-05-04 16:09

And this is in the editor? or when you run your game? If in game, can you post the code you are using? And make sure to format it as code on here by highlighting it and pressing the {} icon at the top of the text box.

scrubswithnosleeves | 2021-05-04 20:54

It’s just in editor. While the game runs every things fine.

dxisback369 | 2021-05-05 10:26