Error using partial_double
probably caused by: "p_script->implicit_initializer" is null
#570
Labels
partial_double
probably caused by: "p_script->implicit_initializer" is null
#570
This does not happen when running the script by itself or just the test. It only happens when multiple scripts are run. I'm not sure what is causing the error, or easier steps to replicate but I wanted to get it in here in case anyone else runs into it.
Something is happening when the partial double is being created, resulting in an invalid object. The source for the partial double is below.
KlondikeOptions
is a simple class that only has aclass_name
and does notextend
anything. It's basically a struct with some save/load methods.The line generating the error is in here: https://github.com/godotengine/godot/blob/master/modules/gdscript/gdscript.cpp
Test generating error
Output
The text was updated successfully, but these errors were encountered: