godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.11k stars 20.2k forks source link

Simple project crashes on startup #10777

Closed Kinerius closed 6 years ago

Kinerius commented 7 years ago

Operating system or device, Godot version, GPU Model and driver (if graphics related): Os = Windows 10 build = v3.0.alpha.custom_build.8fce79a

Issue description: Im just trying to spawn a child scene with a visual script. No Tutorials / Documentation used for this.

Steps to reproduce:

Link to minimal example project: TestProyect.zip

Kinerius commented 7 years ago

Update:

Update II: It seems i have saved the resource as the scene itself, somehow. Maybe that's the cause of the crash?

hpvb commented 7 years ago

Does this project still crash on master for you? I get an error about a missing resource, but no crash.

reduz commented 6 years ago

It may be fixed, but if anyone can give a check it's still welcome

Kinerius commented 6 years ago

Checked out with 3.0 alpha 2, game wont crash, you will get a null ref instead.