View Issue Details

IDProjectCategoryView StatusLast Update
0000015WolfAdminGamepublic2019-01-31 18:48
ReporterTimo Assigned ToTimo  
PriorityhighSeverityblockReproducibilitysometimes
Status resolvedResolutionfixed 
Target Version1.0.0a2Fixed in Version1.0.0a2 
Summary0000015: Error during et_ClientConnect
Descriptionet_ClientConnect error running lua script: ...nemy-territory/nq/luascripts/wolfadmin/util/util.lua:44: attempt to index local 'str' (a boolean value)

Occurs in admin.onconnect, in one of the functions using the database module. It uses util.escape which performs a string replacement, but somehow one of the parameters in the database functions is a boolean? Have not yet been able to reproduce it. Might occur when someone immediately disconnects after a new connection (to download a map).
TagsNo tags attached.
ModN/A
Mod version
Standaloneno

Activities

Timo

2015-02-02 11:47

administrator   ~0000008

Only happens on first connection, admin.setPlayerLevel produces an error because it uses a 0-value for newly connected players. Probably have to add a console account into the database.

Timo

2015-02-02 19:06

administrator   ~0000009

Added a console entry to the stats table and added a database entry which can be linked (to aliases, warns, setlevels etc.).

Issue History

Date Modified Username Field Change
2015-01-28 14:49 Timo New Issue
2015-01-28 14:52 Timo Assigned To => Timo
2015-01-28 14:52 Timo Status new => acknowledged
2015-02-02 11:47 Timo Note Added: 0000008
2015-02-02 11:47 Timo Status acknowledged => confirmed
2015-02-02 19:06 Timo Note Added: 0000009
2015-02-02 19:06 Timo Status confirmed => resolved
2015-02-02 19:06 Timo Fixed in Version => 1.0.0a2
2015-02-02 19:06 Timo Resolution open => fixed
2019-01-31 18:48 Timo Category General => Game