Skip to content
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

RDP Session Closing after open Discord e.g #256

Open
Flauschbude opened this issue Mar 11, 2024 · 6 comments
Open

RDP Session Closing after open Discord e.g #256

Flauschbude opened this issue Mar 11, 2024 · 6 comments

Comments

@Flauschbude
Copy link

Flauschbude commented Mar 11, 2024

Hey,

i have the issue that the RDP Session Closing after opening Discord or just open something else like first start of chrome...

docker-compose.yml

version: "3"
services:
  windows:
    image: dockurr/windows
    container_name: vm1002
    devices:
      - /dev/kvm
    cap_add:
      - NET_ADMIN
    ports:
      - 127.0.0.1:8007:8006
      - 127.0.0.1:3400:3389/tcp
      - 127.0.0.1:3400:3389/udp
    stop_grace_period: 2m
    restart: on-failure
    volumes:
      - ./storage:/storage
      - ./custom.xml:/run/assets/win10x64.xml
    environment:
      VERSION: "win10"
      RAM_SIZE: "8G"
      CPU_CORES: "4"
      ARGUMENTS: "-mem-prealloc -mem-path /storage/hugepages"
@kroese
Copy link
Contributor

kroese commented Mar 12, 2024

Is it just the RDP session closing or does the container also exit/reboot?

@Flauschbude
Copy link
Author

Just the RDP Connection.

@kroese
Copy link
Contributor

kroese commented Mar 12, 2024

Can you see if it is solved in v2.06?

@Flauschbude
Copy link
Author

I will check that, thanks.

@Flauschbude
Copy link
Author

Unfortunately, the error also exists in 2.06

@kroese
Copy link
Contributor

kroese commented May 12, 2024

Does it still exist with v3.05?

EDIT: This might have something to do with RDP switching from TCP to UDP when certain applications start that use GPU acceleration. So it might also be worth a try to disable the UDP port in the compose file and see if it makes a difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants