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

[3.x] New warnings at startup on web export #92239

Closed
lawnjelly opened this issue May 22, 2024 · 3 comments
Closed

[3.x] New warnings at startup on web export #92239

lawnjelly opened this issue May 22, 2024 · 3 comments

Comments

@lawnjelly
Copy link
Member

lawnjelly commented May 22, 2024

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:

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/

Steps to reproduce

Run web build.

Minimal reproduction project (MRP)

N/A

@lawnjelly
Copy link
Member Author

lawnjelly commented May 22, 2024

Bisected to 18ee8da
#77352

@bruvzg

OS_JavaScript::OS_JavaScript() {
	tts = GLOBAL_GET("audio/general/text_to_speech");

Could be calling GLOBAL_GET too early? 🤔

@bruvzg
Copy link
Member

bruvzg commented May 22, 2024

Probably, it's in DisplayServer in 4.x.

@lawnjelly
Copy link
Member Author

Fixed by #92261.

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