Actions
Bug #215
closed'newbug' prevents looking at inventory and using gossip after saving a report. There is an error on save, but no info.
Bug #215:
'newbug' prevents looking at inventory and using gossip after saving a report. There is an error on save, but no info.
Start date:
01/04/2026
Due date:
% Done:
0%
Estimated time:
reported_by:
Ghost
Description
'newbug' prevents looking at inventory and using gossip after saving a report. There is an error on save, but no info.
0
Updated by ion 18 days ago
The error log shows a privilege violation
```
[error] System: (01/05/2026 01:52) Ghost : /domains/Drax/room/lodge
--- Mon Jan 5 01:52:16 2026 ---
*Privilege Violation: /secure/cmds/players/newbug
Object: /secure/save/players/g/ghost (/lib/interactive.c) at line 867
#0: 'process_input' at /secure/save/players/g/ghost (/lib/interface.c) at line 40
#1: 'process_input' at /secure/save/players/g/ghost (/lib/editor.c) at line 55
#2: '<fake>' at /secure/cmds/players/newbug (/<driver>) at /(fake):0
#3: 'eventEndEdit' at /secure/cmds/players/newbug at line 205
#4: 'LogBugReport' at /secure/cmds/players/newbug at line 231
#5: 'GetLastError' at /secure/save/players/g/ghost (/lib/interactive.c) at line 867
```
Updated by Hilapdatus 18 days ago
- Subject changed from Bug Report to 'newbug' prevents looking at inventory and using gossip after saving a report. There is an error on save, but no info.
- Status changed from New to Closed
FIXED
LIB_INTERACTIVE has a safety mechanism which restricts access to GetLastError(). The newbug command had not been whitelisted.
Actions