View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000040 | Asuna | [All Projects] General | public | 2020-01-29 00:30 | 2020-01-29 00:35 |
Reporter | kyle | Assigned To | kyle | ||
Priority | normal | Severity | crash | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Summary | 0000040: Asuna crashes on some clients when continued interactions happen | ||||
Description | When 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 Reproduce | 1. Message asuna: Help 2: '6' 3: '2' 4: 'Private' * Crash | ||||
Additional Information | 2020-01-25 17:01:52 [MESSAGE] Received text message from: Sonicplays | ||||
Tags | No tags attached. | ||||
|
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. |
|
Fixed in commit a1e9d51 |
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 |