0 votes
ProjectSettings.set_setting("application/run/main_scene", "res://title_screen/title_screen.tscn")
ProjectSettings.save()

For whatever reason, it does not work, even if I disabled safe save in Editor settings as suggested. And I'm also not running a paranoid antivirus.

Godot version 3.2.3.stable
in Engine by (382 points)

I put the set_setting line into assert and the program stopped. But from where should I know the error's reason?

I get an error printed:

E 0:00:02.594   _save_settings_text: Couldn't save project.godot - project.godot.
  <C++ Error>   Condition "err != OK" is true. Returned: err
  <C++ Source>  core/project_settings.cpp:755 @ _save_settings_text()
  <Stack Trace> tutorial.gd:35 @ next()
                tutorial.gd:28 @ _input()

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.