View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000035 | Asuna | [All Projects] General | public | 2018-06-12 13:34 | 2018-07-09 12:31 |
Reporter | kyle | Assigned To | kyle | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000035: Asuna crashes on close | ||||
Description | When closing TeamSpeak Asuna will crash | ||||
Steps To Reproduce | 1. Open TeamSpeak 2. Connect 3. Close TeamSpeak 4. Asuna Crashes | ||||
Additional Information | Not sure what's causing this issue - Possibly a memory free crash | ||||
Tags | No tags attached. | ||||
|
|
|
Logs are not showing the Shutdown function being called 2018-06-12 09:25:30 [JOIN] Client Move Event: Username OK. 2018-06-12 09:25:30 [JOIN] Client Move Event: Client Switching Channels 2018-06-12 09:25:30 [JOIN] Client Move Event: Client joined Asuna's Channel. - Lobby * Crash Asuna will not crash if TeamSpeak is opened and closed without connecting to the server. |
|
This was not an issue with freememory, but was due to Asuna attempting to process commands on herself. As of right now this is resolved, this was a issue with onClientMoveEvent when newChannelID was null. I added check to stop further processing if the new channel is null (client leaving). In the future I want to set it so these commands don't run on Asuna. 2018-06-14 11:39:40 [PLUGIN] Client Update Event for 13 2018-06-14 11:39:40 [PLUGIN] Sucessfully queried Client Nickname. 2018-06-14 11:39:40 [PLUGIN] Client Update Event for [Got Nickname] - [Bot]Asuna. Running isGoodUsername check. 2018-06-14 11:39:40 [SECURITY] Checking username: [Bot]Asuna 2018-06-14 11:39:40 [SECURITY] Username OK. 2018-06-14 11:39:43 [LEAVE] Null newChannel ID. Client Leaving - 13 |
|
Fixed on commit 479d344 - See previous note. Not sure why I didn't update this bug, but the issue has been resolved and I haven't seen Asuna crash since this fix was implemented. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-06-12 13:34 | kyle | New Issue | |
2018-06-12 13:34 | kyle | Status | new => assigned |
2018-06-12 13:34 | kyle | Assigned To | => kyle |
2018-06-12 13:34 | kyle | File Added: AsunaCrash.JPG | |
2018-06-12 13:36 | kyle | Note Added: 0000074 | |
2018-06-14 15:52 | kyle | Note Added: 0000075 | |
2018-07-09 12:31 | kyle | Status | assigned => resolved |
2018-07-09 12:31 | kyle | Resolution | open => fixed |
2018-07-09 12:31 | kyle | Note Added: 0000078 |