what dose this error mean

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By soulus

I get this error ---- E 0:00:01.315 _create_instance: Condition “r_error.error != Variant::CallError::CALL_OK” is true. Returned: __null
<C++ Source> modules/gdscript/gdscript.cpp:127 @ _create_instance() ----
every time I load generated terrain. I was following codats infinite procedural terrain tutorial and he didn’t get this error.

You should provide more information. Paste the minimal code that would reproduce this error. What I’m guessing is that you’re probably trying to instantiate a scene with a wrong path.

MrEliptik | 2021-03-23 20:05

:bust_in_silhouette: Reply From: Mxt08

Maybe the error is from the engine and not from you. If this is correct, you can re-install the latest version of Godot for your platform.