• Gmod server lua error.
    3 replies, posted
So I am working on a server and then this pops up in the console when I look at any gui where you can write stuff in. Or for an example change the rope length of a ballon in the Q menu. This is for everything that is using some sort of GUI. And NO I have not played with the gmod source code or anything. Lua error: [CODE] [ERROR] lua/vgui/dnumslider.lua:8: attempt to call method 'SetPaintBackground' (a nil value) 1. Init - lua/vgui/dnumslider.lua:8 2. Create - lua/includes/extensions/client/panel/scriptedpanels.lua:37 3. NumSlider - lua/vgui/dform.lua:133 4. AddControl - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:167 5. func - gamemodes/sandbox/entities/weapons/gmod_tool/stools/balloon.lua:222 6. FillViaFunction - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:100 7. FillViaTable - gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua:89 8. ActivateTool - lua/includes/modules/spawnmenu.lua:287 9. DoClick - gamemodes/sandbox/gamemode/spawnmenu/toolpanel.lua:73 10. unknown - lua/vgui/dlabel.lua:232 [/CODE] Here is the second one: [CODE] [ERROR] lua/vgui/dnumslider.lua:131: attempt to index field 'Label' (a nil value) 1. unknown - lua/vgui/dnumslider.lua:131 [/CODE] Please help me.
The second error stems from the first, but I'm not sure how the first one is caused unless one of your addons is overriding DTextEntry.
One or more of your addons is overriding vgui/DTextEntry.lua with an outdated version.
Ah yes thank you. It were a outdated plugin for nutscript(NPC talker).
Sorry, you need to Log In to post a reply to this thread.