Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error spam #455

Open
Astralcircle opened this issue Jan 20, 2025 · 3 comments
Open

[BUG] Error spam #455

Astralcircle opened this issue Jan 20, 2025 · 3 comments
Labels
addon conflict Related to conflicts with other addons bug Something isn't working serverside

Comments

@Astralcircle
Copy link
Contributor

Short Description

Spam lua errors in console

Branch and Version

Workshop

Console Error Logs (Optional)

[[ACF] Armored Combat Framework] lua/acf/contraption/contraption_sv.lua:175: Tried to use a NULL entity!
1. GetPhysicsObject - [C]:-1
 2. CalcMassRatio - lua/acf/contraption/contraption_sv.lua:175
  3. KEShove - lua/acf/damage/ke_shove_sv.lua:18
   4. DoRoundImpact - lua/acf/ballistics/ballistics_sv.lua:336
    5. Func - lua/acf/entities/ammo_types/he.lua:97
     6. OnImpact - lua/acf/ballistics/ballistics_sv.lua:174
      7. DoBulletsFlight - lua/acf/ballistics/ballistics_sv.lua:293
       8. CalcBulletFlight - lua/acf/ballistics/ballistics_sv.lua:81
        9. func - lua/acf/ballistics/ballistics_sv.lua:111
         10. internal_call - lua/includes/modules/hook.lua:409
          11. Run - lua/includes/modules/hook.lua:428
           12. func - lua/acf/core/utilities/clock/clock.lua:13
            13. internal_call - lua/includes/modules/hook.lua:409
             14. unknown - lua/includes/modules/hook.lua:428
@Astralcircle Astralcircle added the bug Something isn't working label Jan 20, 2025
@thecraftianman
Copy link
Member

This seems like an issue in CFW to me. There should never be any null entities in a parenting family. Do you have anything that can reproduce this happening?

@thecraftianman thecraftianman added addon conflict Related to conflicts with other addons serverside labels Jan 23, 2025
@Astralcircle
Copy link
Contributor Author

Unfortunately no

@Astralcircle
Copy link
Contributor Author

Another error spam:

[[ACF] Armored Combat Framework] lua/acf/ballistics/ballistics_sv.lua:71: attempt to index local 'Flight' (a nil value)
1. CalcBulletFlight - lua/acf/ballistics/ballistics_sv.lua:71
 2. unknown - lua/acf/ballistics/ballistics_sv.lua:110
  3. Run - addons/hook-library-master/lua/includes/modules/hook.lua:313
   4. unknown - lua/acf/core/utilities/clock/clock.lua:13
    5. unknown - addons/hook-library-master/lua/includes/modules/hook.lua:313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon conflict Related to conflicts with other addons bug Something isn't working serverside
Projects
None yet
Development

No branches or pull requests

2 participants