Spelletje
01-12-2012, 04:29 PM
Still getting the same error. Tried about everything I can think of
SRL Compiled in 15 msec
SMART Initialized.
Loaded: Server 35, 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]
this bit is red and the bottom line was all orange
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;
All drivers are up to date, running as admin, latest java, removed any program that could intervere. Set everything that's running back to default.
SRL Compiled in 15 msec
SMART Initialized.
Loaded: Server 35, 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]
this bit is red and the bottom line was all orange
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;
All drivers are up to date, running as admin, latest java, removed any program that could intervere. Set everything that's running back to default.