Thrive closes on start

Whenever I start thrive it closes instantly after
the launcher log:

Edit: It works now

At least the error is completely new to me:

ERROR: alloc_static: Condition "!mem" is true. Returned: __null
At: core/os/memory.cpp:84
WARNING: check_error: png_image_finish_read: invalid argument
At: drivers/png/png_driver_common.cpp:56
ERROR: png_to_image: Condition "!success" is true. Returned: ERR_FILE_CORRUPT
At: drivers/png/png_driver_common.cpp:119
ERROR: free_static: Condition "p_ptr == __null" is true.
At: core/os/memory.cpp:158
ERROR: load_mem_png: Condition "err" is true. Returned: Ref<Image>()
At: drivers/png/image_loader_png.cpp:69
ERROR: _load_data: Condition "img.is_null() || img->empty()" is true. Returned: ERR_FILE_CORRUPT
At: scene/resources/texture.cpp:603
ERROR: _load: Condition "found" is true. Returned: RES()
At: core/io/resource_loader.cpp:278
ERROR: _load: Condition "found" is true. Returned: RES()
At: core/io/resource_loader.cpp:278
ERROR: poll: res://src/gui_common/MainMenu.tscn:9 - Parse Error: [ext_resource] referenced nonexistent resource at: res://assets/textures/gui/BG_Menu01.png
At: scene/resources/resource_format_text.cpp:440
ERROR: load: Condition "err != OK" is true. Returned: RES()
At: core/io/resource_loader.cpp:208
ERROR: _load: Condition "found" is true. Returned: RES()
At: core/io/resource_loader.cpp:278
ERROR: start: Condition "!scene" is true. Returned: false
At: main/main.cpp:1944

Did you do something or did it just start working? Maybe there was a problem with there not being enough memory or something? As the first error seems to be a memory allocation problem.

It just started working after the fourth try