We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproducible in 3.6: beta 5 beta 4 beta 3
Not reproducible in 3.5.3 3.6 beta 2
Linux Mint
Log shows new errors at startup:
tmp_js_export.js:369 ERROR: Condition "!configured" is true. onPrintError @ tmp_js_export.js:369 tmp_js_export.js:369 at: StringName (core/string_name.cpp:161) onPrintError @ tmp_js_export.js:369 tmp_js_export.js:369 ERROR: Parameter "p_object" is null. onPrintError @ tmp_js_export.js:369 tmp_js_export.js:369 at: get_property (core/class_db.cpp:1030) onPrintError @ tmp_js_export.js:369 tmp_js_export.js:369 ERROR: Condition "!configured" is true. onPrintError @ tmp_js_export.js:369 tmp_js_export.js:369 at: unref (core/string_name.cpp:86) onPrintError @ tmp_js_export.js:369 tmp_js_export.js:354 Godot Engine v3.6.beta5.official.2a347ab86 - https://godotengine.org
The export does however seem to run correctly ok, so this seems somewhat benign.
Note: This was reported on reddit by whupazz: https://www.reddit.com/r/godot/comments/1cqzrut/dev_snapshot_godot_36_beta_5/
Run web build.
N/A
The text was updated successfully, but these errors were encountered:
Bisected to 18ee8da #77352
@bruvzg
OS_JavaScript::OS_JavaScript() { tts = GLOBAL_GET("audio/general/text_to_speech");
Could be calling GLOBAL_GET too early? 🤔
GLOBAL_GET
Sorry, something went wrong.
Probably, it's in DisplayServer in 4.x.
Fixed by #92261.
adamscott
akien-mga
bruvzg
No branches or pull requests
Tested versions
Reproducible in 3.6:
beta 5
beta 4
beta 3
Not reproducible in 3.5.3
3.6 beta 2
System information
Linux Mint
Issue description
Log shows new errors at startup:
The export does however seem to run correctly ok, so this seems somewhat benign.
Note: This was reported on reddit by whupazz:
https://www.reddit.com/r/godot/comments/1cqzrut/dev_snapshot_godot_36_beta_5/
Steps to reproduce
Run web build.
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: