Anonymous | Login | 2024-11-21 15:31 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000487 | VCMI | Mechanics - Adventure Map | public | 2010-06-01 20:35 | 2014-05-30 17:40 | ||||
Reporter | Zamolxis | ||||||||
Assigned To | Warmonger | ||||||||
Priority | normal | Severity | crash | Reproducibility | random | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 0.8b | ||||||||
Target Version | Fixed in Version | 0.82 | |||||||
Summary | 0000487: Seer's Hut shows as visited after Load + Seer name fail + Crash after visiting the Hut (only after Load) | ||||||||
Description | See 1st screenshot: it's what we get first time when we visit the Hut. Also seer's name fails (%), both in this message and in the message we get if we play from starters (no save/load). After Load, if we visit the Hut, we get a crash when we want to leave further. Crashdump attached. | ||||||||
Steps To Reproduce | Map Manifest Destiny. Save/Load. Go underground through the gate in the center of the map. The Seer Hut up-left from the gate. EDIT: You can also reproduce in 0.81 by using the saved game attached to 0000488, go underground and visit the Hut to reproduce the bug. Remember, the crash happens when you leave the hut (hero seems to be able to move a couple of tiles before the crash). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | 2010-06-01_08bSeer.jpg [^] (29,504 bytes) 2010-06-01 20:35
2010-06-01_08bSeerCrash.jpg [^] (90,381 bytes) 2010-06-01 20:35 2010-06-01_08bSeerCrash.7z [^] (112,730 bytes) 2010-06-01 20:35 | ||||||||
Relationships | ||||||
|
Notes | |
(0000915) Zamolxis (viewer) 2010-06-01 21:12 |
Reproducible in 0.81. Let me know if you need crashdump from 0.81 as well. |
(0000928) Warmonger (administrator) 2010-06-02 06:27 |
Can you tell what kind of quest / reward it is? |
(0000929) Zamolxis (viewer) 2010-06-02 11:00 |
There is no quest for the object (which is strange, because I think Manifest Destiny is a standard RoE map which came with the original game) And I can say now that we have 3 bugs related to this: 1 - A first small bug would be that even before visiting it for the 1st time, if we R-click on it, it tells us the name of the Seer. Before the 1st visit, it should say only "Seer's Hut" 2 - Then we have the message when we visit the object, which fails to load the Seer's name (we get "%", while R-click before showed us the name of the Seer) 3 - And lastly we have the crash when we move further. It's a strange crash because sometimes it happens when moved only a couple of tiles, other times when we moved like 7-8 tiles. |
(0000930) majaczek (reporter) 2010-06-02 12:20 |
I believe the visit to the seer make memory corrupt (something with pointers) So if it's the case the few tiles later corrupted memory were used and done crash (was the corrupted memory a place for pointer/reference_address ?) |
(0000931) Tow (developer) 2010-06-02 16:11 |
Checked the crashdump: crash at: ms << "\n\n" << VLC->generaltexth->quests[missionType-1][3][textOption]; Stack trace: > VCMI_lib.dll!CGSeerHut::getHoverText() Line 3296 + 0x56 bytes C++ VCMI_client.exe!CCallback::getObjDescriptions(int3 pos={...}) Line 273 + 0x7 bytes C++ VCMI_client.exe!CAdvMapInt::tileHovered(const int3 & tile={...}) Line 1824 + 0x31 bytes C++ VCMI_client.exe!CTerrainRect::mouseMoved(const SDL_MouseMotionEvent & sEvent={...}) Line 511 C++ VCMI_client.exe!CGuiHandler::handleMoveInterested(const SDL_MouseMotionEvent & motion={...}) Line 318 + 0x8 bytes C++ VCMI_client.exe!CGuiHandler::handleMouseMotion(SDL_Event * sEvent=0x073d9808) Line 300 C++ VCMI_client.exe!CGuiHandler::handleEvent(SDL_Event * sEvent=0x071cbfd8) Line 180 + 0xd bytes C++ VCMI_client.exe!CGuiHandler::handleEvents() Line 143 C++ VCMI_client.exe!CPlayerInterface::update() Line 1286 C++ VCMI_client.exe!CGuiHandler::run() Line 346 C++ Out of bounds vector access? |
(0000932) Warmonger (administrator) 2010-06-02 17:20 edited on: 2010-06-02 18:20 |
I remember having problems with hover tooltip adressing nonexistent object, but thought I've fixed it completely. Let me take another look at it. |
(0000946) Warmonger (administrator) 2010-06-06 10:14 |
I learned that RoE maps do not support custom messages at all, so should be all randomized. However, when I set them to not custom by default, I'm getting degug assertion fail over and over. It happened also before at random on Seer Huts maps, but now I'm certain it's caused by some odd assertion / synchronization issues. |
(0001135) Warmonger (administrator) 2010-07-19 18:32 |
Fixed in r1672 |
(0002089) yupsi (developer) 2011-10-16 19:32 |
I've been tinkering at the related issue (http://bugs.vcmi.eu/view.php?id=427 [^]) and at some moment noticed hover text not updating and showing seer's name from the start. Even reproduced it before resolving that issue (even a seer's hut at RoE "All for one" map near the red castle will do). Did I break something or did the issue return? |
(0002092) Warmonger (administrator) 2011-10-18 11:29 |
Well, Seer's name should be displayed only after quest as activated. However, it seems I forgot to handle generic "Ser Hut' text, so feel free to fix that. In general, feel free to fix anything, as I'd rather implement new features than fix old bugs :P |
Issue History | |||
Date Modified | Username | Field | Change |
2010-06-01 20:35 | Zamolxis | New Issue | |
2010-06-01 20:35 | Zamolxis | File Added: 2010-06-01_08bSeer.jpg | |
2010-06-01 20:35 | Zamolxis | File Added: 2010-06-01_08bSeerCrash.jpg | |
2010-06-01 20:35 | Zamolxis | File Added: 2010-06-01_08bSeerCrash.7z | |
2010-06-01 21:12 | Zamolxis | Note Added: 0000915 | |
2010-06-01 21:14 | Zamolxis | Steps to Reproduce Updated | View Revisions |
2010-06-01 21:14 | Zamolxis | Steps to Reproduce Updated | View Revisions |
2010-06-02 06:26 | Warmonger | Status | new => assigned |
2010-06-02 06:26 | Warmonger | Assigned To | => Warmonger |
2010-06-02 06:27 | Warmonger | Note Added: 0000928 | |
2010-06-02 11:00 | Zamolxis | Note Added: 0000929 | |
2010-06-02 11:00 | Zamolxis | Status | assigned => feedback |
2010-06-02 12:20 | majaczek | Note Added: 0000930 | |
2010-06-02 16:11 | Tow | Note Added: 0000931 | |
2010-06-02 17:20 | Warmonger | Note Added: 0000932 | |
2010-06-02 17:20 | Warmonger | Note Edited: 0000932 | View Revisions |
2010-06-02 18:20 | Warmonger | Note Edited: 0000932 | View Revisions |
2010-06-03 06:26 | Warmonger | Relationship added | related to 0000427 |
2010-06-06 09:53 | Warmonger | Note Added: 0000944 | |
2010-06-06 09:53 | Warmonger | Status | feedback => resolved |
2010-06-06 09:53 | Warmonger | Fixed in Version | => 0.89 |
2010-06-06 09:53 | Warmonger | Resolution | open => fixed |
2010-06-06 09:58 | Warmonger | Note Added: 0000945 | |
2010-06-06 09:58 | Warmonger | Status | resolved => feedback |
2010-06-06 09:58 | Warmonger | Resolution | fixed => reopened |
2010-06-06 09:58 | Warmonger | Note Deleted: 0000944 | |
2010-06-06 09:58 | Warmonger | Note Deleted: 0000945 | |
2010-06-06 10:14 | Warmonger | Note Added: 0000946 | |
2010-06-19 19:11 | Warmonger | Relationship added | related to 0000506 |
2010-06-20 03:34 | Warmonger | Relationship deleted | related to 0000506 |
2010-07-19 18:32 | Warmonger | Note Added: 0001135 | |
2010-07-19 18:32 | Warmonger | Status | feedback => resolved |
2010-07-19 18:32 | Warmonger | Resolution | reopened => fixed |
2011-10-16 19:32 | yupsi | Note Added: 0002089 | |
2011-10-16 19:32 | yupsi | Status | resolved => feedback |
2011-10-16 19:32 | yupsi | Resolution | fixed => reopened |
2011-10-18 11:29 | Warmonger | Note Added: 0002092 | |
2011-10-19 07:12 | yupsi | Status | feedback => resolved |
2011-10-19 07:12 | yupsi | Resolution | reopened => fixed |
2014-05-30 17:40 | beegee | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |