Whatever I type in a Ruby component, I get the following message :
load error (in method ‘parse’): cannot load such file – strscan
What is going wrong ?
Thanks
Whatever I type in a Ruby component, I get the following message :
load error (in method ‘parse’): cannot load such file – strscan
What is going wrong ?
Thanks
We’ll see if we can reproduce the error and get back to you shortly.
Sorry for any inconvenience.
Ok.
System : Windows 7 family premium - service pack 1
FlowboticsStudio : 3.0.7
Hi,
This error would indicate that your installation of FlowBotics Studio has some Ruby support files that are missing or corrupted. This issue has been known to happen in some cases where the installation process messes up due to security permission on the system. Luckily, the fix is usually very simple.
Please check the installation folder of FlowBotics and ensure there is a folder named ruby inside it. The default installation path is %PROGRAMFILES(X86)%\RobotShop\FlowBotics.
If you cannot find the ruby folder or if it is there (and possibly missing files), please check out this link (ruby.zip).
It contains the up-to-date ruby folder and its contents. You can extract this directly into your FlowBotics folder under Program files (x86).
This will probably solve your issue. Let us know how it goes.
Sincerely,
It works (have replaced the ruby folder).
Thanks