MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000762VCMIMechanics - Otherpublic2011-07-01 15:072014-05-30 17:40
ReporterWarmonger 
Assigned ToIvan 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version0.86Fixed in Version0.86 
Summary0000762: Crash at opening map with AI
DescriptionThe log:

Reading gamestate: 373
    Unpacking and handling defs: 31
    Preparing FoW, roads, rivers,borders: 60
    Making object rects: 17
Initing maphandler: 112
Establishing connection...
Found endpoints:
    0: 127.0.0.1:3030
Trying connection to 127.0.0.1:3030 (0)
Established connection with VCMI 0.85b (server)
Server opened savegame properly.
Sent info to server: 1126
Cannot open dynamic library (./AI/GeniusAI.dll.dll). Throwing...
Steps To ReproduceThe map & save in the attachment.
Additional InformationActually I was trying to reproduce 0000761, but these do not seem related according to log.
TagsNo tags attached.
Attached Filesrar file icon Bug762.rar [^] (85,006 bytes) 2011-07-01 15:07

- Relationships
has duplicate 0000770closedIvan loading a saved game failes 

-  Notes
(0001826)
Ivan (developer)
2011-07-01 16:49

>> GeniusAI.dll.dll
Can't find where this second extension comes from.
In CGameInterface.cpp, line 66:
#ifdef _WIN32
std::string getAIFileName(std::string input)
{
    return input + '.' + LIB_EXT;
}
#else
Replacing this with simple "return input" should fix it but I think that source of the problem is somewhere else.
(0001831)
Tow (developer)
2011-07-03 00:59

Is this still an issue? Trunk (as of r2226) works fine for me.
(0001855)
Warmonger (administrator)
2011-07-21 14:10

Well, it is. I added some quick conditional check for this one, but further investigation is needed.
(0001860)
Ivan (developer)
2011-07-22 23:37

Found it. Should be fixed in rev 2265

- Issue History
Date Modified Username Field Change
2011-07-01 15:07 Warmonger New Issue
2011-07-01 15:07 Warmonger File Added: Bug762.rar
2011-07-01 16:49 Ivan Note Added: 0001826
2011-07-03 00:59 Tow Note Added: 0001831
2011-07-21 14:10 Warmonger Note Added: 0001855
2011-07-22 23:24 Ivan Relationship added has duplicate 0000770
2011-07-22 23:37 Ivan Note Added: 0001860
2011-07-22 23:37 Ivan Status new => resolved
2011-07-22 23:37 Ivan Fixed in Version => 0.89
2011-07-22 23:37 Ivan Resolution open => fixed
2011-07-22 23:37 Ivan Assigned To => Ivan
2014-05-30 17:40 beegee Status resolved => closed

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean