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

Wire tool CL errors #3057

Open
wrefgtzweve opened this issue May 3, 2024 · 1 comment
Open

Wire tool CL errors #3057

wrefgtzweve opened this issue May 3, 2024 · 1 comment
Labels

Comments

@wrefgtzweve
Copy link
Contributor

wrefgtzweve commented May 3, 2024

Players have been getting these two wire adv tool errors for a while now, im not sure how to replicate them.

[wire] addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:444: attempt to index a nil value
  1. AutoWiringTypeLookup - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:444
   2. LeftClick - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:577
    3. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:228
[wire] addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:984: attempt to index local 'input' (a nil value)
  1. getName - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:984
   2. getWidthHeight - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:994
    3. DrawHUD - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:1178
     5. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/cl_init.lua:55
[wire] addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:1253: Tried to use a NULL entity!
  1. LocalToWorld - [C]:-1
   2. func - addons/wire/lua/weapons/gmod_tool/stools/wire_adv.lua:1253
    3. unknown - addons/ulib/lua/includes/modules/hook.lua:260
@Denneisk
Copy link
Member

Denneisk commented May 3, 2024

First two might be some sort of gaps or something in the inputs and outputs of entities?

Last error seems unrelated from the first two, and I could replicate it by trying to wire with multiple points and removing one of the entities.

@thegrb93 thegrb93 added the Bug label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants