evolve icon indicating copy to clipboard operation
evolve copied to clipboard

Permissions not saving, Other LUA errors

Open Furbloke opened this issue 8 years ago • 5 comments

Upon creating a new rank from the +ev_menu, the rank is created but some errors ensue

Weapons, Entities, Tools or Permissions do not save:

  • Permissioned edtied: http://puu.sh/vDu8S/d547287a73.jpg
  • Upon reopening: http://puu.sh/vDub8/4aace92517.jpg

When people in this rank attempt to use a permission, such as noclip, the following is printed to chat and console:

  • Chat: http://puu.sh/vDuew/e5745629de.jpg
  • Console: http://puu.sh/vDuhz/c9b32e6bb0.jpg

Another error, which is minor: Colours of ranks in chat are only appearing client-side.

E.g:

  • My rank colour would be blue and would appear blue to me, but black to others
  • Admin would be red, but would appear black to me, but red to admins

I'm currently using the latest version of Atlas chat

Furbloke avatar May 02 '17 20:05 Furbloke

Any error messages when starting the server? Do things work when not changing any permissions? What does data/evolve/userranks.txt look like? Is it a valid vON file?

Xandaros avatar May 02 '17 22:05 Xandaros

I cleared the console.log and generated a fresh one: https://pastebin.com/nLwjjbZd

This was a rank created and inherited permissions from "Superadmin" which has all permissions selected

data/evolve/userranks.txt looks as follows:

  • http://puu.sh/vDMSB/e4a42047b4.png
  • https://pastebin.com/xyNEBfed

Furbloke avatar May 03 '17 01:05 Furbloke

Couldn't include file '../../includes/ev_von/von.lua' (File not found) (@addons/evolve-master/lua/autorun/server/ev_autorun.lua (line 17))

I wonder what the problem is... :P

Xandaros avatar May 03 '17 14:05 Xandaros

See I thought that too ;o

  • http://puu.sh/vExuv/92a80417f5.png

But then

  • http://puu.sh/vExxA/ccc8dcc209.png

So its basically existential crisis right now

Furbloke avatar May 03 '17 19:05 Furbloke

Youre probably running Linux with a case-sensitive filesystem. consider changing it to JJFS if these problems persist. Textures for example cant be renamed without issues

change the ON in line 17: include("../../includes/ev_vON/von.lua") to lowercase since the ev_von folder is lowercase too.

gamerpaddy avatar May 20 '17 21:05 gamerpaddy