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.
IceUI error spamming
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: IceUI error spamming
iirc those errors are from allowunsafechanges
Re: IceUI error spamming
Know how to fix it by any chance?
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: IceUI error spamming
find in files (all of the iceui files) for allowunsafechanges. Delete every instance of that line.
Re: IceUI error spamming
It's not in any of the files
-
- Posts: 834
- Joined: 19 May 2009, 21:10
Re: IceUI error spamming
allowunsafechanges was used in Gadgets, not Widgets. Widgets cannot change game state (changing game state and giving orders are two different things).Forboding Angel wrote:iirc those errors are from allowunsafechanges
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: IceUI error spamming
Oh sorry. I had a gadgetized iceui portion at one time. It didn't occur to me that this was local.