PDA

View Full Version : FATAL ERROR: Failed to spawn a SMART client



catsrback321
12-09-2013, 07:04 PM
Hey everyone, just tried to update to Simba 1.0 and I followed Coh3n's guide (Here (http://villavu.com/forum/showthread.php?t=47714)) and I have put in his test script :
program new;
{$DEFINE SMART}
{$i srl-6/srl.simba}

begin
clearDebug();
setupSRL();
end.

and what I get in the de-bug box is :
-------- FATAL ERROR: Failed to spawn a SMART client

Hope someone can help :)
Thanks for reading,
Sam.

catsrback321
12-09-2013, 11:54 PM
I have tried with a few different scripts and can't seem to get it to work and still comes up with
-------- FATAL ERROR: Failed to spawn a SMART client

Olly
12-10-2013, 12:11 AM
What java version do you have? try java version 7 and delete all other versions.

catsrback321
12-10-2013, 10:37 AM
I have Java (Version 7 Update 45)

catsrback321
12-10-2013, 10:59 AM
I removed some older ones and updated JDK and it's working now, thanks for the help :)