wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
553 stars 332 forks source link

Error loading #3073

Closed juliocoliveira closed 4 months ago

juliocoliveira commented 4 months ago

I'm getting this error loading the server. (SRCDS)

[Wiremod] lua/entities/gmod_wire_egp/lib/egplib/objectcontrol.lua:113: attempt to index local 'name' (a nil value)
  1. NewObject - lua/entities/gmod_wire_egp/lib/egplib/objectcontrol.lua:113
   2. unknown - addons/wire/lua/entities/gmod_wire_egp/lib/objects/3dtracker.lua:3
    3. include - [C]:-1
     4. unknown - lua/entities/gmod_wire_egp/lib/egplib/objectcontrol.lua:156
      5. include - [C]:-1
       6. unknown - addons/wire/lua/entities/gmod_wire_egp/lib/init.lua:40
        7. include - [C]:-1
         8. unknown - addons/wire/lua/entities/gmod_wire_egp/shared.lua:15
          9. include - [C]:-1
           10. unknown - addons/wire/lua/entities/gmod_wire_egp/init.lua:3

This error is repeated several times. Using the latest wiremod from github.

wrefgtzweve commented 4 months ago

It's related to this https://github.com/wiremod/wire/pull/3074 your client has older files from the workshop

juliocoliveira commented 4 months ago

Indeed, it had two wiremods loading, one from git, one from workshop, removed the workshop version and the error stopped.