View Issue Details

IDProjectCategoryLast Update
0026127AI War 2Gameplay IssueFeb 4, 2022 5:40 pm
ReporterRobert Carlisle Assigned ToChris_McElligottPark  
Severitymajor 
Status resolvedResolutionfixed 
Product VersionBeta 3.785 Just Bugfixes 
Fixed in VersionBeta 3.793 The Turncoat Question 
Summary0026127: Memory Leak
DescriptionMemory leak detected at RapidAntiLeakPoolable 'InputAction-GetHumanReadableKeyComboForAction' of type Arcen.Universal.ArcenCharacterBuffer

I had left the game on pause and came back to this error
TagsNo tags attached.

Relationships

related to 0026244 resolvedChris_McElligottPark Memory not cleaned up properly at RapidAntiLeakPoolable 

Activities

Robert Carlisle

Jan 15, 2022 3:32 pm

reporter  

ArcenDebugLog.txt (724,643 bytes)

Chris_McElligottPark

Feb 4, 2022 5:40 pm

administrator   ~0064115

Thanks!

* GetHumanReadableKeyComboForAction has been adjusted to a method that generates a bit of extra heap garbage (which is easily cleaned up), but does not have a need for pulling temp character buffers (so this is faster now), and also doesn't have a risk of "memory not cleaned up" errors.

Issue History

Date Modified Username Field Change
Jan 15, 2022 3:32 pm Robert Carlisle New Issue
Jan 15, 2022 3:32 pm Robert Carlisle File Added: ArcenDebugLog.txt
Feb 3, 2022 5:16 pm BadgerBadger Relationship added related to 0026244
Feb 4, 2022 5:40 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Feb 4, 2022 5:40 pm Chris_McElligottPark Status new => resolved
Feb 4, 2022 5:40 pm Chris_McElligottPark Resolution open => fixed
Feb 4, 2022 5:40 pm Chris_McElligottPark Fixed in Version => Beta 3.793 The Turncoat Question
Feb 4, 2022 5:40 pm Chris_McElligottPark Note Added: 0064115