You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Arch Linux, Godot3 master commit f75678a
Issue description:
Using drag and drop to to e.g. add icon.png from the FileSystem docker to the canvas crashes Godot.
This issue must be a relatively new regession, since I don't remember it being present a couple of days ago.
Steps to reproduce:
Create a new project
Add a root node (e.g. Node2D) and select it
try to drag icon.png to the canvas
console output is not very helpfull in this case, I think:
SVG_GENERATION TIME: 0.094089
try to see fs update2
ERROR: _render_target_allocate: Condition ' status != 0x8CD5 ' is true.
At: drivers/gles3/rasterizer_storage_gles3.cpp:6264.
ERROR: add_child: Can't add child, already has a parent
At: scene/main/node.cpp:1362.
from file: res://default_env.tres
from file: res://icon.png
cached: res://default_env.tres
cached: res://icon.png
allowed type ShaderMaterial,CanvasItemMaterial
fileS: [res://icon.png]
file: res://icon.png
type: StreamTexture
FILE vs ShaderMaterial
FILE vs CanvasItemMaterial
allowed type Script
fileS: [res://icon.png]
file: res://icon.png
type: StreamTexture
FILE vs Script
ERROR: cast_to: Condition ' p_object == __null ' is true. returned: __null
At: core/object.h:567.
Tested with: clang 4.0.1 and gcc 7.2.0
The text was updated successfully, but these errors were encountered:
novemberist
changed the title
Regression: drag and drop resource to canvas crashes godot
Regression: drag and drop image to canvas crashes godot
Aug 25, 2017
Operating system or device, Godot version, GPU Model and driver (if graphics related):
Arch Linux, Godot3 master commit f75678a
Issue description:
Using drag and drop to to e.g. add icon.png from the FileSystem docker to the canvas crashes Godot.
This issue must be a relatively new regession, since I don't remember it being present a couple of days ago.
Steps to reproduce:
console output is not very helpfull in this case, I think:
Tested with: clang 4.0.1 and gcc 7.2.0
The text was updated successfully, but these errors were encountered: