godotjs / godotjs/GodotJS

[BUG] Program crashed

Open
#220 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
765
Forks
46
PR merge metrics
No merged PRs in 30d

Description

platform: windows 11
When I followed the instructions and run `example.ts`, the program crashed.
```
> cardgamejs@0.0.0 dev
> npm-run-all build generate -p watch watch-generate open-editor

> cardgamejs@0.0.0 build
> godot-ts build

> cardgamejs@0.0.0 generate
> godot-ts generate

> cardgamejs@0.0.0 watch
> godot-ts watch

> cardgamejs@0.0.0 watch-generate
> nodemon --exec "godot-ts generate" -e gd

> cardgamejs@0.0.0 open-editor
> godot -e --path .

Godot Engine v4.6.1.stable.gh.14d19694e (2026-02-16 15:13:51 UTC) - https://godotengine.org
[nodemon] 3.1.10
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: gd
[nodemon] starting `godot-ts generate`
Watching...
Vulkan 1.4.329 - Forward Mobile - Using Device #0: NVIDIA - NVIDIA GeForce RTX 3070 Ti Laptop GPU

[JSDebugger][Debug] devtools://devtools/bundled/inspector.html?v8only=true&ws=127.0.0.1:9230/1
[jsb][Debug] slow process GodotJSScriptLanguage.init: 0.022143 s (modules\GodotJS\weaver\jsb_script_language.cpp:80)
[nodemon] clean exit - waiting for changes before restart
[jsb][Debug] a stub script loaded which does not contain a GodotJS class res://.godot/GodotJS/generated/gdscript.js
[jsb][Debug] a stub script loaded which does not contain a GodotJS class res://.godot/GodotJS/generated/utils.js
[jsb][Debug] a stub script loaded which does not contain a GodotJS class res://.godot/GodotJS/generated/gdscript.js
[jsb][Log] creating a shadow Environment on thread 111 for GodotJSScript [env 2297852261568]
[jsb][Debug] a stub script loaded which does not contain a GodotJS class res://.godot/GodotJS/generated/utils.js

================================================================
CrashHandlerException: Program crashed
Engine version: Godot Engine v4.6.1.stable.gh (14d19694e0c88a3f9e82d899a0400f27a24c176e)
Dumping the backtrace. Please include this when reporting the bug on: https://github.com/godotengine/godot/issues
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]
[17]
[18]
[19]
[20]
[21]
[22]
[23]
[24]
[25]
[26]
[27]
[28]
[29]
[30]
[31]
[32]
[33]
[34]
[35]
[36]
[37]
[38]
[39]
[40]
-- END OF C++ BACKTRACE --
================================================================
ERROR: "open-editor" exited with 3221225477.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.