Closed Strand8319 closed 7 months ago
Tl;dr: Not Ulib, try removing the all addons and adding them back one by one and testing which causes the error when using AdvDupe2.
Wasn't able to reproduce this. Setup a fresh server with only the AdvDupe2, Ulib and ULX addons installed. However, the issue is with ents.Interator()
within the advdupe2.lua file, not ULib.
Take a look at the wiki page for the ents.Iterator
documentation, chances are its another addon that's conflicting with iterator function that makes use of the GM:OnEntityCreated
or GM:EntityRemoved
hooks.
thecrankytech is correct, this should not be ULib's fault. If you find any evidence otherwise, post back and let us know what you found and we can look into it further.
Steps to reproduce
Expected behavior
advdupe2 should work as normal, but ulib somehow killed it
Actual behavior
it'll kill advdupe2
Error(s) in server console, if any
Error(s) in player's console, if any
[build_advdupe2] addons/build_advdupe2/lua/weapons/gmod_tool/stools/advdupe2.lua:1689: attempt to call field 'Iterator' (a nil value)
Version
ULib v2.71d (04/05/24) ULX v3.81d (03/24/24)