MantisBT - VCMI
View Issue Details
0002075VCMIGUI - Otherpublic2015-02-14 03:232015-03-11 16:30
SXX 
AVS 
normalcrashalways
closedfixed 
0.97b 
0.97c 
0002075: Kingdom Overview: attempt to pick equipped combined artifact cause crash
In same time you can easily take combined artifact from backpack on this screen and equip it, but reverse cause crash.
0	CArtPlace::select	CArtifactHolder.cpp	279	0x6a73c4	
1	CArtPlace::clickLeft	CArtifactHolder.cpp	148	0x6a6800	
2	CGuiHandler::handleEvent	CGuiHandler.cpp	321	0x6722e4	
3	CGuiHandler::handleEvents	CGuiHandler.cpp	183	0x6716e1	
4	CPlayerInterface::update	CPlayerInterface.cpp	1599	0x942889	
5	CGuiHandler::__lambda4::operator()	CGuiHandler.cpp	417	0x672ae9	
6	std::_Function_handler<void(IUpdateable*), CGuiHandler::renderFrame()::__lambda4>::_M_invoke(const 
std::_Any_data &, IUpdateable *)	functional	2071	0x6739af	
7	std::function<void (IUpdateable*)>::operator()(IUpdateable*) const	functional	2464	0x679b5b	

8	CPlayerInterface::runLocked(std::function<void (IUpdateable*)>)	CPlayerInterface.cpp	1638	0x942b33	

9	CGuiHandler::renderFrame	CGuiHandler.cpp	431	0x672c17	
10	mainLoop	CMT.cpp	1197	0x904c2b	
11	main	CMT.cpp	485	0x8ff7d6	
No tags attached.
related to 0001309closed AVS Active artifacts are not picked up properly 
Issue History
2015-02-14 03:23SXXNew Issue
2015-02-14 11:37AVSStatusnew => confirmed
2015-02-14 12:19AVSAssigned To => AVS
2015-02-14 12:19AVSStatusconfirmed => assigned
2015-02-14 12:45AVSNote Added: 0005475
2015-02-14 12:54AVSNote Edited: 0005475bug_revision_view_page.php?bugnote_id=5475#r2823
2015-02-14 13:06AVSNote Added: 0005476
2015-02-14 13:16AVSNote Edited: 0005476bug_revision_view_page.php?bugnote_id=5476#r2825
2015-02-14 13:16AVSStatusassigned => resolved
2015-02-14 13:16AVSFixed in Version => 0.97c
2015-02-14 13:16AVSResolutionopen => fixed
2015-02-14 15:08SXXNote Added: 0005477
2015-02-14 15:09SXXNote Added: 0005478
2015-02-14 15:09SXXStatusresolved => closed
2015-03-11 16:30SXXRelationship addedrelated to 0001309

Notes
(0005475)
AVS   
2015-02-14 12:45   
(edited on: 2015-02-14 12:54)
The problem is misc5 artifact slot. I`ve fixed crash an will push fix soon. But need more work for complete fix

(0005476)
AVS   
2015-02-14 13:06   
(edited on: 2015-02-14 13:16)
Crash is fixed - no I`ll rework kingdom interface a bit. Catapult will be removed and misc5 slot will be added. But it is another issue)

(0005477)
SXX   
2015-02-14 15:08   
Confirm that crash is fixed.
(0005478)
SXX   
2015-02-14 15:09   
For anyone interested here is commit:
https://github.com/vcmi/vcmi/commit/c8a16bb324dd42e72aab1de0e2c7e4d557a17092 [^]