Page 1 of 1

IceUI error spamming

Posted: 26 Aug 2010, 05:47
by Hobo Joe
I've had this for a while but it's finally bugging me too much. I'm not sure where the error is originating from, but as far as I can tell all functionality is in working order. If anyone knows either how to fix this, or just to hide the messages, that'd be great.



GetLuaCmdDescList() non "actions" table: pos
GetLuaCmdDescList() non "actions" table: params
GetLuaCmdDescList() non "actions" table: pos
GetLuaCmdDescList() non "actions" table: params
GetLuaCmdDescList() non "actions" table: pos
GetLuaCmdDescList() non "actions" table: params

Happens whenever I click on the UI or select a unit.

Re: IceUI error spamming

Posted: 27 Aug 2010, 06:37
by Forboding Angel
iirc those errors are from allowunsafechanges

Re: IceUI error spamming

Posted: 27 Aug 2010, 06:57
by Hobo Joe
Know how to fix it by any chance?

Re: IceUI error spamming

Posted: 27 Aug 2010, 07:24
by Forboding Angel
find in files (all of the iceui files) for allowunsafechanges. Delete every instance of that line.

Re: IceUI error spamming

Posted: 27 Aug 2010, 08:17
by Hobo Joe
It's not in any of the files

Re: IceUI error spamming

Posted: 28 Aug 2010, 03:05
by SirMaverick
Forboding Angel wrote:iirc those errors are from allowunsafechanges
allowunsafechanges was used in Gadgets, not Widgets. Widgets cannot change game state (changing game state and giving orders are two different things).

Re: IceUI error spamming

Posted: 28 Aug 2010, 08:16
by Forboding Angel
Oh sorry. I had a gadgetized iceui portion at one time. It didn't occur to me that this was local.