Jump to content

ERROR. Will find Another patch


Recommended Posts

How to avoid this error when the monster works at 100%?

(monster is in "monster"  and 100% OK in game.)

 

or

 

How to set the source to not save this error?

CRaceManager::RegisterRacePath : RACE[168] LOAD MSMFILE[d:/ymir work/monster/lemures_magic/lemures_magic.msm] ERROR. Will Find Another Path.

Link to comment
Share on other sites

  • 1 month later...

GameLib/RaceManager.cpp

Replace

    TraceError("CRaceManager::RegisterRacePath : RACE[%u] LOAD MSMFILE[%s] ERROR. Will Find Another Path.", dwRaceIndex, stMSMFileName.c_str())


with
//    TraceError("CRaceManager::RegisterRacePath : RACE[%u] LOAD MSMFILE[%s] ERROR. Will Find Another Path.", dwRaceIndex, stMSMFileName.c_str());

I suggest you to not hide TraceErrors and try to fix them!
           

  • Sad 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.