Ulysses

General => Off-Topic => Topic started by: Anonymous Development on December 09, 2015, 10:12:34 PM

Title: Broken buttons
Post by: Anonymous Development on December 09, 2015, 10:12:34 PM
[ERROR] lua/vgui/dbutton.lua:91: attempt to index field 'Button' (a nil value)
  1. UpdateColours - lua/vgui/dbutton.lua:91
   2. ApplySchemeSettings - lua/vgui/dlabel.lua:78
    3. PerformLayout - lua/vgui/dlabel.lua:94
     4. PerformLayout - lua/vgui/dbutton.lua:113
      5. PerformLayout - lua/vgui/dmenu.lua:206
       6. unknown - lua/vgui/dscrollpanel.lua:24

Anyone know a fix for this, my xgui is broke from it
Title: Re: Broken buttons
Post by: Caustic Soda-Senpai on December 09, 2015, 11:24:46 PM
Want to like.....share the code that's causing it?
Title: Re: Broken buttons
Post by: Stickly Man! on December 10, 2015, 09:20:37 AM
It's likely that you have XGUI loading a skin that might be causing some issues.

See my post on this thread for information on how to set it back to default, and see if that helps:
http://forums.ulyssesmod.net/index.php/topic,8814.msg45138.html#msg45138
Title: Re: Broken buttons
Post by: Anonymous Development on December 10, 2015, 12:42:45 PM
Thx <3