• Weird Errors
    2 replies, posted
I am getting a weird errors when creating a DFrame I cannot find the cause of this, maybe someone else can. Console Log: ] lua_run_cl local x = vgui.Create("DFrame") x:MakePopup() [ERROR] lua/vgui/dlabel.lua:110: attempt to index field 'Colours' (a nil value)   1. UpdateColours - lua/vgui/dlabel.lua:110    2. ApplySchemeSettings - lua/vgui/dlabel.lua:116     3. SetFont - lua/vgui/dlabel.lua:47      4. Init - lua/vgui/dlabel.lua:39       5. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:37        6. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:26         7. Init - lua/vgui/dframe.lua:24          8. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:37           9. unknown - LuaCmd:1 [ERROR] lua/vgui/dlabel.lua:110: attempt to index field 'Colours' (a nil value)   1. UpdateColours - lua/vgui/dlabel.lua:110    2. unknown - lua/vgui/dlabel.lua:116 [ERROR] lua/vgui/dlabel.lua:110: attempt to index field 'Colours' (a nil value)   1. UpdateColours - lua/vgui/dlabel.lua:110    2. unknown - lua/vgui/dlabel.lua:116 [ERROR] lua/vgui/dframe.lua:242: attempt to index field 'btnClose' (a nil value)   1. unknown - lua/vgui/dframe.lua:242 [ERROR] lua/vgui/dlabel.lua:110: attempt to index field 'Colours' (a nil value)   1. UpdateColours - lua/vgui/dlabel.lua:110    2. ApplySchemeSettings - lua/vgui/dlabel.lua:116     3. unknown - lua/vgui/dlabel.lua:132 [ERROR] lua/vgui/dframe.lua:242: attempt to index field 'btnClose' (a nil value)   1. unknown - lua/vgui/dframe.lua:242
https://i.imgur.com/5bueSgv.png https://i.imgur.com/ot4s2mM.png works for me.
Most likely you have an addon thats causing interference.
Sorry, you need to Log In to post a reply to this thread.