Xandaros / evolve

An advanced admin mod for Garry's Mod
50 stars 39 forks source link

[EV] Hook 'PlayerSpawn' in plugin 'Player Info' failed with error: #127

Open jarchiepacheco opened 9 years ago

jarchiepacheco commented 9 years ago

Hello, I recently wanted to just mess around with a Garry's Mod server so I downloaded a server. A long time ago I remember using the evolve admin mod so I figured I would use it again however when I clones the repository into my addons folder and I started the server I got the following error.

[EV] Hook 'PlayerSpawn' in plugin 'Player Info' failed with error:

[ERROR] addons/evolve/lua/ev_framework.lua:116: attempt to call method 'Log' (a nil value)

  1. Notify - addons/evolve/lua/ev_framework.lua:116
    1. unknown - addons/evolve/lua/ev_framework.lua:287

Thank you for any help you can give me

jarchiepacheco commented 9 years ago

When I attempted to make myself owner I got another error:

[ERROR] addons/evolve/lua/ev_plugins/sv_consolecommands.lua:26: attempt to call method 'PlayerLogStr' (a nil value)

  1. CCommand - addons/evolve/lua/ev_plugins/sv_consolecommands.lua:26
    1. unknown - addons/evolve/lua/ev_plugins/sv_consolecommands.lua:43
    2. unknown - lua/includes/modules/concommand.lua:69

[ERROR] addons/evolve/lua/ev_plugins/sv_playerinfo.lua:94: attempt to compare nil with number

  1. unknown - addons/evolve/lua/ev_plugins/sv_playerinfo.lua:94

Timer Failed! [EV_PlayTimeSave][@addons/evolve/lua/ev_plugins/sv_playerinfo.lua (line 82)]

iceman-twitch commented 9 years ago

I got the same error and if I try to add to my self owner rank I got more error

Xandaros commented 9 years ago

I just started a server with evolve running and it worked just fine. Did your data files get corrupted, maybe? I updated the version of von to a newer version, because of corruption problems. The new version of vON, however, is incompatible with the old, which is why I moved everything to a new location. Try moving everything in data/evolve somewhere else.

iceman-twitch commented 9 years ago

I will try it ty

Xandaros commented 9 years ago

@gogasan24ru Did you fix it or why did you remove your comment?

gogasan24ru commented 9 years ago

I decided to remove evolve from server addons, but if you interested in my comment there is it's content:

I have same problem, there is server console log: http://pastebin.com/7GcUEN2u

Sorry about my English if mistakes are present.

Jcdiem commented 9 years ago

The problem here is that; when you download this as a .zip it does not download the vON, You need to download that from here (https://github.com/vercas/vON) then put it in (C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\lua\includes\ev_von). That should fix your problem, for that is what I had to do to fix it.

ajholmez commented 9 years ago

Another thing to consider is that @jarchiepacheco may have downloaded evolve from the release page instead of from the master branch. I had the same error and doing that fixed it for me.