twRO | r6459 | macroplugin: malformed character

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

silentwf
Noob
Noob
Posts: 3
Joined: 07 Aug 2008, 07:47
Noob?: No

twRO | r6459 | macroplugin: malformed character

#1 Post by silentwf »

Hi
I posted this bug for version 2.0.5, but obviously I wasnt supposed to..So then I downloaded the SVN version, had it updated, and then installed the macro plugin again. But I ended up encountering the same bug/problem: a malformed UTF character in the plugin file. I didnt do much to recreate the bug..I just downloaded it, followed the manual instructions and the bug appears.
errors.txt wrote:OpenKore version what-will-become-2.0.6 (SVN version)
SVN revision: 6459
Loaded plugins:
plugins/autotrade_v3.pl (autoTrade)
plugins/macro.pl (macro)

Error message:
Malformed UTF-8 character (fatal) at plugins/Macro/Parser.pm line 35, <FILE> line 4.

Stack trace:
Malformed UTF-8 character (fatal) at plugins/Macro/Parser.pm line 35, <FILE> line 4.
at plugins/Macro/Parser.pm line 35
Macro::Parser::parseMacroFile('control\macros.txt', 0) called at D:/ro/Blacksmith - AutoDeal/plugins/macro.pl line 91
macro::parseAndHook('control\macros.txt', 'HASH(0x295dd54)') called at D:/ro/Blacksmith - AutoDeal/src/Settings.pm line 405
Settings::loadByHandle(48) called at D:/ro/Blacksmith - AutoDeal/plugins/macro.pl line 58
macro::onstart3('start3', 'undef', 'undef') called at src/Plugins.pm line 440
Plugins::callHook('start3') called at src/functions.pl line 218
main::loadDataFiles() called at src/functions.pl line 81
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x22f4954)') called at openkore.pl line 96
main::__start() called at start.pl line 119
Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: twRO|2.0.6 (6459)|macroplugin: malformed character

#2 Post by Bibian »

your macros.txt just isnt UTF-8 i think?
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: twRO|2.0.6 (6459)|macroplugin: malformed character

#3 Post by sli »

Or the macro plugin doesn't support unicode. (Possible.)
cs : ee : realist
silentwf
Noob
Noob
Posts: 3
Joined: 07 Aug 2008, 07:47
Noob?: No

Re: twRO|2.0.6 (6459)|macroplugin: malformed character

#4 Post by silentwf »

Bibian wrote:your macros.txt just isnt UTF-8 i think?
Hmm...All I've put in my macros.txt was
macros.txt wrote:macro trial{
do sit
}
Should I upload the files?
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: twRO|2.0.6 (6459)|macroplugin: malformed character

#5 Post by sli »

silentwf wrote:Should I upload the files?
Hmm... That could change everything...
cs : ee : realist
silentwf
Noob
Noob
Posts: 3
Joined: 07 Aug 2008, 07:47
Noob?: No

Re: twRO|2.0.6 (6459)|macroplugin: malformed character

#6 Post by silentwf »

sli wrote:
silentwf wrote:Should I upload the files?
Hmm... That could change everything...
Hmm..what do you mean by "change everything"~?
Like changing the contents of the files inside?