Page 1 of 1

Missing header files? (LuaUI)

Posted: 25 Jul 2007, 17:36
by url_00

Code: Select all

Failed to load: cmd_factory_repeat.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: cmd_stall_assist.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: cmd_unit_mover.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: gui_eyes.lua  (Include() could not load 'LuaUI/Headers/opengl.h.lua'
)
Failed to load: gui_ghost_units.lua  (Include() could not load 'LuaUI/Headers/opengl.h.lua'
)
Failed to load: gui_idle_builders2.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: gui_limit_dgun.lua  (Include() could not load 'LuaUI/Headers/opengl.h.lua'
)
Failed to load: kp_autospam.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: LongRangeStayPut.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: snd_volume.lua  (Include() could not load 'LuaUI/Headers/opengl.h.lua'
)
Failed to load: UnitGroups3.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: unit_comm_under_fire.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: unit_insertcmd.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: unit_retreat.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
Failed to load: unit_transport_assist.lua  (Include() could not load 'LuaUI/Headers/spring.h.lua'
)
LuaUI v0.2
So.... I guess the headers were taken out?
Or can I still get them?

Posted: 25 Jul 2007, 17:41
by trepan
You don't need the spring.h.lua header file anymore.
Use the following replacements:
CMD_xxx -> CMD_xxx
CMDTYPE_xxx -> CMDTYPE.xxx

Posted: 25 Jul 2007, 17:50
by url_00
What do you meen?
I din'nt make thease lua thingys, I just trying to use them.
I could switch them out if you could plz tell me what to do. :P

Posted: 25 Jul 2007, 18:54
by trepan
Contact the author of whichever widget is failing and point them to this post.

Posted: 25 Jul 2007, 19:03
by url_00
That's a lot of authors!!! :wink:

Posted: 25 Jul 2007, 19:32
by trepan
You probably have a Spring / LuaUI mismatch.