9 - Lost items after DC / Game Crash
What steps will reproduce the problem?
1. Preform any actions in GHI
2. Crash the game by stopping the process.
What is the expected output?
Actions made with GHI should still be shown.
What do you see instead?
All GHI information are deleted
What version of the product are you using?
0.25
Please provide any additional information below.
It is believed also to happend at DC's some times. It seems to be depending on size of GHI information and other addon data.
| User | When | Change |
|---|---|---|
| Pilus | Nov 30, 2009 at 11:48 UTC | Create |
- 2 comments
- 2 comments
Facts
- Reported
- Nov 30, 2009
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #2
Pilus Apr 30, 2010 at 19:07 UTC - 0 likesFor the same reason, I have implemented "/ghi reload", which reloads the ui and keeps the chatlog content.
However, some crashes seems to completely clear the GHI data, resetting everything. I have not got reports about this for many months, but the ticket can not be closed yet, since it is not verified.
- Reply
- #1
CobraA1 Apr 30, 2010 at 18:48 UTC - 0 likesThis is actually very difficult to fix - any extra information in any addon will be lost when WoW is forcibly quit.
The problem is mostly that WoW itself doesn't actually save the information permanently until it is shut down. It's kept in memory, and only when it shuts down properly does it actually save the information that the developer has marked as wanting to save.
The best workaround I've found for this is to reload the UI before quitting. The slash command "/reload" (without quotes) will reload the UI, which seems to save the variables and doesn't seem to crash.