http://villavu.com/forum/showthread....827#post733827
Printable View
@ RawringDragon
I had a similar error. If you are using a dragon hatchet like I was... it's not supported (I don't think:confused:) but as soon as I used a rune axe it worked fine.
Also are maples not supported for power chopping? I couldn't get them to work but willows worked just fine.
Here is the error for it. It couldn't find the color while I was surrounded by them. it just looped the message over and over again.
-- MSI_FindObjectsIn
---- MSI_FindObjectsTPA
---- MSI_FindObjectsTPA: No colors found!
-- MSI_FindObjectsIn: False
Still getting this error
Progress Report:Error: Out of Global Vars range at line 64 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Users\Name\A runescape\Simba\Includes\SRL\Logs\SRL Log 30-08-10 0.txt] has not been freed in the script, freeing it now.
I updated all my extensions after this post: Problems people have been having - FIXED!
Progress Report:[0:00:42]: {----------------------------------------------------------------} [0:00:42]: { MSI Phoenix Player Report } [0:00:42]: {------------------------- Revision 241 -------------------------} [0:00:42]: { Time Running: 42 Seconds } [0:00:42]: {----------------------------------------------------------------} [0:00:42]: { } [0:00:42]: { Player 0: Username } [0:00:42]: { Location: Falador east bank } [0:00:42]: { Time: 00s } [0:00:42]: { Total Loads: 0 } [0:00:42]: { Active: True } [0:00:42]: { } [0:00:42]: { Script: Rimmington Yews } [0:00:42]: { Time: 00s } [0:00:42]: { Skill: Woodcutting } [0:00:42]: { Loads: 0 } [0:00:42]: { Exp: 0 } [0:00:42]: { Level: Not yet defined } [0:00:42]: { Item: Yew logs } [0:00:42]: { Amount: 0 } [0:00:42]: { } [0:00:42]: {----------------------------------------------------------------} [0:00:42]: {----------------------------------------------------------------} [0:00:42]: [ Nick ] MSI_SetupPlayer [0:00:43]: Welcome to Runescape. [0:00:45]: Username WriteFileString: Invalid Internal Handle of File: 1 [0:00:59]: [ Rock ] -- MSI_BestTool [0:01:00]: [ Rock ] ---- CurrentSkill level: 72 [0:01:00]: [ Rock ] -- MSI_BestTool: Rune Hatchet [0:01:00]: [ Rock ] -- MSI_FindTool - GameTab:26 [0:01:01]: [ Rock ] ---- Found DTM: Rune Hatchet [0:01:01]: [ Rock ] -- MSI_FindTool: True Error: Out of Global Vars range at line 64 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Users\Name\A runescape\Simba\Includes\SRL\Logs\SRL Log 30-08-10 0.txt] has not been freed in the script, freeing it now.
That's the full debug with names and nicknames changed of course.
And you don't manually stop the script? It just does that on it's own? Can you post your DeclarePlayers please?
Progress Report:const BREAK_TIME = 30; // Single player only - how long to break for (in minutes) SAVE_DEBUG = True; // Save's the debug box text to a file LEVEL_TO_DEBUG = 10; // The lower the number, the less the script will debug WORLD_SMART = 157; STATS_ID = ''; // Temporary stats ID (2 digit number) STATS_PASS = ''; // Temporary stats password procedure DeclarePlayers; var i: Integer; begin HowManyPlayers := 1; NumberOfPlayers(HowManyPlayers); SetLength(MSI_Players, HowManyPlayers); SetLength(ProgressReportArray, HowManyPlayers); CurrentPlayer := 0; CurrentScript := 0; with MSI_Players[0] do begin Name := 'Username'; // Username Pass := 'Password'; // Password Nick := 'Nick'; // Nickname (3-4 lowercase letters from username) Pin := ''; // Bank pin; leave as '' if player doesn't have one Active := True; // Use this player? Member := True; // Is this player a member? Location := LOC_FE_BANK; // See instructions at the top Scripts := [SCRIPT_RM_YEWS]; // See instructions at the top Objects := [[TREE_YEW]]; // See instructions at the top Loads[0] := 200; // Amount of loads before breaking/switching players Loads[1] := 200; // Total loads for the player to do end;
Player info left out.
Seems to be right. Could try with Member set to False? Not sure why that would make a difference, but we'll see.
Nope, same error. But, I noticed that in the debug line 64
Progress Report:if CurrDebugLevel <= LevelToDebug then
Was highlighted.
If you change that to
Pascal Code:if CurrDebugLevel <= LEVEL_TO_DEBUG then
does it change anything?
Okay I have a suspicion the problem is in SRL. Can you open up Login.scar (SRL/SRL/core) and comment out line 593 (or just delete it).
Simba Code:AddToSRLLog('Current player: ' + Capitalize(Players[CurrentPlayer].Name));
Oh my bad. :duh:
Yeah that's weird. After you hit "Always Allow", you should never get that message again. Do you have Windows' User Account Control on? Try turning that off, and disabling you firewall. Sorry, I just have no idea why you're getting this. The script is running fine for me, so I'm trying literally everything. :p
Alright while I do that, I noticed in my console window these errors:
http://i34.tinypic.com/2vv5gya.png
libsmart.dll is in my Simba/Plugins/ folder
Also, my UAC and Firewall had nothing to do with the filewall popping up, that is all Simba's security. I'm just gonna go for a total re-download and see where I end up.
Well gotta put this to the side for a sec, I re-downloaded everything and now it's all messed up :( I'll be posting my problems in the Simba forum, not here.
Alright, after a rigorous re-install (After having to completely purge everything Simba/srl from my comp) the error changed a bit.
Instead of:
Progress Report:Error: Out of Global Vars range at line 64 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Users\Name\A runescape\Simba\Includes\SRL\Logs\SRL Log 30-08-10 0.txt] has not been freed in the script, freeing it now.
It is now
Progress Report:Error: Invalid Opcode at line 64 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap] File[C:\Users\Name\Simba\Includes\SRL\Logs\SRL Log 30-08-10 0.txt] has not been freed in the script, freeing it now.
The Opcode error was solved I do believe, so I'll look for that post.