Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
6000.0.0b11
6000.1.0a7
7000.0.0a1
Issue ID
UUM-62786
Regression
No
"taskkill" command is ignored when the Player is running in Batch mode with Graphics API Vulkan
How to reproduce:
1. Open the “vulkan_repro“ project
2. Navigate to File → Build Settings and press “Build“
3. Open a cmd in the Build folder
4. In the cmd enter “KillMe.exe -batchmode“
5. Then enter “taskkill /im KillMe.exe“
6. Open Task Manager and expand the “Windows Command Processor“ process
7. Observe the processes
Expected result: KillMe.exe process is not running
Actual result: KillMe.exe process is running
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Notes:
- Running the command “taskkill /im KillMe.exe“ the second time will kill the process successfully
- Only reproducible if in Batch mode
- Not reproducible when building with Direct3D11 and Direct3D12
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
Add comment