weeztor / darkrp

Automatically exported from code.google.com/p/darkrp
0 stars 1 forks source link

Error when starting the server. #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Saw this in the logs today after starting the server:

Lua Error: ERROR: GAMEMODE:'InitPostEntity' Failed:
darkrp\gamemode\sv_gamemode_functions.lua:662: Infinite Loop Detected!

Original issue reported on code.google.com by dave.j.d...@gmail.com on 5 Nov 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Didn't happen to me, anyone else?

Also, what mods do you have?

Original comment by fpeijnen...@gmail.com on 6 Nov 2009 at 3:42

GoogleCodeExporter commented 9 years ago
I am not sure but today Chrisaster and Slob187 are crashing all the rp servers 
in 
some way,they probly found an exploit as I found a couple of DarkRP servers 
being 
put them by them 2.Anyway this might be something to do with this.

Original comment by alexnic...@googlemail.com on 6 Nov 2009 at 10:49

GoogleCodeExporter commented 9 years ago
It's not DarkRP that is exploit sensitive, it's something else since there are
servers hacked too.

Original comment by fpeijnen...@gmail.com on 7 Nov 2009 at 8:17

GoogleCodeExporter commented 9 years ago
AHh,right so I am just guessing they are just mostly targeting DarkRP servers.

Original comment by alexnic...@googlemail.com on 7 Nov 2009 at 11:46

GoogleCodeExporter commented 9 years ago
i still get a ton of people trying to do the door/elevator exploit :/

Original comment by dave.j.d...@gmail.com on 8 Nov 2009 at 8:40

GoogleCodeExporter commented 9 years ago
Problem is apparently caused by the hack

Original comment by fpeijnen...@gmail.com on 9 Nov 2009 at 6:50

GoogleCodeExporter commented 9 years ago
My server is not hacked.  This happens when the server starts, not after 
someone has
joined it.

Original comment by dave.j.d...@gmail.com on 9 Nov 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Could you tell me what is on line 660 to 665?

Original comment by fpeijnen...@gmail.com on 9 Nov 2009 at 10:19

GoogleCodeExporter commented 9 years ago
in sv_gamemode_functions.lua of course

Original comment by fpeijnen...@gmail.com on 9 Nov 2009 at 10:19

GoogleCodeExporter commented 9 years ago
659 and on:

function GM:InitPostEntity() -- Remove all PlayerSay hooks, they all interfere 
with
DarkRP's PlayerSay
    for k,v in pairs(hook.GetTable().PlayerSay) do
        otherhooks[k] = v
        hook.Remove("PlayerSay", k)
    end
    for a,b in pairs(otherhooks) do
        if type(b) ~= "function" then
            otherhooks[a] = nil
        end
    end
end

Original comment by dave.j.d...@gmail.com on 9 Nov 2009 at 11:04

GoogleCodeExporter commented 9 years ago
ok and what mods do you have?

Original comment by fpeijnen...@gmail.com on 9 Nov 2009 at 3:36

GoogleCodeExporter commented 9 years ago
Admin keypad cracker
Adv Duplicator
assmod
ClimbSWEP
CombineAssassin
Combo-Fists
constraintinfotool
counter-strike
CSS Realistic Weapons 4.0
day-of-defeat
default_sent_pack
derma
DurgzMod 2.1 By Cheesylard
EasyAlignment
Ein-Custom
haloplayermodels
hl2betaplayermodels
HL2weaponitem
hl2_ep2
keypad
keypad cracker
list.txt
metamod
metamod.vdf
napalmsmg
OL_Stacker
playsound
portal
RT Screen Pack
sfx
skinswitcher
smart_welding
sourcemod
tf2
ulib
ulx
UTime
zeno_clash

Original comment by dave.j.d...@gmail.com on 9 Nov 2009 at 10:56

GoogleCodeExporter commented 9 years ago
See if it's fixed in the latest SVN.

Original comment by fpeijnen...@gmail.com on 14 Nov 2009 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by fpeijnen...@gmail.com on 6 Dec 2009 at 9:54