Rohan Barar
Rohan Barar
@fitzmorrispr I agree that iterating over multiple returned IP addresses is a reasonable approach, along with improving the error message to include the IP address for easier debugging. Out of...
The `Docker` virtual machine fails to boot due to KVM acceleration being unavailable (as per the `Docker` log you shared [here](https://github.com/dockur/windows/issues/667)). Consequently, the command `docker ps --filter name="WinApps" --format '{{.Status}}'`...
Thanks for trying the suggested changes. Unfortunately, this issue is outside my area of expertise, and may be best suited for the dockur/windows repository issue list. 1. Is virtualisation enabled...
Thanks for getting back to me so quickly. For the time being, I would recommend switching to the `libvirt` backend and awaiting further assistance from the dockur/windows team (should you...
Since we didn't solve the root issue, it's probably best to leave this open in case anyone else encounters a similar issue in the future.
@BADatCOMPUTER Would you mind experimenting to see if the same issues are encountered when using `podman-compose` instead of `docker compose`?
@aoceano You make an excellent point, and I tend to agree with your assessment. I experienced a similar issue when I first installed Docker Desktop. The problem was only resolved...
@CrazyWolf13 The log suggests an old certificate is causing FreeRDP to panic. This might not work, but try deleting any old/outdated RDP TLS certificates located at `~/.config/freerdp/server/`. These usually have...
@CrazyWolf13 It is actually intended behaviour not to have a window open during that initial test. I am wondering if the issue is that Windows cannot successfully create a file...
@CrazyWolf13 That seems to confirm my suspicions. I wonder why `+home-drive` is not already in the test command, especially when the intention is to write to tsclient. My understanding is...