ACF-Team/ACF-3

[BUGS] Installing LVS and ACF-3 on a dedicated server causes strange issues.

TheTeleportingFish opened this issue · 4 comments

Installing LVS and ACF-3 on a dedicated server causes strange issues.

Short Description
Seems to break a lot of ACF functions, engines don't throttle, weapons don't have mass, collision boxes seem to not initialize.

Branch and Version
Master - 11fefdc
Merge pull request from yoseij/master

Console Error Logs
The only error thrown seems to be -

[acf-3] lua/vgui/dcombobox.lua:93: bad argument #1 to 'SetText' (string expected, got nil)
  
SetText - [C]:-1
ChooseOption - lua/vgui/dcombobox.lua:93
ChooseOptionID - lua/vgui/dcombobox.lua:106
SetCustomValue - addons/acf-3/lua/acf/menu/items_cl/settings.lua:124
UpdatePanels - addons/acf-3/lua/acf/core/networking/data_vars/panel_functions_cl.lua:175
fn - addons/acf-3/lua/acf/core/networking/data_vars/panel_functions_cl.lua:227
Run - addons/ulib/lua/ulib/shared/hook.lua:109
SetFunction - addons/acf-3/lua/acf/core/networking/data_vars/data_vars_cl.lua:153
unknown - addons/acf-3/lua/acf/core/networking/data_vars/panel_functions_cl.lua:29

Timer Failed! [ACF Refresh Data Vars][@addons/acf-3/lua/acf/core/networking/data_vars/panel_functions_cl.lua (line 46)]

This error is thrown when trying to change the server game mode setting.

How to Reproduce
Install latest ACF version with latest version of LVS, on a dedicated server.

Screenshots
3DjDRHO

I can't seem to reproduce any of these issues on a server that has the latest versions of both; are you certain that something else isn't the problem?

seems to be cause he's using linux 64 and getting the issue.

Is this still an issue on the latest versions of ACF/LVS/Gmod?

After trying to dig a bit deeper, I'm told that the problem appeared to have resolved itself, so I'm closing this issue.