June Rhodes
June Rhodes
Not sure what's going on there. Can you run `uet --trace build -e ` and upload the full logs? Thanks.
What happens if you run `uet build -e "E:\Epic Games\UE_5.6"` instead of `uet build -e 'E:\Epic Games\UE_5.6'`? (note the difference in quotation marks)
The Windows Container Networking CNI plugins [don't seem to have good release practices](https://github.com/microsoft/windows-container-networking/issues/115), so I don't think we should blindly update from `0.2.0` to `0.3.1`. In addition, there's not even...
When you set UET to distribute for Fab, that means it's preparing a package for submission to Fab, not that it is building it in the same way as Fab....
Oh this is actually a duplicate of #31. I'll keep this one open though because it has the list of tasks that need to be undertaken to complete the work.
I have investigated this, and I don't believe it's possible to implement a GitHub Actions executor. The problem is that GitHub does not support dynamically generating workflow YAML files and...
https://github.com/orgs/community/discussions/146008 is the product feedback I've raised with GitHub.
I realised we can't have multiple AutoSDK folders because this would cause things like include paths to change between builds, which would result in unnecessary rebuilds.
Due to the way .NET reads standard output from child processes on macOS, it's not possible to respond to the prompts that `xcodes` issues. The only way to move forward...
Ok so it looks like the registry key/value that needs changing is: - Key: `Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\NetworkSetup2\Filters\{F74F241B-440F-4433-BB28-00F89EAD20D8}\Kernel` - Value: `FilterClass` - Old Data: `ms_switch_filter` - New Data: `ms_switch_forward` Unfortunately `Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\NetworkSetup2` is protected...