wiremod / wire-extras

Community Contributed Wire Extras Repository (formerly UWSVN). These are addons which may be of use to wiremodders but do not undergo the same level of critique that the official repos do.
Apache License 2.0
83 stars 66 forks source link

Wire modular panel tool out of date #63

Closed deathking61 closed 2 years ago

deathking61 commented 5 years ago

[ERROR] addons/wire-extras/lua/weapons/gmod_tool/stools/wire_modular_panel.lua:68: bad argument #2 to 'Exists' (string expected, got no value)

  1. Exists - [C]:-1
    1. LeftClick - addons/wire-extras/lua/weapons/gmod_tool/stools/wire_modular_panel.lua:68
    2. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:228
thegrb93 commented 5 years ago

https://github.com/wiremod/wire-extras/blob/master/lua/weapons/gmod_tool/stools/wire_modular_panel.lua#L68

Needs a path argument. "DATA" http://wiki.garrysmod.com/page/file/Exists

thegrb93 commented 5 years ago

Looks like all the 'file' functions in that tool need to be updated.

TomyLobo commented 5 years ago

doesn't look like it's the only thing that does in that file. @deathking61 do you think you can find and fix all the places that need a ', "DATA"' and tell us if that makes it work?

thegrb93 commented 5 years ago

@TomyLobo pretty sure he's not a coder.

thegrb93 commented 5 years ago

This entity is completely broken. I fixed it a little bit, but someone else needs to do the rest because I'm not interested in it.

EdoTM commented 2 years ago

Isn't this issue a duplicate of #97?

thegrb93 commented 2 years ago

That one is a duplicate of this. We can supersede this one with that one though.