The interactive compositor crashes if the scene resolution is changed after rendering. That's because the compositor queries its render size from the scene directly, which might be different from the size that was already rendered. To fix this, the compositor should use the size of the existing render result if available, while it should fallback to the scene resolution. Pull Request: https://projects.blender.org/blender/blender/pulls/137674