Asked — Edited

Snybot Plugin Question

I tried loading the SynBot plugin following the tutorial and the plugin just comes up as a white box. I tried loading it into a clean new project and got the same results. I am using window 10 32bit laptop, ARC version 2018.01.15.00

My guess is the plugin needs to be updated.

any suggestions?


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

#25  

I just test on another PC

I publish a V6 without change It seems that V5 was not correctly uploaded as some of the DLL was older one and the version release was not correct

After updating the plugin, you can verify in folder C:\Users\Public\Documents\EZ-Builder\Plugins(GUID) where GUID is the plugin GUID (The last modified) the plugin.xml file

it must be in version release 6

<?xml version="1.0"?>

-<PluginV1XML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<FRIENDLY_NAME>Synbot Plugin</FRIENDLY_NAME>

<DLL_FILENAME>SynbotPlugin.dll</DLL_FILENAME>

<AUTHOR_NAME>Jlucben</AUTHOR_NAME>

<LICENSE_URL>https://synthiam.com/tutorials/plugin-license.aspx</LICENSE_URL>

<PLUGIN_GUID>eae7154f-c1e0-4e41-a661-bc4d7fc66e90</PLUGIN_GUID>

<CATEGORY_TYPE>Artificial Intelligence</CATEGORY_TYPE>

<DESCRIPTION>Plugin interfacing with the SynBot Bot Solution</DESCRIPTION>

<VersionRelease>6</VersionRelease>

</PluginV1XML>
Germany
#26  

Hi jeanlucben, Today I have installed your plugin and it works very well. With SynBot Studio I will now try to make extensions for the German language. You did a fantastic job! Thanks a lot for this ! I hope you continue your development at this plugin and we can look forward to new versions.

#27  

Thanks joki

After some travels , I am beginning to work on a new version. If you find bugs in the current version , I will be pleased to fix them. I think some are remaining ......

Jean-Luc