Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: lua_error on November 02, 2012, 09:53:06 AM

Title: ULX Menu Doesn't Open
Post by: lua_error on November 02, 2012, 09:53:06 AM
No errors in server console
Last version, uptaded via SVN
MOTD works good, commands too, kick, ban via chat
XGUI doesn't open

What is this, how to fix?
Title: Re: ULX Menu Doesn't Open
Post by: kaos2100 on November 02, 2012, 10:52:29 AM
yeah me too. There's no error or anything when you try to open up the xgui.

It was working fine before garry's update and when it was on revision 44 for ulx.
Title: Re: ULX Menu Doesn't Open
Post by: Stickly Man! on November 02, 2012, 11:04:37 AM
This same thing has been posted in this other thread. (http://forums.ulyssesmod.net/index.php/topic,5804.0.html)

But, for clarification's sake I'll repost here: There is some error with hooks not being called, Megiddo and I will be looking into it ASAP. For now, I pushed an update to XGUI where you can manually call the following in your clientside console after joining, and XGUI should start working. (Presuming sv_allowcslua 1)
Code: [Select]
lua_run_cl xgui.init()

Additionally, if you want, you can create a hackish timer like spyker suggests (http://forums.ulyssesmod.net/index.php?action=profile;u=4749) until we get this worked out.