Issue loading into server
Closed this issue · 1 comments
broimsuperman commented
Describe the issue
A clear and concise description of what the issue is with vorp core plugin.
To Reproduce
Steps to reproduce the behavior:
- Download latest vorp code & vorp character
- Update files with updated vorp scripts
- Start server
- See error
Expected behavior
Character selection menu, head into game.
Additional context
It will throw an error then it will just load and load.
Response given via console:
[ script:vorp_core] SCRIPT ERROR: @vorp_core/server/loadusers.lua:132: attempt to compare number with nil
[ script:vorp_core] > handler (@vorp_core/server/loadusers.lua:132)
When stopping the server, this also pops up
400c4000-401c7000 rwxp 00000000 00:00 0
40536000-40629000 rwxp 00000000 00:00 0
41103000-41113000 rwxp 00000000 00:00 0
41316000-41326000 rwxp 00000000 00:00 0
413d5000-41495000 rwxp 00000000 00:00 0
415f3000-41603000 rwxp 00000000 00:00 0
416f2000-41805000 rwxp 00000000 00:00 0
41d67000-41d77000 rwxp 00000000 00:00 0
41d7f000-41d8f000 rwxp 00000000 00:00 0
2bbd00000000-2bbd00003000 rw-p 00000000 00:00 0
2bbd00003000-2bbd00004000 ---p 00000000 00:00 0
2bbd00004000-2bbd00014000 r-xp 00000000 00:00 0
2bbd00014000-2bbd0003f000 ---p 00000000 00:00 0
2bbd0003f000-2bbd00040000 ---p 00000000 00:00 0
2bbd00040000-2bbd00043000 rw-p 00000000 00:00 0
2bbd00043000-2bbd00044000 ---p 00000000 00:00 0
2bbd00044000-2bbd0007f000 r-xp 00000000 00:00 0
2bbd0007f000-2bbd00080000 ---p 00000000 00:00 0
2bbd00080000-2bbd00083000 rw-p 00000000 00:00 0
2bbd00083000-2bbd00084000 ---p 00000000 00:00 0
2bbd00084000-2bbd000bf000 r-xp 00000000 00:00 0
2bbd000bf000-2bbd000c0000 ---p 00000000 00:00 0
2bbd000c0000-2bbd000c3000 rw-p 00000000 00:00 0
2bbd000c3000-2bbd000c4000 ---p 00000000 00:00 0
2bbd000c4000-2bbd000ff000 r-xp 00000000 00:00 0
Memory around native instruction pointer (0x7f11affe06c7):
0x7f11affe06b7 0f a3 c2 0f 83 18 04 00 00 49 89 f6 48 8b 53 10 .........I..H.S.
0x7f11affe06c7 8b 32 89 71 10 8b 72 04 89 71 14 8b 72 08 89 71 .2.q..r..q..r..q
0x7f11affe06d7 18 8b 72 0c 89 71 1c 48 8b 73 18 48 29 d6 c7 01 ..r..q.H.s.H)...
0x7f11affe06e7 65 78 70 61 48 83 fe 10 75 2a 48 8d 72 08 48 8d expaH...u*H.r.H.
outsider31000 commented
you need to modify your users table
ALTER TABLE users DROP COLUMN `char`;
ALTER TABLE users ADD `char` INT DEFAULT 5; /* if you only use one character change this to 1 by default players can make 5 in the config is 5 aswell*/
``` use this in your databse