Page 1 of 1
bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:11 am
by d003232
I get a message "RoM window not found!" after SVN 73.
I just deleted the change at functions.lua:
Code: Select all
local winlist = findWindowList("Runes of Magic");
-- local winlist = findWindowList("Runes of Magic", "Radiant Arcana");
and it works again.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:38 am
by Administrator
Are you sure that you have the latest (beta 7) copy of MicroMacro? I was almost certain that I had fixed the bug in findWindow/findWindowList() that caused it to not apply window class names properly with that version.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:39 am
by d003232
Administrator wrote:Are you sure that you have the latest (beta 7) copy of MicroMacro? I was almost certain that I had fixed the bug in findWindow/findWindowList() that caused it to not apply window class names properly with that version.
Ah. I will check that.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:44 am
by d003232
I just downloaded the MM from
here. It is named as MicroMacro 1.0 beta 6, June 13, 09. Is there a way to see within MM with version it is?
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:49 am
by Administrator
Hmm, thought it was up to 7. Anyways, according to the changelog, it should have all of the changes necessary to make everything work.
And no, to your question. The beta number isn't included. However, it will be added soon and available in the next beta release for exactly these types of problems.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:51 am
by d003232
Administrator wrote:Hmm, thought it was up to 7. Anyways, according to the changelog, it should have all of the changes necessary to make everything work.
I had allready 6 installed. So the problem still exist.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:56 am
by d003232
Ahh. Shame over me !!!
I renamed the MM some weeks before and started that file with a shortcut. So all the time I was running the old version, although I had the new one installed.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 5:57 am
by Administrator
So everything is fully working in the latest version, I take it? If that's the case, I will leave the change for now unless a lot of people have problems with it.
Re: bug: RoM window not found! ... SVN 73 Radiant Arcana change
Posted: Sun Jul 19, 2009 6:10 am
by d003232
Administrator wrote:So everything is fully working in the latest version, I take it? If that's the case, I will leave the change for now unless a lot of people have problems with it.
Yes, everything seems to be ok.
