wiremod / advduplicator

Garry's Mod add-on that allows a player to save and load contraptions
http://www.wiremod.com
Apache License 2.0
67 stars 43 forks source link

Adv Timer Error or something #51

Closed d-kuen closed 10 years ago

d-kuen commented 10 years ago

Hey,

I got this Error printed to my Server. Don't know, why that happened, but here is the error message:

[Advanced Duplicator] lua/autorun/server/advdupe.lua:97: bad argument #1 to 'Left' (string expected, got nil)
1. Left - [C]:-1
2. Load1 - lua/autorun/server/advdupe.lua:97
3. unknown - lua/autorun/server/advdupe.lua:371

Timer Failed! [Simple][@lua/autorun/server/advdupe.lua (line 371)]
AdvDupeError: Unknown class "lua_run", making prop instead for ent: 107

I hope that you can do something with it.

Thanks

Nebual commented 10 years ago

I'm unsure how you managed to dupe an lua_run entity.

  1. They aren't constrainable
  2. They cannot be hit by traces (from your toolgun)
  3. They aren't created ingame (only by Hammer)
  4. I thought that class was specifically blacklisted

What were you trying to duplicate? Could you post the file?

TomyLobo commented 10 years ago

maybe some weird mod or map parents one to itself?

That said, post the mods and the map you used

Nebual commented 10 years ago

Advdupe doesn't see parented entities (unless they're also constrainted).

TomyLobo commented 10 years ago

are you sure? I thought you guys changed that at some point

d-kuen commented 10 years ago

I don't know what created this error, I was just in the console and saw that error. So I can't post any file or sth.

d-kuen commented 10 years ago

Seems, that it was just a really rare bug, I'm closing this now... ( ~8 months later ^^ )