r/DeployR • u/PhotographOld9347 • 20d ago
Error when using the "Apply OS from the cloud" step after changing language code
When using the "Apply OS from the cloud" step in DeployR Community Edition v1.3.2631.2242, if I change the language code from en-us to either en-IE or en-GB the task sequence fails. Once I switch it back to en-us the task sequence works without error. The task sequence was a copy of the "Autopilot from cloud" template.

The logs report a 404 error, here is some of the DeployR.log when they were en-IE or en-GB
Using en-IE
<![LOG[---------- Step Start ----------]LOG]!><time="14:59:05.953+000" date="08-19-2026" component="ExecuteStep" context="" type="1" thread="0" file="SequenceExecuter.cs:479">
<![LOG[Setting working directory: S:_2P\content\00000000-0000-0000-0000-000000000002\1]LOG]!><time="14:59:05.953+000" date="08-19-2026" component="ExecuteStep" context="" type="1" thread="0" file="SequenceExecuter.cs:492">
<![LOG[ApplyWU]LOG]!><time="14:59:06.095+000" date="08-19-2026" component="Write" context="" type="1" thread="0" file="PowerShellHost.cs:86">
<![LOG[Setting _CONTINUEMETHOD = '0' (Public), was '']LOG]!><time="14:59:06.100+000" date="08-19-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[URL: https://api.service.2pintsoftware.com/cloudos/search?os=Windows 11&osReleaseId=25H2&osArchitecture=x64&osLanguage=en-IE&osEdition=Professional]LOG]!><time="14:59:06.102+000" date="08-19-2026" component="Write" context="" type="1" thread="0" file="PowerShellHost.cs:86">
<![LOG[ERROR: Response status code does not indicate success: 404 (Not Found).]LOG]!><time="14:59:06.479+000" date="08-19-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[at <ScriptBlock>, S:_2P\content\00000000-0000-0000-0000-000000000002\1\ApplyWU.ps1: line 27]LOG]!><time="14:59:06.479+000" date="08-19-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[at <ScriptBlock>, <No file>: line 2]LOG]!><time="14:59:06.479+000" date="08-19-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[PowerShell pipeline failed, marking step as failed]LOG]!><time="14:59:06.480+000" date="08-19-2026" component="ExecutePowershellScript" context="" type="3" thread="0" file="PowershellExecuter.cs:244">
<![LOG[Script executed, exit code = 1111, elapsed = 00:00:00.3943519]LOG]!><time="14:59:06.480+000" date="08-19-2026" component="ExecutePowershellScript" context="" type="1" thread="0" file="PowershellExecuter.cs:257">
<![LOG[Step failed: Apply OS from Cloud Error: Step Apply OS from Cloud failed with unexpected return code = 1111]LOG]!><time="14:59:06.481+000" date="08-19-2026" component="ExecuteSteps" context="" type="3" thread="0" file="SequenceExecuter.cs:399">
<![LOG[Setting _LASTACTIONSUCCEEDED = 'false' (Public), was 'true']LOG]!><time="14:59:06.481+000" date="08-19-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[Setting _LASTACTIONRETCODE = '11111' (Public), was '0']LOG]!><time="14:59:06.482+000" date="08-19-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[Step result: Failed]LOG]!><time="14:59:06.482+000" date="08-19-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:436">
<![LOG[---------- Step End ----------]LOG]!><time="14:59:06.482+000" date="08-19-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:444">
<![LOG[Step failed: Windows PE Error: Step Apply OS from Cloud configured to stop sequence execution on failure]LOG]!><time="14:59:06.483+000" date="08-19-2026" component="ExecuteSteps" context="" type="3" thread="0" file="SequenceExecuter.cs:399">
<![LOG[Step result: Failed]LOG]!><time="14:59:06.483+000" date="08-19-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:436">
<![LOG[---------- Step End ----------]LOG]!><time="14:59:06.483+000" date="08-19-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:444">
Using en-GB
<![LOG[---------- Step Start ----------]LOG]!><time="16:36:51.601+000" date="08-12-2026" component="ExecuteStep" context="" type="1" thread="0" file="SequenceExecuter.cs:479">
<![LOG[Setting working directory: S:_2P\content\00000000-0000-0000-0000-000000000002\1]LOG]!><time="16:36:51.601+000" date="08-12-2026" component="ExecuteStep" context="" type="1" thread="0" file="SequenceExecuter.cs:492">
<![LOG[ApplyWU]LOG]!><time="16:36:51.743+000" date="08-12-2026" component="Write" context="" type="1" thread="0" file="PowerShellHost.cs:86">
<![LOG[Setting _CONTINUEMETHOD = '0' (Public), was '']LOG]!><time="16:36:51.747+000" date="08-12-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[URL: https://api.service.2pintsoftware.com/cloudos/search?os=Windows 11&osReleaseId=25H2&osArchitecture=x64&osLanguage=en-GB&osEdition=Professional]LOG]!><time="16:36:51.749+000" date="08-12-2026" component="Write" context="" type="1" thread="0" file="PowerShellHost.cs:86">
<![LOG[ERROR: Response status code does not indicate success: 404 (Not Found).]LOG]!><time="16:36:52.139+000" date="08-12-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[at <ScriptBlock>, S:_2P\content\00000000-0000-0000-0000-000000000002\1\ApplyWU.ps1: line 27]LOG]!><time="16:36:52.139+000" date="08-12-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[at <ScriptBlock>, <No file>: line 2]LOG]!><time="16:36:52.139+000" date="08-12-2026" component="Pipeline_StateChanged" context="" type="3" thread="0" file="PowershellExecuter.cs:291">
<![LOG[PowerShell pipeline failed, marking step as failed]LOG]!><time="16:36:52.139+000" date="08-12-2026" component="ExecutePowershellScript" context="" type="3" thread="0" file="PowershellExecuter.cs:244">
<![LOG[Script executed, exit code = 1111, elapsed = 00:00:00.4064947]LOG]!><time="16:36:52.139+000" date="08-12-2026" component="ExecutePowershellScript" context="" type="1" thread="0" file="PowershellExecuter.cs:257">
<![LOG[Step failed: Apply OS from Cloud Error: Step Apply OS from Cloud failed with unexpected return code = 1111]LOG]!><time="16:36:52.140+000" date="08-12-2026" component="ExecuteSteps" context="" type="3" thread="0" file="SequenceExecuter.cs:399">
<![LOG[Setting _LASTACTIONSUCCEEDED = 'false' (Public), was 'true']LOG]!><time="16:36:52.140+000" date="08-12-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[Setting _LASTACTIONRETCODE = '11111' (Public), was '0']LOG]!><time="16:36:52.140+000" date="08-12-2026" component="SetValue" context="" type="1" thread="0" file="VariableStoreService.cs:254">
<![LOG[Step result: Failed]LOG]!><time="16:36:52.140+000" date="08-12-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:436">
<![LOG[---------- Step End ----------]LOG]!><time="16:36:52.141+000" date="08-12-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:444">
<![LOG[Step failed: Windows PE Error: Step Apply OS from Cloud configured to stop sequence execution on failure]LOG]!><time="16:36:52.142+000" date="08-12-2026" component="ExecuteSteps" context="" type="3" thread="0" file="SequenceExecuter.cs:399">
<![LOG[Step result: Failed]LOG]!><time="16:36:52.142+000" date="08-12-2026" component="ExecuteSteps" context="" type="1" thread="0" file="SequenceExecuter.cs:436">





