Unable to execute on PIP

Hello Community.
I’m working on a process that I was deploying in PIP, Everything was working fine, but I wanted to make some changes on the process, in which I added a start job activity and I modified the kill process activity to only Kill current session. After I made those changes the process stopped working on PIP. I tried rolling back into all versions that worked fine before, but now not it doesn’t.

Any clue?

@Luis_Fernando

Can you expand details and show the complete error stack

Cheers

It actually the only thing it says

Please find the below thread.

Hope it will be useful

@Baskar_Gurumoorthy Hi! I did checked it out and I tried following the instructions but I think I’m not exceuting the right commands, because is not working for me.

Hi how about the below thread.

Have you tried the above, still not working?

@Luis_Fernando what command (Steps) are you using to reactivate the PIP? tell us the studio version, also check the system logs you are getting during the PIP process run.
also, try to do the same activity on other laptops and systems.

Hello. I can’t access any logs because the process doesn’t even start. The only info shown is what I send in the main thread. Also, the error is not about the project, but about the machine that’s is not allowing me to execute, because I tried creating other simple projects and they doesn’t work as well.

Just do the checks , might be some configuration needs to be ensure,

If PiP mode is not enabled on your computer:By default, PiP mode is disabled. To enable it, you can run the following command in a PowerShell window with administrator rights:

`PowerShell.\UiRobot.exe PiP --enable

Post that

Right-click on the UiPath Assistant icon in the system tray (usually near the clock).

  • If there’s an option for Settings, navigate to it.
    *Look for a setting related to Picture in Picture or PiP mode.
  • If found, enable the setting.

Hi! I’m not quite good with the terminal. I tried the command you suggested and others, but it doesn’t look I’m doing it well. Any advice?

Get the right uitobo.exe path

“uirobo.exe not recognized” error in UiPath. Here are the consolidated troubleshooting steps to address the issue:

1. Check for Typos and File Path:

  • Double-check the spelling. It’s most likely “UiRobot.exe” (with a capital “I” and “Robot”).
  • Verify the file path. The typical location is:
    • C:\Program Files (x86)\UiPath\UiRobot.exe (for 32-bit systems)
    • C:\Program Files\UiPath\UiRobot.exe (for 64-bit systems)

2. Use the Correct Launcher (UiPath Studio vs. UiPath Robot):

  • UiPath Studio (for designing automations) doesn’t have a dedicated launcher like UiRobot.exe. Launch Studio from the Start menu or by double-clicking UiPathStudio.exe.
  • Use UiRobot.exe to execute standalone automations (.xaml files).

3. UiPath Version Compatibility:

  • UiRobot.exe might not be present in newer UiPath versions (since 21.08 beta). Instead, use the UiPath Assistant application to run automations.
  • Check the UiPath documentation for your specific version to confirm the appropriate launcher.

4. Reinstall UiPath (Last Resort):

  • If the above steps don’t resolve the issue, consider reinstalling UiPath. This can fix corrupted installations. However, back up your automation projects before proceeding.

Additional Tips:

  • Right-click on UiPath Studio/Assistant in the Start menu and choose “Run as administrator” if you encounter permission issues.
  • Ensure your system meets the minimum requirements for UiPath.

If you’re still encountering issues after following these steps, provide more details about your UiPath version, operating system, and any specific error messages you see. This will help in further troubleshooting.