When i turn the widgets on, i lose my Resource Bar and my messages. Where'd they go?
And how do i make the things i want work, i.e. i'll get the Ice stuff, but it's not there.
Where'd my stuff go?
Moderator: Moderators
The usual reason for that, I encounterd during scripting on the idlebuilder2 widget was, that a widget has an error and creates a lot of error messages.
I you encounter this problem, open the file infolog.txt in your spring directory after the game. Look for lines like this:(this error happends if your use the current widget with an svn build)
You can see the widget with the filename UnitGroups3.lua caused an error in line 659. Usually this errors ocour multiple times a second and the file infolog.txt can be very big.
You should disable the widget (either ingame or if you have trouble with that change the file \LuaUI\Config\widget_order.lua. A Zero means the widget is disabled) AND contact the author of the widget by either writing a post in this Forum or at least leaving a note on uf. This way the widget can be fixed. Don't forget to include a short descrition how to reproduce the error or, if you understand it, tell what is wrong.
I you encounter this problem, open the file infolog.txt in your spring directory after the game. Look for lines like this:
Code: Select all
LuaUI: error = 1, DrawScreenItems, [string "LuaUI\Widgets\UnitGroups3.lua"]:659: attempt to call field `UnitDef' (a nil value)
You can see the widget with the filename UnitGroups3.lua caused an error in line 659. Usually this errors ocour multiple times a second and the file infolog.txt can be very big.
You should disable the widget (either ingame or if you have trouble with that change the file \LuaUI\Config\widget_order.lua. A Zero means the widget is disabled) AND contact the author of the widget by either writing a post in this Forum or at least leaving a note on uf. This way the widget can be fixed. Don't forget to include a short descrition how to reproduce the error or, if you understand it, tell what is wrong.
Code: Select all
Using script GlobalAI test (AAI.dll)
Map: SpeedMetal.smf
Mod: "XTA v8.1" from XTAPE.sd7
You are missing an OpenGL extension needed to use shadowmaps (fragment_program_shadow)
Number of damage types: 5
Spring 0.74b3
Reloaded ctrlpanel with: LuaUI/ctrlpanel.txt
LuaUI: bound F11 to the widget selector
LuaUI: bound CTRL+F11 to tweak mode
LuaUI v0.1
Player no name joined as 0
AI\Bot-libs\AAI.dll has C++ interface
GlobalAI1: land map detected
GlobalAI1: AAI loaded
User exited
Path cache hits 0 0%
Path cache hits 0 0%
(dont mind the AI
