terranova3 / hl2rp-issues

Contains all the issues for the main gamemode that need to be fixed.
https://www.terranova-rp.com/
2 stars 0 forks source link

Error accessing Settings in Helix #11

Closed ValeTheEnigma closed 4 years ago

ValeTheEnigma commented 4 years ago

Server starts me out in third person, unable to toggle it as when accessing settings for helix returns Lua error loops.

To Reproduce Steps to reproduce the behavior:

  1. Go to Helix Menu
  2. Click on Settings
  3. See error

Expected behavior Expected it to open a settings menu.

Additional context Happens on other servers too it seems.

[ERROR] lua/vgui/dcombobox.lua:89: bad argument #1 to 'SetText' (string expected, got nil)

  1. SetText - [C]:-1
    1. ChooseOption - lua/vgui/dcombobox.lua:89
    2. ChooseOptionID - lua/vgui/dcombobox.lua:102
      1. SetValue - gamemodes/helix/gamemode/core/derma/cl_settings.lua:429
      2. Create - gamemodes/helix/gamemode/core/derma/cl_settings.lua:735
      3. TransitionSubpanel - gamemodes/helix/gamemode/core/derma/cl_menu.lua:114
      4. OnSelected - gamemodes/helix/gamemode/core/derma/cl_menu.lua:289
        1. SetSelected - gamemodes/helix/gamemode/core/derma/cl_menubutton.lua:171
        2. unknown - gamemodes/helix/gamemode/core/derma/cl_menubutton.lua:213
adoophus commented 4 years ago

It seems like you have a local gmod addon that could be overriding the base HELIX user interface. I suggest going through your addons and cleaning up anything that is related to 'skins' or any sort of user interface override.