-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wix Woolkit 3.14.1 not working "SFXCA: Failed to create temp directory. Error code 5" #1593
Comments
Thank you for letting me know |
@Lumoryel I'm getting the same error message without having changed anything. The build is done by a GitHub Action. It's likely that the toolkit was updated on the nodes. How did you fix your problem? |
I am facing the same issue, simply have re-built an unmodified setup, only thing that changed is on a fresh build node so something behind the scenes must have happened. |
I downgraded
|
Alright, I downgraded to <PackageReference Include="WixSharp.wix.bin" Version="3.14.0" /> and manually deleted all |
@gerrit-amagno could you be affected by this? If so here is a potential workaround. |
@nefarius yes, I've added a similar fix 2 days ago. thanks for your help! amagno-io/AmagnoVirtualPrinter@2c96e5c |
Found it; they broke it upstream and the "solution" suggested is to just upgrade to v4 or higher. Wow. I have no words. Shame. |
This may or may not affect you but downgrading adds surface for a vulnerability. |
When I build and install the template, it ends with
![image](https://private-user-images.githubusercontent.com/51440746/349095012-f87b2313-5476-49a9-8108-f5eb9d9e7517.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MzkwNjksIm5iZiI6MTczOTkzODc2OSwicGF0aCI6Ii81MTQ0MDc0Ni8zNDkwOTUwMTItZjg3YjIzMTMtNTQ3Ni00OWE5LTgxMDgtZjVlYjlkOWU3NTE3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDA0MTkyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThkZGMwNGE1ODhiOWIwN2JkMjAxYTk5MjlmZjkwNjM2ZGUyNGViNjEyNGY2NmQ3Njc2N2ZmYjFiM2IwY2EzYTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UuCxw5oDRRAswAfYzIF7y7BFsdqvcEsLMxbe3RvpeMU)
Log File:
After that also my other existing wixsharp projects did not work anymore.
I had to delete the nuget cache, somehow it did not help to just downgrade to an older nuget.
Found out its a problem with wix 3.14.1 and not with WixSharp.
Best
Lumo
The text was updated successfully, but these errors were encountered: