June Rhodes

Results 116 issues of June Rhodes

For Windows+WSL mode, `wsl.exe` doesn't work when the service is running as `SYSTEM`. Upon further investigation, it appears if you're running as `SYSTEM`, you can't `runas` into any other user...

rkm

WSL can be upgraded with `wsl.exe --update` in order for booting with systemd to work (also there's `wsl --update --web-download`), but it *did* pop up a UAC prompt even when...

rkm

Looks like we need a device plugin to expose GPU classes to containers. It's much easier if we automatically add the device plugin when RKM detects a NVIDIA or AMD...

rkm

Fab added support for Unreal Engine code plugins to submit updates for engine versions older than the last 3 versions, at least going back to 4.27. This was my initial...

back burner

Currently UET intercepts progress information by pretending to be XGE via OpenGE, which allows us to write better progress information to the terminal. Since Unreal Engine 5.4 though, Epic provides...

migrated from gitlab
back burner

This probably just needs some retry logic around it. ``` Internal exception prior to running named build job: Failed to mount via UEFS: Grpc.Core.RpcException: Status(StatusCode="Internal", Detail="Failed to mount the package:...

bug

The UbaHost function names have changed in Unreal Engine 5.5. For example, `CreateProcessStartInfo` is now named `ProcessStartInfo_Create`. We probably just need to define copies of the function signatures and then...

bug

Given a source control history that looks something like this (whether a project or Unreal Engine itself): ```mermaid gitGraph commit commit commit commit branch pr-1 checkout pr-1 commit commit checkout...