MotorMouse
07-09-2012, 03:05 PM
I've updated my accident to java 7, then uninstalled it but i still got this problem:
SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 51, Members: True, 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]
On smart:
95 function IsRealMouseInBox(B : TBox): Boolean;
96 var
97 P : TPoint;
98 begin
99 GetRealMousePos(P.X, P.Y);
100 Result := PointInBox(P, B);
101 end;
I already used the search button and downloaded all that java crap but still no effect, Without smart it indeed does work.
SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 51, Members: True, 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]
On smart:
95 function IsRealMouseInBox(B : TBox): Boolean;
96 var
97 P : TPoint;
98 begin
99 GetRealMousePos(P.X, P.Y);
100 Result := PointInBox(P, B);
101 end;
I already used the search button and downloaded all that java crap but still no effect, Without smart it indeed does work.