• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Cannot Confirm Runtime error at start up

Jason

Buccaneer
Storm Modder
I loaded yesterday's version and got the runtime twice in a row at stat up.
 

Attachments

  • system.log
    239 bytes · Views: 93
  • error.log
    64 bytes · Views: 103
must be somewhere on your side ... others dont experience this same problem...
 
must be somewhere on your side ... others dont experience this same problem...


Well I re installed it and will try again tomorrow. My time to test will be limited over the next three days I have family here and the holidays.
 
Indeed sounds like an installation problem of some kind. This claims an error here:
Code:
bool Island_isGotoEnableLocal(string sIslandID, string sLocatorID)
{
   ref PChar = GetMainCharacter();
   aref arIslandReloadLocator = FindIslandReloadLocator(sIslandID, sLocatorID);
   if (!Island_isReloadEnableGlobal(sIslandID))         return false; // PB
   if (!Island_isReloadEnableLocal(sIslandID, sLocatorID))     return false; // PB
   if (CheckCharacterItem(PChar, "map"+sIslandID))         return true;  // PB
   if (iRealismMode == 0 || !DISCOVER_SAIL_TO)           return true;  // PB <---------------------- HERE -------------------------
   if (!CheckAttribute(arIslandReloadLocator,"goto_enable"))   return true;
   return sti(arIslandReloadLocator.goto_enable);
}
That doesn't make much sense.

You have a compile.log file as well? Did you install the latest EXE? Any ZIPs along the way?
 
Back
Top