wiremod / advdupe2

Advanced Duplicator 2
http://wiremod.com
Apache License 2.0
90 stars 60 forks source link

Adv Dupe 2 or Duplicator Error Cant Tell Please Help #271

Closed sbsredgie closed 4 years ago

sbsredgie commented 4 years ago

[ERROR] gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator/arming.lua:33: Calling net.Start with unpooled message name! [ http://goo.gl/qcx0y ]

  1. Start - [C]:-1
    1. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator/arming.lua:33
    2. unknown - lua/includes/modules/concommand.lua:54

It wont allow someone to spawn Props from Adv Dupe 2 or paste files either, Any help would be appreciated <3

Divran commented 4 years ago

This is an error message from base gmod duplicator, not from either one of wiremod's duplicators. Closing because the odds of this being caused by wiremod is pretty much nil

Divran commented 4 years ago

The error is coming from this line https://github.com/Facepunch/garrysmod/blob/master/garrysmod/gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator/arming.lua#L33 which is in the base gmod sandbox gamemode.

and this error can only happen if the line a few lines below it is unable to run https://github.com/Facepunch/garrysmod/blob/master/garrysmod/gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator/arming.lua#L47 line 47 registers the message name and your error message tells us that the name was never properly registered. This means that line 47 is not running.

The only way this can happen is if you have some other error elsewhere during startup. Most likely another addon is breaking your entire gmod installation. Check for error messages during startup. if you can't find any, uninstall every single addon and try again.