Blender crashes when appending a node group containing a Glare node from older versions. That's because the Glare node is versioned taking the scene resolution into account, and in case of appending a node group, there is associated scene, and accessing a nullptr scene causes the crash. To fix this, assume some default resolution in cases where the node can't be associated with a scene.