Anonymous | Login | 2024-11-21 08:43 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 | ||||
0002912 | VCMI | GUI - PreGame | public | 2018-03-08 05:26 | 2023-10-10 13:48 | ||||
Reporter | Povelitel | ||||||||
Assigned To | Povelitel | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 0.99 | ||||||||
Target Version | Fixed in Version | 1.next | |||||||
Summary | 0002912: looks like deserealization - can't loading saves | ||||||||
Description | Twisted saves on an autoSkip, and then crashed, began to load the last, does not load, checked everything - the same thing | ||||||||
Additional Information | BinaryDeserializer.cpp return size; > VCMI_lib.dll!CLoadFile::read(void * data, unsigned int size)Строка 32 C++ Символы загружены. [Внедренный фрейм] VCAI.dll!BinaryDeserializer::load(unsigned int &)Строка 194 C++ Символы загружены. VCAI.dll!BinaryDeserializer::load<CGObjectInstance const * __ptr64,0>(const CGObjectInstance * & data)Строка 288 C++ Символы загружены. VCAI.dll!BinaryDeserializer::load<CGObjectInstance const * __ptr64>(std::set<CGObjectInstance const *,std::less<CGObjectInstance const *>,std::allocator<CGObjectInstance const *> > & data)Строка 414 C++ Символы загружены. [Внедренный фрейм] VCAI.dll!BinaryDeserializer::operator&(std::set<CGObjectInstance const *,std::less<CGObjectInstance const *>,std::allocator<CGObjectInstance const *> > &)Строка 185 C++ Символы загружены. VCAI.dll!VCAI::serializeInternal<BinaryDeserializer>(BinaryDeserializer & h, const int version)Строка 402 C++ Символы загружены. VCAI.dll!VCAI::loadGame(BinaryDeserializer & h, const int version)Строка 704 C++ Символы загружены. VCMI_client.exe!CClient::serialize(BinaryDeserializer & h, const int version, const std::set<PlayerColor,std::less<PlayerColor>,std::allocator<PlayerColor> > & playerIDs)Строка 639 C++ Символы загружены. VCMI_client.exe!CClient::loadGame(const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & fname, const bool server, const std::vector<int,std::allocator<int> > & humanplayerindices, const int loadNumPlayers, int player_, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & ipaddr, const unsigned short port)Строка 355 C++ Символы загружены. VCMI_client.exe!startGame(StartInfo * options, CConnection * serv)Строка 1408 C++ Символы загружены. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | deserealization.rar [^] (1,314,621 bytes) 2018-03-08 05:26 Highland. Play two to three weeks on this map .h3m [^] (130,896 bytes) 2021-01-29 14:13 | ||||||||
Relationships | ||||||
|
Notes | |
(0007989) Povelitel (updater) 2021-01-29 14:14 |
Added a map where a bug with damage to saves appears very often. (It usually takes two weeks for it to occur) |
(0007990) MikeLodz (developer) 2021-01-30 10:06 |
Note copied from Slack: {Dmitry} 11:14 PM It's about std::set<const CGObjectInstance *> reservedObjs; //to be visited by specific hero deserialization from VCAI: h & reservedObjs; int CLoadFile::read(void * data, unsigned size) { sfile->read((char*)data,size);<-- crash return size; <-- size == 4 } There's a hope, that AI-department already fixed similar issue in the own branch and could clarify this situation ) (edited) |
(0008698) Povelitel (updater) 2023-09-17 09:00 |
Fixed long time ago |
(0008816) Povelitel (updater) 2023-10-10 13:48 |
no longer relevant |
Issue History | |||
Date Modified | Username | Field | Change |
2018-03-08 05:26 | Povelitel | New Issue | |
2018-03-08 05:26 | Povelitel | File Added: deserealization.rar | |
2018-03-20 21:46 | Povelitel | Additional Information Updated | View Revisions |
2018-03-20 21:50 | Povelitel | Summary | looks like deserealization => looks like deserealization - can't loading saves |
2018-03-31 11:49 | Povelitel | Relationship added | related to 0002942 |
2021-01-29 14:13 | Povelitel | File Added: Highland. Play two to three weeks on this map .h3m | |
2021-01-29 14:14 | Povelitel | Note Added: 0007989 | |
2021-01-30 10:06 | MikeLodz | Note Added: 0007990 | |
2023-09-17 09:00 | Povelitel | Note Added: 0008698 | |
2023-09-17 09:00 | Povelitel | Status | new => resolved |
2023-09-17 09:00 | Povelitel | Fixed in Version | => 1.next |
2023-09-17 09:00 | Povelitel | Resolution | open => fixed |
2023-09-17 09:00 | Povelitel | Assigned To | => Povelitel |
2023-10-10 13:48 | Povelitel | Note Added: 0008816 | |
2023-10-10 13:48 | Povelitel | Status | resolved => closed |
Copyright © 2000 - 2024 MantisBT Team |