Receiving error (cannot find macros.txt) eventhough it's there inside the control folder
Followed the guide.
OpenKore version what-will-become-2.1
SVN revision: 7798
Loaded plugins:
plugins/macro/macro.pl (macro)
Error message:
Cannot load control file macros.txt
Stack trace:
Trace begun at C:\Users\Richard\Desktop\home\openkore\svnsnapshots\openkore_ready\src\Settings.pm line 430
Settings::loadByHandle(50) called at C:\Users\Richard\Desktop\home\openkore\svnsnapshots\openkore_ready\plugins\macro\macro.pl line 60
macro::onstart3('start3', undef, undef) called at src\Plugins.pm line 431
Plugins::callHook('start3') called at src\functions.pl line 292
main::loadDataFiles at src\functions.pl line 80
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x8e25fc)') 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(
Tried adding macro_file macros.txt
Tried adding macro_file 12345111.txt and renamed my macros.txt into 12345111.txt
Both effort = useless. Still facing same error..
Help!
Issues with macro
Moderator: Moderators
-
- Perl Monk
- Posts: 427
- Joined: 04 Apr 2008, 14:04
- Noob?: No
- Location: Brazil
Re: Issues with macro
In your openkore folder, go to Tools menu, then Folder Options and click on the Exibition Mode tab (the second tab). Look at the boxes bellow and search for "Hide extensions for known type of file" and uncheck the box. Take a look at youy macros file again and check if it isn't something like macros.txt.txt
Quit.
-
- Noob
- Posts: 16
- Joined: 07 May 2014, 12:57
- Noob?: Yes
Re: Issues with macro
OMFG! this is the answer!!!! Thanks man! ill post a link in the thread i was in so people can see.