IceUI error spamming

IceUI error spamming

Discuss Lua based Spring scripts (LuaUI widgets, mission scripts, gaia scripts, mod-rules scripts, scripted keybindings, etc...)

Moderator: Moderators

Post Reply
User avatar
Hobo Joe
Posts: 1001
Joined: 02 Jan 2008, 21:55

IceUI error spamming

Post 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.
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: IceUI error spamming

Post by Forboding Angel »

iirc those errors are from allowunsafechanges
User avatar
Hobo Joe
Posts: 1001
Joined: 02 Jan 2008, 21:55

Re: IceUI error spamming

Post by Hobo Joe »

Know how to fix it by any chance?
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: IceUI error spamming

Post by Forboding Angel »

find in files (all of the iceui files) for allowunsafechanges. Delete every instance of that line.
User avatar
Hobo Joe
Posts: 1001
Joined: 02 Jan 2008, 21:55

Re: IceUI error spamming

Post by Hobo Joe »

It's not in any of the files
SirMaverick
Posts: 834
Joined: 19 May 2009, 21:10

Re: IceUI error spamming

Post 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).
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: IceUI error spamming

Post by Forboding Angel »

Oh sorry. I had a gadgetized iceui portion at one time. It didn't occur to me that this was local.
Post Reply

Return to “Lua Scripts”