Macro Error SVN Ver 2.1

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

ShinigaHmi
Noob
Noob
Posts: 18
Joined: 08 Mar 2010, 15:19
Noob?: Yes

Macro Error SVN Ver 2.1

#1 Post by ShinigaHmi »

Hi

I just need some walkthrouhg on setting up Macro again.
I was already able to set up macro before but after serveral months and updates, it doesnt work anymore so im setting up a new one.

* Brief description of the problem.
---Kore is not running when adding "macro.pl"

* What you have done so far.
-I have already tried to search Wiki and Forums but i Failed to get any relevant/related results
-Download and or update Kore
-Download the lastest Macro
and follow this simple step

Code: Select all

openkore
|-- openkore.pl
|-- control
|   |-- macros.txt
|-- fields
|-- logs
|-- plugins
|   |-- macro
|   |   |-- Macro
|   |   |   |-- Automacro.pm
|   |   |   |-- Data.pm
|   |   |   |-- Parser.pm
|   |   |   |-- Script.pm
|   |   |   |-- Utilities.pm
|   |   |-- macro.pl
|-- src
|-- tables
* Portion of config/macros changes that is relevant to the problem = adding up "macro.pl" inside macro folder(if "macro.pl" is remove, kore will work fine)

---
Im getting this error
Image
and

Code: Select all

OpenKore version what-will-become-2.1
SVN revision: 8255
Loaded plugins:
  plugins/macro/macro.pl (macro)

Error message:
Cannot load control file 

Stack trace:
Trace begun at F:\BOT\latest version 10-28-2012\openkore_ready\src\Settings.pm line 439
Settings::loadByHandle(55) called at F:\BOT\latest version 10-28-2012\openkore_ready\plugins\macro\macro.pl line 60
macro::onstart3('start3', undef, undef) called at src\Plugins.pm line 433
Plugins::callHook('start3') called at src\functions.pl line 287
main::loadDataFiles at src\functions.pl line 81
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x1afd3d4)') called at openkore.pl line 97
main::__start at start.pl line 136

Died at this line:
  		$filename = $object->{name} || $object->{internalName} if (!defined $filename);
* 		if ($object->{type} == CONTROL_FILE_TYPE) {
  			FileNotFoundException->throw(
from errors.txt
* Any other useful information: did you recently get patches, any gm announcements = No

---
im just trying to set up macro again just to get foods/buffs using Battle Grounds Badges...

Thanks in advance...+_+
-----------
edited screenshot
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Macro Error SVN Ver 2.1

#2 Post by ever_boy_ »

if you got macro.pl from svn, maybe your folders structure isn't right.
ShinigaHmi
Noob
Noob
Posts: 18
Joined: 08 Mar 2010, 15:19
Noob?: Yes

Re: Macro Error SVN Ver 2.1

#3 Post by ShinigaHmi »

i downloaded the macro.pl/macro here

Code: Select all

    * trunk to use with OpenKore trunk (^/plugins/macro/trunk)
    * 2.0.7-compatible branch to use with OpenKore 2.0.7 (^/plugins/macro/branches/openkore-2.0.7)
from

Code: Select all

http://www.openkore.com/index.php/Macro_plugin
i checked my folder contruction several times but its correct.
flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: Macro Error SVN Ver 2.1

#4 Post by flashdbest »

just to be sure.

down this whole file --> http://openkore.svn.sourceforge.net/vie ... /?view=tar

then extract ALL of the files inside your plugins folder. not just the macro.pl

PS: make sure to remove the trunk folder though :)
ShinigaHmi
Noob
Noob
Posts: 18
Joined: 08 Mar 2010, 15:19
Noob?: Yes

Re: Macro Error SVN Ver 2.1

#5 Post by ShinigaHmi »

Hi,

its working now
thanks a lot!!

where did you get your link?

thanks again!
flashdbest
Plain Yogurt
Plain Yogurt
Posts: 61
Joined: 12 Nov 2012, 09:22
Noob?: Yes

Re: Macro Error SVN Ver 2.1

#6 Post by flashdbest »