I am attempting to perform Unity integration on my project. The process fails with the following error:
The project is not writable; found read-only flag on ".svn\pristine\81\810415721139812253624b632a656bb261dabda4.svn-base". Please close any program using it and verify that no file is read-only.
Why the integration needs to look into SVN folders is a mystery. Well, the only way to proceed is by removing read-only flag.
I restart the process and it fails again with the following message:
An error occurred. We are sorry about the inconveniences.
If you were in the middle of an installation, please restart the Wwise Launcher and try again.
Details:{ [Error: spawn UNKNOWN] code: 'UNKNOWN', errno: 'UNKNOWN', syscall: 'spawn' }Error: spawn UNKNOWN
at exports._errnoException (util.js:890:11)
at ChildProcess.spawn (internal/child_process.js:302:11)
at Object.exports.spawn (child_process.js:379:9)
at runSetup (app\main\integrations\unity-install-core.js:190:38)
at app\main\integrations\unity-install-core.js:454:9
at app\node_modules\async\lib\async.js:718:13
at iterate (app\node_modules\async\lib\async.js:262:13)
at app\node_modules\async\lib\async.js:274:29
at app\node_modules\async\lib\async.js:44:16
at app\node_modules\async\lib\async.js:723:17
Needless to say, restart doesn't help. Well, it seems that I need to stay with the previous release until those problems are ironed out. Or is there any other way of successfully upgrading my installation?