Error on OPENKORE OpenKore version what-will-become-2.1 SVN

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
poolastik
Noob
Noob
Posts: 2
Joined: 24 Sep 2013, 01:57
Noob?: Yes

Error on OPENKORE OpenKore version what-will-become-2.1 SVN

#1 Post by poolastik »

Hi guys im new pls help when i open openkore always says unexpected error and this is error msg on error.txt:



OpenKore version what-will-become-2.1
SVN revision: 8683
Loaded plugins:
plugins/macro.pl (macro; description: allows usage of macros)

Error message:
Cannot load control file macros.txt

Stack trace:
Trace begun at C:\Users\Arman\Desktop\Openkore Homun s\src\Settings.pm line 443
Settings::loadByHandle(55) called at C:\Users\Arman\Desktop\Openkore Homun s\plugins\macro.pl line 60
macro::onstart3('start3', undef, undef) called at src\Plugins.pm line 434
Plugins::callHook('start3') called at src\functions.pl line 290
main::loadDataFiles at src\functions.pl line 82
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2bba5c4)') 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(



PLS HELP ME!

poolastik
Noob
Noob
Posts: 2
Joined: 24 Sep 2013, 01:57
Noob?: Yes

Re: Error on OPENKORE OpenKore version what-will-become-2.1 SVN

#2 Post by poolastik »

By the way im on PRO valkyrie

xlr82xs
Developers
Developers
Posts: 51
Joined: 04 Sep 2013, 19:54
Noob?: No

Re: Error on OPENKORE OpenKore version what-will-become-2.1 SVN

#3 Post by xlr82xs »

You are trying to use the macro plugin with no plugins.txt


Do something about that.

Error message:
Cannot load control file macros.txt

It tells you the problem....

Post Reply