Load error unable to write file

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

Load error unable to write file started popping up in godot and i dont know why when i go to and older version of my game its fine but i already wrote a lot of scripts in my current version so i want to try and fix it before trying to redo everything.

Load error unable to write file

That sounds weird… you write files when you load them?

If your game tries to write files, have a look where you do that, and check error return codes of file.open(), make sure the path is correct and writable etc

Zylann | 2018-08-17 17:19

the project save properly but i just keep getting errors and it getting annoying because it keeps lagging godot. the errors are mostly temp files not being able to write down

Newby | 2018-08-18 01:00

:bust_in_silhouette: Reply From: Newby

Found the problem just needed to delete my temp and prefetch files