Bubbus / XCF

Experimental extensions to ACF. Always a Work In Progress.
Other
12 stars 9 forks source link

Weapons non-functional on Dedicated Linux Server (racks branch) #14

Closed profan closed 11 years ago

profan commented 11 years ago

All ACF weapons and XCF additions seem to work perfectly on a listen server, but not on a dedicated server, running Debian 7 (Wheezy). By this I mean both sweps and the weaponry you mount on things as well.

Using the racks branch from here: https://github.com/Bubbus/XCF/tree/racks on both client and server, along with the latest version of wire from their GitHub as of 2013-06-18.

This seems to be the error I get on the client side when I try to fire any ACF weapon:

[ERROR] addons/xcf-racks/lua/xcf/client/projectiles/xcf_shell_cl.lua:25: attempt to index local 'effect' (a nil value)

  1. CreateEffect - addons/xcf-racks/lua/xcf/client/projectiles/xcf_shell_cl.lua:25
    1. createProjNow - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:45
    2. processCreateCache - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:38
      1. v - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:112
      2. unknown - lua/includes/modules/hook.lua:82

[ERROR] addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:100: No projectile could be found at index 11

  1. error - [C]:-1
    1. updateProjNow - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:100
    2. processUpdateCache - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:93
      1. v - addons/xcf-racks/lua/xcf/client/xcf_ballistics_cl.lua:113
      2. unknown - lua/includes/modules/hook.lua:82

As a result, no projectile seems to be fired, or even created and the client is presented with the following errors.

profan commented 11 years ago

Actually, fixed it by lowercasing all entities part of XCF/ACF that weren't yet lowercased, will push.

Bubbus commented 11 years ago

Thanks for the info, should have been thinking about linux when I made those. I'll wait for the push.