-
Hello, First case and log from Setup__Failed log Second case and corresponding Setup__Failed log Do someone has any idea what may be the cause? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Something is preventing the elevated burn process from starting. You might try debugging it. |
Beta Was this translation helpful? Give feedback.
-
I found the cause of my problems. It was a mutex, which I used to block another instance from being started. After it was removed upgrade works as expected. |
Beta Was this translation helpful? Give feedback.
I found the cause of my problems. It was a mutex, which I used to block another instance from being started. After it was removed upgrade works as expected.