photonle / Photon-v2

Photon 2 for Garry's Mod
Other
16 stars 4 forks source link

Major issues on multiplayer dedicated servers #19

Closed ischmal closed 5 months ago

ischmal commented 5 months ago

Major timing and PVS entry problems are present on dedicated servers, including joining a server when a vehicle is spawned, and errors when entering vehicles that make them impossible to interact with.

[photon-2] addons/photon-2/lua/photon-v2/meta/base_entity.lua:77: Tried to use a NULL entity!
  1. GetClass - [C]:-1
   2. Initialize - addons/photon-2/lua/photon-v2/meta/base_entity.lua:77
    3. Initialize - addons/photon-2/lua/photon-v2/meta/lighting_component.lua:567
     4. CreateOn - addons/photon-2/lua/photon-v2/meta/base_entity.lua:365
      5. SetupComponent - addons/photon-2/lua/entities/photon_controller/shared.lua:758
       6. AddEquipment - addons/photon-2/lua/entities/photon_controller/shared.lua:908
        7. OnSelectionChanged - addons/photon-2/lua/entities/photon_controller/shared.lua:1224
         8. SetupSelections - addons/photon-2/lua/entities/photon_controller/shared.lua:1126
          9. SetupProfile - addons/photon-2/lua/entities/photon_controller/shared.lua:1057
           10. unknown - addons/photon-2/lua/entities/photon_controller/shared.lua:1373
            11. CallProxies - lua/includes/extensions/entity.lua:340
             12. CallDTVarProxies - lua/includes/extensions/entity.lua:349
              13. unknown - lua/includes/extensions/entity.lua:214

image