View Issue Details

IDProjectCategoryView StatusLast Update
0000040Asuna[All Projects] Generalpublic2020-01-29 00:35
ReporterkyleAssigned Tokyle 
PrioritynormalSeveritycrashReproducibilitysometimes
Status resolvedResolutionfixed 
Summary0000040: Asuna crashes on some clients when continued interactions happen
DescriptionWhen attempting to either create a non-managed channel, or where Asuna has to store the users ID into an array for "continued conversation" Asuna will crash
Steps To Reproduce1. Message asuna: Help
2: '6'
3: '2'
4: 'Private'
* Crash
Additional Information2020-01-25 17:01:52 [MESSAGE] Received text message from: Sonicplays
TagsNo tags attached.

Activities

kyle

2020-01-29 00:35

administrator   ~0000082

This was fixed in commit a1e9d51.

TeamSpeak has re-done the local client IDs to include higher numbers. Asuna's arrays were only set to hold 0-499 where client IDs could be in the thousands. I have raised the array to 9999 to handle all client IDs. A solution in the future would be convert these to vectors.

kyle

2020-01-29 00:35

administrator   ~0000083

Fixed in commit a1e9d51

Issue History

Date Modified Username Field Change
2020-01-29 00:30 kyle New Issue
2020-01-29 00:33 kyle Assigned To => kyle
2020-01-29 00:33 kyle Status new => assigned
2020-01-29 00:35 kyle Note Added: 0000082
2020-01-29 00:35 kyle Status assigned => resolved
2020-01-29 00:35 kyle Resolution open => fixed
2020-01-29 00:35 kyle Note Added: 0000083