- Home /
Question by
psmith3486 · Dec 28, 2020 at 03:02 AM ·
save scene
Why does saving a scene cause Unity to freeze?
I'm on a Mac. For some reason, saving a specific specific scene causes Unity to freeze. Every other scene works fine. I tried checking the logs, and the only thing that seemed unusual was the message
/Applications/Unity/Hub/Editor/2020.2.0f1/Unity.app/Contents/Resources/PackageManager/Server/node_modules/winston/lib/winston/logger.js:307 throw ex; ^
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
Comment
This seems to be a bug in Winston itself, which at the time of writing is still open: https://github.com/winstonjs/winston-daily-rotate-file/issues/226
Your answer
