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

Isometric Game crashes in web browser #1093

Closed
krasi-sabyata opened this issue Jul 26, 2024 · 2 comments
Closed

Isometric Game crashes in web browser #1093

krasi-sabyata opened this issue Jul 26, 2024 · 2 comments

Comments

@krasi-sabyata
Copy link

Which demo project is affected: 2d/isometric

OS/device including version:
Browser: Chrome Version 126.0.6478.183 (Official Build) (arm64)
OS: Mac OS Sonoma 14.5

Issue description: When opening the Isometric Game demo in browser, loading bar appears for about a second and then the screen shows null function or function signature mismatch.

Screenshots of issue:
Screenshot 2024-07-26 at 11 05 57 PM

@krasi-sabyata
Copy link
Author

console log below

index.js:339 Godot Engine v3.3.3.stable.official.b973f997f - https://godotengine.org
index.js:9 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
init @ index.js:9
index.js:9 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
create @ index.js:9
index.js:339 OpenGL ES 2.0 Renderer: WebKit WebGL
index.js:339 OpenGL ES Batching: ON
index.js:339  
index.js:354 **ERROR**: Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354    At: core/class_db.cpp:549:instance() - Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354 **ERROR**: res://player/goblin.tscn:10 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354    At: scene/resources/resource_format_text.cpp:499:poll() - res://player/goblin.tscn:10 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:212:load() - Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:283:_load() - Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354    At: core/class_db.cpp:549:instance() - Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354 **ERROR**: res://decorations/candle.tscn:37 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354    At: scene/resources/resource_format_text.cpp:499:poll() - res://decorations/candle.tscn:37 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:212:load() - Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:283:_load() - Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354    At: core/class_db.cpp:549:instance() - Condition "!ti" is true. Returned: 0L
onPrintError @ index.js:354
index.js:354 **ERROR**: res://dungeon.tscn:38 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354    At: scene/resources/resource_format_text.cpp:499:poll() - res://dungeon.tscn:38 - Parse Error: Can't create sub resource of type: GradientTexture2D
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:212:load() - Condition "err != OK" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354    At: core/io/resource_loader.cpp:283:_load() - Condition "found" is true. Returned: RES()
onPrintError @ index.js:354
index.js:354 **ERROR**: Condition "!scene" is true. Returned: false
onPrintError @ index.js:354
index.js:354    At: main/main.cpp:1961:start() - Condition "!scene" is true. Returned: false
onPrintError @ index.js:354
index.js:354 exception thrown: RuntimeError: null function or function signature mismatch,RuntimeError: null function or function signature mismatch
    at wasm://wasm/03050c82:wasm-function[16700]:0x2cdde4
    at wasm://wasm/03050c82:wasm-function[27651]:0x4cbaca
    at Module._main (https://godotengine.github.io/godot-demo-projects/2d/isometric/index.js:9:331600)
    at Object.callMain (https://godotengine.github.io/godot-demo-projects/2d/isometric/index.js:9:336512)
    at https://godotengine.github.io/godot-demo-projects/2d/isometric/index.js:684:28
    at new Promise (<anonymous>)
    at https://godotengine.github.io/godot-demo-projects/2d/isometric/index.js:679:14
onPrintError @ index.js:354
isometric/:212 null function or function signature mismatch
displayFailureNotice @ isometric/:212

@Calinou
Copy link
Member

Calinou commented Jul 26, 2024

Thanks for the report! Consolidating in #786.

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

2 participants