i installed the dtm into the program and now i get
Exception in Script: Unable to find file 'Updater.sei' used from ''
when i try to run
i installed the dtm into the program and now i get
Exception in Script: Unable to find file 'Updater.sei' used from ''
when i try to run
Complain wasCode:T2DStringArray = Array of TStringArray;
Weird...Code:Duplicate identifier 'T2DStringArray' at line 216
Simply a GOD beast...
My Tutorials
Did you?
I did it by, uh, renaming.
Then I have to declare the type of TDpointArray
because of
It runs, but uh, the code is pretty messy now. Hope I didnt screw up anything.Code:Unknown type 'TDPointArray' at line 692
Last edited by gooddiubro; 06-05-2012 at 02:32 AM.
doesnt work this doesnt att...
The Include doesn't compile for a number of error's.
Anyone else getting this?
What errors?
how can i fix this error?
Simply a GOD beast...
My Tutorials
[Error] (379:53): Unknown identifier 'MMCX' at line 378
Compiling failed.
this is when compiling the include
Haha, don't worry about it. ObjDTM's can be tricky at first, especially learning how to call them. Check out this thread if you come across something you don't know:
http://villavu.com/forum/showthread.php?t=72067
I'm Silent SPYSecret project: 0%Need help? Send me a PM
Hi
I`m trying to run this script to see how it woks so that I can implement this on a looting script, but I keep getting this error when trying to run the script.
SMART Initialized.
Loaded: Server 10, 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]
This is the function that generates the error:
Simba Code:
Simba Code:function IsRealMouseInBox(B : TBox): Boolean;
var
P : TPoint;
begin
GetRealMousePos(P.X, P.Y);
Result := PointInBox(P, B);
end;
Can anyone give me an idea what is wrong and how to fix it?
Thanks
Ps. I found the solution to the problem. Apparently it has to do with your Java version, mine was not updated to the latest version of java, when I updated it, it worked smoothly.
Last edited by VastlySuperior; 06-30-2012 at 08:58 PM. Reason: Found Solution to problem.
Seen a lot of errors on this thread lately, but when I updated to simba 0.99, odtm ceased to work for me, when I downgraded to 0.98, it was all fine. Maybe that could fix some issues?
Current goal: Make my first script
Clay miner: 70% Completed
112
Last edited by Pendulum_From_Rid; 07-06-2012 at 03:24 AM.
Sorry, I'll write a better response now.
After installing Simba 0.99, I installed all my plugins as normal and then loaded up a script which used your system, and I got an error.
[Error] C:\Simba099\Includes\ObjectDTM\ObjDTMInclude.simba (217:3): Duplicate identifier 'T2DStringArray' at line 216
Compiling failed.
I checked and double checked to see if I had any plugins missing, any updates I hadn't installed, but I had done all my updates to the latest version, as well as using the fix for this error posted earlier in the thread. The error is still the same.
[Error] C:\Simba099\Includes\ObjectDTM\ObjDTMInclude.simba (217:3): Duplicate identifier 'T2DStringArray' at line 216
Compiling failed.
After I uninstalled Simba 0.99, I reinstalled Simba 0.98, which for me at least, has no issues with your extension. Hope this helps, again, sorry for an undescriptive post, busy inductions for school.
Last edited by bishknight; 07-06-2012 at 07:35 PM.
Current goal: Make my first script
Clay miner: 70% Completed
I keep getting this error:
Simba Code:[Error] C:\Simba99\Includes\objectdtm/objdtminclude.simba(217:3): Duplicate identifier 'T2DStringArray' at line 216
Compiling failed.
Now I have looked at the earlier posts you made and although you mention that you get this error and that you could fix it yourself, you never really showed how to fix this error.
I would appreciate it if you can show me where in the earlier post you created a fix for this error.
Much appreciated and thanks in advance for the help on this problem.
You should change the top of ObjDTMInclude.simba to:
To get over the compatibility issues...Simba Code:{$IFDEF SMART}
{$IFNDEF PAINT}
{$DEFINE PAINT}
{$IFDEF SIMBAMAJOR980}
{.include SRL\SRL\MISC\Paintsmart.simba}
{$ELSE}
{.include SRL\SRL\Misc\SmartGraphics.simba}
{$ENDIF}
{$ENDIF}
{$ENDIF}
also T2DStringArray already exists in Simba 990 so you should probably change it to:
Simba Code:{$IFDEF SIMBAMAJOR980}
T2DStringArray = Array of TStringArray;
{$ENDIF}
Last edited by putonajonny; 07-13-2012 at 11:01 AM.
The first suggestion was already done when requesting help, the second part is already the same in the latest ObjectDTM.sex download in the first post.
But just to make sure I copied your sample above and it still gives the same error.
When I exclude T2DStringArray = Array of TStringArray; by commenting it, as it cries that it is a duplicate, that means it was already declared somewhere and as stated by you that it is included in simba 99 then it gives me other errors in objectDTM namelySimba Code:Unknown, identifier, 'SmartGetDebugDC'
I have now searched for this error and how to fix it and everybody says it is because the plugins is outdated, but i have downloaded the newest plugins.zip from New plugins (zip or tar.bz2): https://github.com/MerlijnWajer/Simba/downloads (Make sure you don't let the SRL updater Extension override them... )
I think that is the latest plugins, I have overwritten the existing plugins in simba directory with these, but it keeps giving me this error or the last one I mentioned.I really don`t know where the problem is where I`m screwing up. But from the moment I upgraded to simba 99 these problems cropped up. I understand that if the plugins is outdated it will have problems, but the link I gave is the official link in simba 99 release. So I would guess that that should be the latest plugins that should work with simba 99. I have now overwritten these plugins once more with the downloaded plugins and it should do the trick by overwriting the older files shouldn`t it?
I`m a bit flabbergasted here. But maybe I`m just not doing it right.
Any suggestion? Thanks guys, I appreciate your time and effort in helping me to get this sorted out. It just feels as if I`m hitting my head against the same wall all the time.![]()
Releasing a quick fix for the RS update, as it broke the generation tool. Also notable are the following:
Wanted to get this out because the other changes I am making to the include are quite large and are taking a bit of time.Code:-Version 10.2: Optimised object-finding code and fixed a bug that could have been the root cause of many false positives. Removed the 'T2DStringArray' type declaration as it was for an older planned revision of the include, future plans now do not include multi-dimensional strings, and it was causing duplicate errors. Improved the ground level check.Fixed certain coordinates in the Generation Tool that have been affected by the addition of a toolbar at the top of the RS client. Removed 'ObjectDebug', as it is obsolete. Changed the include lines at the top, $DEFINEPAINT is no longer needed. Sorry for the lack of updates this year, am trying to get back on track with this and hope to be producing some exciting features soon.
[10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts
There are currently 1 users browsing this thread. (0 members and 1 guests)