Log in

View Full Version : Bug Or Am I Missing Something Here?



Elip007
06-07-2012, 12:39 AM
I've been using Simba for a while now and recently restored my computer. I've installed Simba back on and EVERY script I try to run I get the same error.. I have no idea how to get rid of it or what to do.

Help will be greatly appreciated for Simba is my favorite bot.


This is where the error is found;

function IsRealMouseInBox(B : TBox): Boolean;
var
P : TPoint;
begin
GetRealMousePos(P.X, P.Y);
Result := PointInBox(P, B);
end;

This is what is says in the box;

SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 17, Members: False, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

Element17
06-07-2012, 03:59 AM
First


As for your Access error violation you need to search it. I believe it is something with java.

NKN
06-07-2012, 04:14 AM
You have Java 7 installed.

Uninstall it.

Elip007
06-07-2012, 08:19 AM
You have Java 7 installed.

Uninstall it.

What Java do I need then?

Rich
06-07-2012, 10:54 AM
Java JDK 6 32 bit.

Elip007
06-09-2012, 06:59 AM
Java JDK 6 32 bit.

Not gonna lie, I have literally tried every Java out there and none seem to work.. Does that only have to do with Java, or is there something else to it?

Neros
06-09-2012, 07:06 AM
uninstall simba + delete every trace of java off your computer

then proceed here (http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html) and download the correct type for your system

after installing jdk6
re-download simba, install

try to run simba, if it fails to open then try running it as an administrator
if that works and simba opens then re-enable the plugins plugins like security.sex and stuff then update SRL/SPS

(check here (http://villavu.com/forum/showthread.php?t=47714) if you forgot how enable plugins)

lastly, your script could be out of date if you are using an old one and have been gone a while, try one of the newer ones and see if that works :)

hope i have helped in some way o.O

Ezio Auditore da Firenze
06-09-2012, 07:36 AM
Yah that's a smart error mate, regardless of the install 'java 6.32.' ect. Just keep reloading and starting the script till it works I had the exact same problem as you. :)

Neros
06-09-2012, 08:16 AM
Yah that's a smart error mate, regardless of the install 'java 6.32.' ect. Just keep reloading and starting the script till it works I had the exact same problem as you. :)

ahh i was unsure of this, thought the access violation may have been because of java 7 traces on his computer :P