Unity Issue Tracker - "taskkill" command is ignored when the Player is running in Batch mode with Graphics API Vulkan
Closed
UUM-62786
"taskkill" command is ignored when the Player is running in Batch mode with Graphics API Vulkan
Unity: Vulkan
Won't Fix
6.4.X
6.3.X
6.2.X
6.1.X
6.0.X
2023.3.X
2023.2.X
2022.3.X
2021.3.X
Cancelling this port in favor of fix in future release.
Cancelling this 2023.2 tech release issue since the support for this release has come to end of life. Cancelling this 2023.2 port case does not affect any LTS or Unity 6 Beta/Preview that remain open.
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