Running --doctool results in error message: ERROR: Condition "actions.default_repeat == ShaderLanguage::REPEAT_DEFAULT" is true.
#88990
Labels
Milestone
--doctool
results in error message:ERROR: unimplemented base type encountered in renderer scene cull
#88096.Tested versions
System information
Godot v4.3.dev (f6aabd2) - Fedora Linux 39 (KDE Plasma) - X11 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4090 (nvidia; 545.29.06) - 13th Gen Intel(R) Core(TM) i9-13900K (32 Threads)
Issue description
Running
--doctool
always results in these 6 error messages:Despite this,
--doctool
generates correct output.I bisected the regression to f6aabd2. cc @jsjtxietian
We might want to look into detecting this on CI, perhaps with a CLI argument that makes Godot exit with a non-zero exit code (but continue running as normal) if any error is printed during its run. This would also help with #83042.
Steps to reproduce
Run a Godot editor binary with the
--doctool
command line argument.Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: