Numos59 / darkrp

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

FPP error since latest update #766

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem?

Every time my server changes maps/restarts FPP returns its settings to default, 
also tool restrictions and blacklisted props, also i am unable to restrict 
tools to darkrp classes (wiremod tools to wiretech/pcmod tools to pctech).

What steps will reproduce the problem?

None, it is a constant error 

Do you have any errors? serverside or clientside? If you do, which 
ones?

I see no clientside lua errors

Are you using the downloaded version or an SVN revision (if SVN, which
revision number)?

SVN, latest revision 

Please provide any additional information below.

I dont know much about lua, but the lua tech for my server says that it is a 
database error.
A fair few things have been tried with the database and no luck.

heres the log.
http://dl.dropbox.com/u/19613123/lua_errors_server.txt

Original issue reported on code.google.com by swg....@gmail.com on 15 Feb 2012 at 8:41

GoogleCodeExporter commented 8 years ago
Hey how did you get that log?
Lua_log_sv 1 and restart the server? That log is really useful! Thanks!

Original comment by fpeijnen...@gmail.com on 15 Feb 2012 at 9:54

GoogleCodeExporter commented 8 years ago
Oh, do you have the addon version of FPP installed? That might cause problems 
with the latest changes I made in the DarkRP FPP.

Original comment by fpeijnen...@gmail.com on 15 Feb 2012 at 9:57

GoogleCodeExporter commented 8 years ago
I fixed the column length errors. If you still have an error spam in latest, it 
will probably be a new error. Could you give me that error? And the console log 
that goes with it? I made it trace the origins of the error.

Original comment by fpeijnen...@gmail.com on 15 Feb 2012 at 10:07

GoogleCodeExporter commented 8 years ago
Will update it now and reply back

Original comment by swg....@gmail.com on 15 Feb 2012 at 10:22

GoogleCodeExporter commented 8 years ago
I control the servers that "swg....@gmail.com" posted this for.

Yes we use Lua_log_sv 1 to log all the LUA errors, it is very helpful.

I have noticed that FPP doesn't automatically create the new tables, I had to 
manually execute the MySQL code. Also you can use "ALTER TABLE" to change the 
already existing tables so you don't need to create new ones etc.

These errors are now showing up:

[@gamemodes\darkrp\gamemode\fpp\server\fpp_core.lua:157] EntityDamage Is not a 
valid settings type!
[@gamemodes\darkrp\gamemode\fpp\server\fpp_core.lua:157] EntityDamage Is not a 
valid settings type!
[@gamemodes\darkrp\gamemode\fpp\server\fpp_core.lua:157] EntityDamage Is not a 
valid settings type!
[@gamemodes\darkrp\gamemode\data.lua:34] Duplicate entry 
'models/combine_helicopter/helicopter_bomb01.mdl' for key 'PRIMARY'

Original comment by rambo...@gmail.com on 15 Feb 2012 at 11:02

GoogleCodeExporter commented 8 years ago
Also im unsure if it helps but ill add that the helicopter bomb prop was what i 
used to test the blacklist

Original comment by swg....@gmail.com on 16 Feb 2012 at 8:04

GoogleCodeExporter commented 8 years ago
Latest revision might have something that fixed it.

If the latest revision didn't fix it, I'll need a console log with that error: 
There's a source-of-the-problem seeker right above the code that gives that 
error, it doesn't get printed in lua_log_sv.

Original comment by fpeijnen...@gmail.com on 16 Feb 2012 at 5:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It seems to be working, thanks a bunch ^^

Original comment by swg....@gmail.com on 18 Feb 2012 at 1:54

GoogleCodeExporter commented 8 years ago

Original comment by fpeijnen...@gmail.com on 18 Feb 2012 at 8:06