View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000015 | WolfAdmin | Game | public | 2015-01-28 14:49 | 2019-01-31 18:48 |
| Reporter | Timo | Assigned To | Timo | ||
| Priority | high | Severity | block | Reproducibility | sometimes |
| Status | resolved | Resolution | fixed | ||
| Target Version | 1.0.0a2 | Fixed in Version | 1.0.0a2 | ||
| Summary | 0000015: Error during et_ClientConnect | ||||
| Description | et_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). | ||||
| Tags | No tags attached. | ||||
| Mod | N/A | ||||
| Mod version | |||||
| Standalone | no | ||||
|
|
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. |
|
|
Added a console entry to the stats table and added a database entry which can be linked (to aliases, warns, setlevels etc.). |
| 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 |