An error occurred today and I didn't do anything except for one change.

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

I am not too sure how I managed to get this error to pop up. But the only thing I did was connect a button to a script and added some code on pressed. But when I start the game I encounter this error without even doing anything.

E 0:00:00.158   parse_mapping: hint:SDL_GAMECONTROLLER_USE_BUTTON_LABELS:=1
Unrecognised output string: hint
  <C++ Error>   Condition "output_button == JOY_INVALID_OPTION && output_axis == JOY_INVALID_OPTION" is true. Continuing.
  <C++ Source>  main/input_default.cpp:1141 @ parse_mapping()

not too sure if the error even gives enough information for me to be posting this though.

Which version of Godot are you using?
3.2.3 had mentions of changes to support SDL2 joystick axes features so maybe a bug introduced by [3.2] Support SDL2 half axes and inverted axes mappings. by madmiraal · Pull Request #38724 · godotengine/godot · GitHub
If you can reproduce this error in a simple project it could help posting it on Github to solve it.

Zylann | 2020-09-18 12:28

Yeah, I am using 3.2.3. And that makes sense. I was confused since I wasn’t even using C++ to code my project.

TokenOtaku | 2020-09-18 15:46

I receive the same error message since upgrading to Godot 3.2.3. Strangely I get the error when starting up Godot, not related to any of my projects at all.

In addition I also get a warning. Here is the complete Console output when starting Godot (from Steam):

Godot Engine v3.2.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: GeForce RTX 2080 Ti/PCIe/SSE2
ERROR: hint:SDL_GAMECONTROLLER_USE_BUTTON_LABELS:=1
Unrecognised output string: hint
At: main/input_default.cpp:1141

Project is missing: F:\SteamLibrary\steamapps\common\Godot Engine/demos/gui/translation/font/project.godot

I just downloaded Godot from the homepage / not in steam and the same error does not appear.

ShieTar | 2020-09-20 17:32