-
**Godot version:**
- Godot Engine v3.2.2.stable.official
**OS/device including version:**
OS
- Windows 10 Home 64-bit
GPU Model
- NVIDIA GeForce GTX 1070
Drivers
- 26.21.14.4614
…
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
var aa = BoxShape.new()
ItemList.new()._gui_input(aa)
```
Same crash happens with
```
var aa = BoxShape.new()
Me…
-
**Godot version:**
v3.3.stable.mono.official
**OS/device including version:**
Windows 10 Home
OpenGL ES 3.0 Renderer: Intel(R) HD Graphics 400
OpenGL ES Batching: ON
**Issue descript…
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
var qq = VisualScriptCustomNode.new()
ARVRServer.set_primary_interface(qq)
```
crashes with backtrace
```
[…
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
extends Node2D
var q_Image : Image = Image.new()
func _process(_delta : float) -> void:
if randi() % 2 == 0:
…
-
**Godot version:**
3.3.rc.custom_build. ed1f5c29b
**OS**
Ubuntu 20.04 - Ubuntu 3.36 X11
**Issue description:**
When I add in one frame nodes(KinematicBody, StaticBody etc.) with collision sha…
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
Tree.new().get_column_width(0)
```
crashes with backtrace
```
scene/gui/tree.cpp:3372:54: runtime error: member …
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
AnimatedSprite.new().play(".", true)
```
crashes with backtrace
```
ERROR: set_animation: There is no animation …
-
**Godot version:**
Godot 3.2.4 rc 2
**Issue description:**
Executing
```
Control.new()._edit_set_state({})
```
crashes with backtrace
```
ERROR: operator[]: FATAL: Index p_index = 0 is …
-
**Godot version:**
3.2.4.rc.custom_build. 8385a0d8a
**OS**
Ubuntu 20.04 - Ubuntu 3.36 X11
**Issue description:**
Executing
```
ConvexPolygonShape2D.new().draw(RID(),Color(-4.117026,2.6200…