Community | RoboIntern
'Error' and message 'Process has exited, so the requested inform - Printable Version

+- Community | RoboIntern (https://robointern.tech/community)
+-- Forum: RoboIntern Forum (https://robointern.tech/community/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://robointern.tech/community/forumdisplay.php?fid=5)
+--- Thread: 'Error' and message 'Process has exited, so the requested inform (/showthread.php?tid=1396)



'Error' and message 'Process has exited, so the requested inform - Feng Dragunov - 02-26-2021

Hello, i run into some problem here using robointern

in my case, my task or application cannot run continuously and it always stuck after several times,
and it gave back an error "executed with result 'Error' and message 'Process has exited, so the requested information is not available"

well i tried to run it every 5 seconds

i already tried
- windows task scheduler -> work just fine
- alternative ones -> work just fine
- it runs at the beginning (success) after several times it gave me that error
- if i run it manually, it will be executed although it gave me error

btw im trying running .jar and .bat here

Thanks


RE: 'Error' and message 'Process has exited, so the requested inform - RoboIntern - 02-26-2021

Hi Feng,

Many thanks for highlighting this bug. I think this is related to the 'Wait until exit' flag being set for the given task ('Run a program' I presume).

I wonder could you try disabling that and see if the problem persists? In the meantime I'll have a look at fixing this in the code.

Take care,
Tom


RE: 'Error' and message 'Process has exited, so the requested inform - RoboIntern - 02-26-2021

Feng,

Nevermind, I managed to reproduce the issue - there is no workaround now, however, I'll release a new version this weekend to fix this. It occurs basically if a file is executed very quickly.

Thanks a lot,
Tom


RE: 'Error' and message 'Process has exited, so the requested inform - RoboIntern - 02-28-2021

Hi Feng,

I've just released version 1.19 of the app which should fix this problem.

If you try it out, make sure to download it directly from the website, as I've noticed a bug in the built-in update procedure of version 1.18.

Take care,
Tom


RE: 'Error' and message 'Process has exited, so the requested inform - Feng Dragunov - 03-02-2021

(02-28-2021, 07:45 PM)RoboIntern Wrote: Hi Feng,

I've just released version 1.19 of the app which should fix this problem.

If you try it out, make sure to download it directly from the website, as I've noticed a bug in the built-in update procedure of version 1.18.

Take care,
Tom

Nice, I already tested it, and it runs without an error

good jobĀ  Big Grin

thanks.


RE: 'Error' and message 'Process has exited, so the requested inform - RoboIntern - 03-02-2021

Great to hear Smile