View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0025766 | AI War 2 | Gameplay Issue | Nov 2, 2021 10:32 pm | Nov 23, 2021 4:51 pm | |
Reporter | BadgerBadger | Assigned To | Chris_McElligottPark | ||
Status | feedback | Resolution | open | ||
Product Version | Beta 3.743 Return Of The Imperial Spire | ||||
Summary | 0025766: Reporting of keystrokes in debug log | ||||
Description | I'm seeing output like this in my debug log 11/2/2021 8:31:22 PM 3.742 SINGLEP DELAYED8: K 11/2/2021 8:31:22 PM 3.742 SINGLEP DELAYED9: K 11/2/2021 8:31:23 PM 3.742 SINGLEP DELAYED10: V 11/2/2021 8:31:23 PM 3.742 SINGLEP DELAYED11: None 11/2/2021 8:31:23 PM 3.742 SINGLEP DELAYED12: Delete 11/2/2021 8:31:23 PM 3.742 SINGLEP DELAYED13: Alt 11/2/2021 8:31:23 PM 3.742 SINGLEP DELAYED14: G 11/2/2021 8:31:24 PM 3.742 SINGLEP DELAYED15: K 11/2/2021 8:31:24 PM 3.742 SINGLEP DELAYED16: X 11/2/2021 8:31:24 PM 3.742 SINGLEP DELAYED17: V 11/2/2021 8:31:24 PM 3.742 SINGLEP DELAYED18: None 11/2/2021 8:31:24 PM 3.742 SINGLEP DELAYED19: Delete Presumably leftover debug code? | ||||
Tags | No tags attached. | ||||
|
Hmm, I just don't see that, and nobody else has mentioned it. Maybe this was a temporary thing? If you're still seeing it, where are you when you see it? It might be that it happens only when on some specific screen or something. |
|
I think this may have been caused by logging an ArcenCharacterBuffer that hadn't had anything added to it. The cached string wasn't being returned to the pool, so `ArcenCharacterBuffer.GetFromPoolOrCreate().ToString()` would return whatever it had been used for last, which seems to often be a key. |
Date Modified | Username | Field | Change |
---|---|---|---|
Nov 2, 2021 10:32 pm | BadgerBadger | New Issue | |
Nov 2, 2021 10:32 pm | BadgerBadger | Status | new => assigned |
Nov 2, 2021 10:32 pm | BadgerBadger | Assigned To | => Chris_McElligottPark |
Nov 5, 2021 7:00 pm | Chris_McElligottPark | Status | assigned => feedback |
Nov 5, 2021 7:00 pm | Chris_McElligottPark | Note Added: 0063216 | |
Nov 23, 2021 4:51 pm | tom.prince | Note Added: 0063341 |