ENVIRONMENT_NAME=<environment-name>
RES_VERSION=<res-version> # e.g. 2025.06, 2025.06.01, or 2025.09
mkdir -p ${OUTPUT_DIRECTORY}
curl https://research-engineering-studio-us-east-1.s3.amazonaws.com/releases/${RES_VERSION}/patch_scripts/patch.py --output ${OUTPUT_DIRECTORY}/patch.py
curl https://research-engineering-studio-us-east-1.s3.amazonaws.com/releases/${RES_VERSION}/patch_scripts/patches/AL2023_session_frozen.patch --output ${OUTPUT_DIRECTORY}/AL2023_session_frozen.patch
Bug description
AL2023 VDIs appear to be in a frozen state where it does not respond to mouse inputs after logging in. This issue can occur sporadically after each startup sequence and may not reproduce consistently.
Affected versions
2025.06 - 2026.03
Mitigation
For 2025.06 and 2025.09:
Download
patch.pyandproject_policies.patchfor version 2025.06, 2025.06.01, or 2025.09 by replacing<output-directory>with the directory to download the patch script and patch file and<environment-name>with the name of your RES environment in the command below:1. The patch applies to RES 2025.06, 2025.06.01, or 2025.09
Navigate to the directory where the patch script and patch file are downloaded. Run the following patch command:
python3 ${OUTPUT_DIRECTORY}/patch.py --environment-name ${ENVIRONMENT_NAME} --res-version ${RES_VERSION} --module virtual-desktop --patch ${OUTPUT_DIRECTORY}/AL2023_session_frozen.patchLaunch new AL2023 VDIs with this fix.
For 2025.12 and 2026.03:
patch_host.pyandidea-virtual-desktop-{res-version}-*.tar.gzby replacing<output-directory>with the directory to download the patch script,<environment-name>with the name of your RES environment,<bucket-name>with the name of a ACLs disabled S3 bucket under the account/region where RES is deployed,RES_VERSIONwith 2025.12, 2025.12.01, or 2026.03, and<partition>with Classic or GovCloud in the command below:python3 ${OUTPUT_DIRECTORY}/patch_host.py --environment-name ${ENVIRONMENT_NAME} --module virtual-desktop --zip-file ${OUTPUT_DIRECTORY}/idea-virtual-desktop-${RES_VERSION}-${HASH}.tar.gz --s3-bucket ${BUCKET_NAME} --partition ${PARTITION}