The update this morning broke some functions in SRL. They've since been fixed so once you SRL updates everything should work fine.
Printable View
"Error in Simba extension (SRL Updater): Out of Proc Range"
I'm new! help me please!
Every time I go to download the Simba installer, I go to open it and it says that the file has moved, despite searching for it, I can't find it. I've downloaded it multiple times in various locations, no matter what I do, it hides. Can anyone help me find it/stop it from hiding?
Thanks,
~Waterking
Needing some help please, i did everything the tutorial said but after i put in the code and hit run;
program new;
{$i srl/srl/misc/smart.scar}
{$i srl/srl.scar}
{$i reflection/reflection.simba}
begin
SetupSRL;
SetupReflectionEx***40;False***41;;
end.
I get this error;
[Error] (9:20): Invalid number of parameters at line 8
Compiling failed.
Help please!
When I run this:
I get this error:Code:program Untitled;
{$DEFINE SMART}
{$I SRL/SRL.scar}
{$I Reflection/Reflection.simba}
begin
SetupSRL;
SetupReflectionEx(False);
end.
It highlights this in orange:Code:SMART Initialized.
Loaded: Server 74, Members: False, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 94
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
I've checked my include folders, reflection and SRL are both there...Code:Result := (CountColor(0, MSCx - 20, MSCy - 20, MSCx + 20, MSCy + 20) < 20);
Compiles fine for me. :confused:
I'm not sure why this would make a difference (I don't understand why you're getting that error or why anyone is getting these weird compiling errors), but have you tried editing the permissions of your Simba folder? You right click > Properties > Security > Edit, then set all the options to Allow for your user.
Hi, I just have some information for people running 64 bit systems. When installing, if you have windows 7 premium or ultimate, you will have to install it into the the folder program files(x86), you will also have to run simba as an administrator this way. Also if you don't have 7 there is an emulator for 32bit WOW64, I have never used it however it may work as well.
for added info when 64 bit is the problem the symptoms are simba will crash when you run a script, but only when you click on it. so in other words if you run a script it will work fine until you click on simba itself then windows will say it has stopped responding.
Mines installed in C:/ (same folder as my Program Files(x86) and it works find. I've never had to "Run as administrator" but I'm the only user on my computer.
I've never had this issue. As far as I know it was the MSI form that was causing Simba to crash when clicked (this has since been fixed). Unless it happens with scripts other than MSI as well?
:duh:
My bad, I had the problem so I searched the forums and found a few threads that had the same problem with 64 bit systems. None of them had an answer though so I thought that was the problem.
But since its fixed it doesn't matter :redface:
Very useful guide. You might want to add how to give yourself permissions to run the .exe file on Linux.
Quote:
chmod a+x jre-6u26-windows-i586-s.exe
No! You don't want to make the .exe +x, as WINE simply does not require that. Making it executable should not matter. :)
guys, i'm kinda super now to all this and i have a question/problem.
At the end of the tutorial i have to make SMART is it? pop up with this code: ''
program Untitled;
{$DEFINE SMART}
{$I SRL/SRL.scar}
{$I Reflection/Reflection.simba}
begin
SetupSRL;
SetupReflectionEx(False);
end.
''
now when i do this i get this error message : doesn't exist
Exception in Script: Unable to find file 'srl/srl/misc/smart.scar' used from ''
Please go easy on me :D
And thanks!
did you get srl from the extension?
~shut
EDIT: something you could try, go to the SRL menu
Settings -> Override Update
Hey, I'm stuck at the part which I run the script. I noticed my SRL Isn't letting me enable security.sex, any suggestion? I tried turning off firewall but didn't work.
Thanks 8)
Security.sex is temp broke at the moment for the new versions of SIMBA.
~BraK
E: Simba works best if you run as administrator as well. just a hint :)
thanks for letting me know! Fixed all my problem, great guide A+
New simba version... Maybe it would be good to lay off a static link and instead link to something like this: http://wizzup.org/simba/#download
or http://simba.villavu.com/bin/Release...aInstaller.exe
I have a question, for some scripts reflection2 is needed, only thing is i can't auto update it. How do i download and install it ?
You can get the Reflection 2 Files here http://villavu.com/forum/showthread.php?t=65220
~BraK
Just have to say... beautiful tut. I used it to set up simba on ubuntu
What a lovely site. I just come here for the first day, thank you
Just to share..
I was having some problems with 6u27, and it turns out it's a problem with Vista (and 7 as well, apparently) because of a function the installer uses for something. Changing the windows version to xp seemed to fix for me.
Java 6 update 27. ;)
I would. I don't know what all was changed, but I'm sure it's about performance, security, etc.. Nothing that will mess anything up.
And there's no reason not to use it. :) Just make sure, if you're having problems, to use Windows XP as the Windows version. Should work in that case (and I may have been using an older version of Wine.. This can't be an issue that Wine just overlooks, as it's something that Vista and 7 use).