Missing header files? (LuaUI)

Missing header files? (LuaUI)

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
User avatar
url_00
Posts: 163
Joined: 15 Apr 2007, 22:44

Missing header files? (LuaUI)

Post 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?
trepan
Former Engine Dev
Posts: 1200
Joined: 17 Nov 2005, 00:52

Post 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
User avatar
url_00
Posts: 163
Joined: 15 Apr 2007, 22:44

Post 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
trepan
Former Engine Dev
Posts: 1200
Joined: 17 Nov 2005, 00:52

Post by trepan »

Contact the author of whichever widget is failing and point them to this post.
User avatar
url_00
Posts: 163
Joined: 15 Apr 2007, 22:44

Post by url_00 »

That's a lot of authors!!! :wink:
trepan
Former Engine Dev
Posts: 1200
Joined: 17 Nov 2005, 00:52

Post by trepan »

You probably have a Spring / LuaUI mismatch.
Post Reply

Return to “Help & Bugs”