Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the output when moving a control node (German translation bug) #48134

Closed
Ohri1234 opened this issue Apr 23, 2021 · 4 comments
Closed

Comments

@Ohri1234
Copy link

Ohri1234 commented Apr 23, 2021

To see the error in the output, all you have to do is change the position of the control node using the mouse. Then an error is thrown in the output.

My OS:
Windows 10 Professionell, version 20H2
System type: 64Bit
Processor: AMD Ryzen 5 2600 Six-Core Processor 3.40 GHz
16 GB installed RAM
SSD (528GB)
HDD (1TB)
GPU: GeForce GTX 1650 Super

Screenshot:
2021-04-23 18_39_52-Xbox Console Companion

Godot version:
3.3 stable

Issue description:
It happened in other projects too. It gaves me the error: "unsupported format character" when I moved the Control-Node.

Steps to reproduce:

  1. Create a new Scene.
  2. Select 2D Scene as Root-Node.
  3. Add a Control-Node or a Control-based Node to the Scene.
  4. Drag the Node. In the output appears the error.

Project the reproduce:
project.zip

@AaronRecord
Copy link
Contributor

AaronRecord commented Apr 23, 2021

It gave me no errors on 3.3.0, you should provide more details and fill out the issue template

@Calinou
Copy link
Member

Calinou commented Apr 23, 2021

This is likely because the 2D undo/redo log translation messages haven't been updated to use the new percent-formatted strings. Therefore, you won't be able to reproduce this issue with the editor in English.

You can fix this issue by contributing to the editor translation for your language. The fix will be included in the next Godot version.

@akien-mga akien-mga changed the title Error in the output when moving a control node Error in the output when moving a control node (German translation bug) Apr 23, 2021
@RedMser
Copy link
Contributor

RedMser commented May 10, 2024

Randomly found this issue and try to repro in 3.5 and 4.3. It appears to be fixed in both versions.

@Calinou
Copy link
Member

Calinou commented May 13, 2024

Closing per the above comment.

@Calinou Calinou closed this as completed May 13, 2024
@Calinou Calinou added this to the 3.5 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants