the full simba code after {$DEFINE SMART8} there is more isn't there or do I run just that? then open my script file?
Printable View
the full simba code after {$DEFINE SMART8} there is more isn't there or do I run just that? then open my script file?
The {$DEFINE SMART8} will be in the script that you download already, so you can just run the script. Make sure you follow the directions in the thread I linked earlier though or else the includes will not work with RS3.
I need to go out now, but when I get back this evening I can help more :)
okay so if I want to run the tear collector script then do I pull runescape website on explorer or is slr suppose to pop up a client? I believe im having trouble with srl it doesn't pop up a client to run the script off of
yeah it says it cant get sqlite3.dll so srl has replaced msi am I correct?
could we just Skype about this and u walk me through this like from installing samba to adding srl5 master zip and adding smart
its the check spell I type simba and it changes it to samba
Before, entering this code works..
program new;
{$DEFINE SMART}
{$i srl/srl.simba}
begin
setupSRL();
end.
Now, I get
[Error] Includes\SRL/SRL/misc/SmartParams.Simba(293:136): Type mismatch at line 292
Compiling failed.
Help?
[Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier
'ImageSetClientArea' at line 695
Compiling failed.
above is the error i get when i try to run.
program new;
{$DEFINE SMART}
{$i srl/srl.simba}
begin
ClearDebug();
SetupSRL();
end
{$DEFINE SMART}
{$i srl/srl.simba}
begin
setupSRL();
end.
smart starts right up
OK so i updated my computer from Windows Vista to Windows 7 Ultimate.
Reinstalled Simba. Before updating to SMART 8 i was getting a fatal error.
Updated to SMART 8. Got the Cant Spawn Client Error.
Problem was i didnt have Java installed. Runs perfectly now.
After a little research I've fixed it.
Thanks.
I need a guide on downloading smart v8.2 and the new params.
Updated for SRL-6! :)
Program exception!
Stacktrace:
Exception class: EAccessViolation
Message: Access violation
$00403EE1
$005EC927
$0043313A
$00435243
$0042E03C
$004323E2
$0041ACA0
$00418FEA
$00420386
$00427CB8
Simba Version: 1000
Getting this error, Any ideas why?
First off, thanks for the release and hard work!
I followed the guide and had some issues. I installed twice and ended up with no SRL6 folder.
When I set the interpreter to LAPE as step 2a it worked.
NBD but I never saw explore_folders.sex in the extensions dialog.
Not really sure, I've never seen that one before. Make sure you install the 32-bit version.
Explore folders probably isn't shipped with Simba; I'll remove it from the first post. Also, make sure you click SRL > Check for Update, and make sure the files download.
Hmh what about Script using on new Simba and SRL-6 im constantly getting errors.
When I'm trying to start or compile script it shows duplicate identifier 'TCharArray' at line 13
[Error] D:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(69:26): Invalid number of parameters at line 69
Since updating to Simba 1.0 i get the following error "Exception in Script: Plugin(sps32) has not been found"
I've checked and SPS32.so is there so i don't understand why i'm getting the error?
I'm not sure why it has the .bak extension. Is there also a file called sps.dll or sps32.dll? If not, just remove the .bak from the file name.
If I knew I would have told you. ;) My guess is SRL-OSR hasn't been updated for Simba 1.0, so you'll either have to revert back to Simba 992 or wait for an update.
Thank you for the new install info Coh3n.
im going to upload all of my files for the people who wants to use simba for osr.
what happened: simba auto updated to simba 1.0 where osr script dont work on. so you need to install the old version, disable the updater and install all the fonts/smart/includes etc again.
I reformatted my computer, Fresh new install of Windows 7 and re-installed Simba and it works like a charm now. I tried googling for that error, Spent about 3 hours on it, After getting frustrated, I figured it's probably my computer which needed a new install anyways (Been about 2 years since and last), So if anyone else has this problem, Reformat if you can.
That set-up link for SRL-OSR is really outdated :p uses the P07Include
I get 'FATAL ERROR: Failed to spawn a SMART client' when I run that code. Any ideas?