Where does the Stack Frames output to?

Godot Version

4.41

Question

I can’t seem to find an actual error log in output.log so I was wondering if there was something obvious I was missing. My main issue is I run the project, and then I have a Stack Frames window with the error ie Parser Error blah, but I need to manually copy and paste it out? Isn’t there a way to output this to a file?

Thanks!

It’s in the logs folder, which is under the game name in the app_userdata folder. On Windows this is C:\Users<Your Name>\AppData\Roaming\Godot\app_userdata<Your Game Name>\logs

Weird the log doesn’t have the same output as the Stack Frames showing the line and script name with the error…

Check the Advanced Options under Debug in Project Settings. I think you can get more info out of it.

thanks!

1 Like