2025-07-25 03:53 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000491AIAIpublic2008-06-18 04:25
Reportervip 
Assigned To 
PrioritynormalSeveritycrashReproducibilityhave not tried
StatusclosedResolutionno change required 
Summary0000491: Incorrect AI dll
DescriptionGame exits with the message : Incoreect AI dll
AI/helper-libs/mmhandler.dll
TagsNo tags attached.
Attached Files
  • txt file icon infolog.txt (732 bytes) 2007-03-18 15:22 -
    Map: Battle Range.smf
    Mod: "XTA v8.1" from XTAPE.sd7
    You are missing an OpenGL extension needed to use shadowmaps (fragment_program_shadow)
    Number of damage types: 5
    Spring 0.74b3
    Player [generaal]Vip joined as 0
    AI/Bot-libs/AAI.dll has C++ interface
    GlobalAI1: land map detected
    GlobalAI1: New map-learning file created
    GlobalAI1: AAI loaded
    AI/Bot-libs/AAI.dll has C++ interface
    GlobalAI2: New map-learning file created
    GlobalAI2: AAI loaded
    AI/Bot-libs/AAI.dll has C++ interface
    GlobalAI3: New map-learning file created
    GlobalAI3: AAI loaded
    Group10: There are no mexes to upgrade
    Group10: Nothing to build
    Group11: Nothing to build
    Group13: Nothing to build
    Jeffy is being attacked
    Jeffy is being attacked
    
    txt file icon infolog.txt (732 bytes) 2007-03-18 15:22 +
  • patch file icon EconmyAI.patch (818 bytes) 2008-06-18 03:49 -
    --- spring_0.76b1/AI/Group/EconomyAI/Helper.cpp	2008-05-09 00:57:14.000000000 +0200
    +++ /home/vincenzo/stanzino/debian/spring/spring-0.76/spring_0.76b1/AI/Group/EconomyAI/Helper.cpp	2008-06-17 17:41:48.000000000 +0200
    @@ -1,5 +1,7 @@
     #include "StdAfx.h"
     #include "ExternalAI/IAICallback.h"
    +#include "Platform/FileSystem.h"
    +#include "Platform/SharedLib.h"
     #include "Sim/Units/UnitDef.h"
     #include "Helper.h"
     #include "GroupAI.h"
    @@ -386,11 +388,7 @@
     					continue;
     				}
     			}
    -#ifdef _WIN32
    -			metalMakerAIid = aicb->CreateGroup("AI/Helper-libs/MetalMakerAI.dll",99);
    -#else
    -			metalMakerAIid = aicb->CreateGroup("AI/Helper-libs/MetalMakerAI.so",99);
    -#endif
    +			metalMakerAIid = aicb->CreateGroup("/usr/lib/spring/AI/Helper-libs/MetalMakerAI.so",99);
     			aicb->AddUnitToGroup(unit,metalMakerAIid);
     		}
     	}
    
    patch file icon EconmyAI.patch (818 bytes) 2008-06-18 03:49 +

-Relationships
related to 0000957closedhoijui EconmyAI does not find MetalMakerAI dll 
+Relationships

-Notes

~0002341

hawk (reporter)

The following patch could help...

You must be able to edit the patch to make it point to where the dll lives.


View 0000957
+Notes

-Issue History
Date Modified Username Field Change
2007-03-18 15:22 vip New Issue
2007-03-18 15:22 vip File Added: infolog.txt
2008-06-18 03:49 hawk Note Added: 0002341
2008-06-18 03:49 hawk File Added: EconmyAI.patch
2008-06-18 04:24 Kloot Relationship added related to 0000957
2008-06-18 04:25 Kloot Status new => closed
2008-06-18 04:25 Kloot Resolution open => no change required
+Issue History