You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using any of the acf.create[thing] functions wiremod throws an error, but an ACF entity is still created but does not follow the conventional 'rules' of entities spawned by e2/starfall
Branch and Version
Server - Git-master-5701272
Client - Git-master-529c2c6
Console Error Logs (Optional)
addons/wire/lua/wire/server/wirelib.lua:32: Regex is too complex! 2 ext search length too long (500 max)
stack traceback:
addons/wire/lua/wire/server/wirelib.lua:32: in function 'ParsePortName'
addons/wire/lua/wire/server/wirelib.lua:129: in function 'CreateInputs'
addons/acf3/lua/acf/core/utilities/wire_i_o_sv/wire_io.lua:28: in function 'SetupInputs'
addons/acf3/lua/entities/acf_gun/init.lua:164: in function 'UpdateWeapon'
addons/acf3/lua/entities/acf_gun/init.lua:256: in function 'Spawn'
addons/acf3/lua/acf/core/classes/entities/registration.lua:136: in function 'Spawn'
starfall/libs_sh/acffunctions.lua:709: in function 'createWeapon'
...
addons/starfallex/lua/weapons/gmod_tool/stools/starfall_processor.lua:120: in function 'callback'
addons/starfallex/lua/starfall/transfer.lua:190: in function 'callback'
addons/starfallex/lua/starfall/transfer.lua:23: in function 'setup'
addons/starfallex/lua/starfall/transfer.lua:37: in function <addons/starfallex/lua/starfall/transfer.lua:33>
After trying to look into this problem, it seems like the issue is because it's getting hung up on descriptions that are too long, but that length should be getting stripped out by the pattern searching functions present in Wiremod and Starfall (separate from each other). This is making me wonder, though...have these functions ever worked? lol
When using any of the acf.create[thing] functions wiremod throws an error, but an ACF entity is still created but does not follow the conventional 'rules' of entities spawned by e2/starfall
Branch and Version
Server - Git-master-5701272
Client - Git-master-529c2c6
Console Error Logs (Optional)
How to Reproduce (Optional)
Place a Starfall chip with the following code:
The text was updated successfully, but these errors were encountered: