Hello, I've been trying to set up Simba for the past 4 hours and have failed for some damn reason.
When I run this script in Simba:
program new;
{$DEFINE SMART} // comment this line out if you don't want to use SMART
{$i srl-6/srl.simba}
begin
clearDebug();
setupSRL();
end.
It comes up like this:
------ Failed to spawn a SMART client
---- initSmart() result = False
---- Waiting up to 5 minutes for RS to load...
---- 1 minute(s) have passed, client is not ready yet
---- 2 minute(s) have passed, client is not ready yet
And I have no idea at all how to fix it... I have even tried this massive guide SUCCESSFULLY: https://villavu.com/forum/showthread...=compile+smart
Any ideas how to fix this problem?
Thanks.


Reply With Quote






