• 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!

Solved potc build 14 beta 2.1

Do you have any error logs?

See this post - item # 5 - for how to set up error logging --->>>http://piratesahoy.net/threads/frequently-asked-questions.14915/#post-352879
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: seadogs.c; line: 782
Save - ARef to non existing attributes branch
 
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: seadogs.c; line: 782
Save - ARef to non existing attributes branch
also
Scanning modules\
Loading modules...
Loaded 0
Reset...
Initializing CORE...
Creating atoms space: 128
done
initializing complete
Initializing DirectX 8
Techniques: 9 shaders compiled.
Techniques: 180 techniques compiled.
Techniques: compiled by 50688216 ticks.
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Release
Undefined error
Bad rope data for rope: (rope num = 131) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 357778556
Bad rope data for rope: (rope num = 130) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 357778556
Bad rope data for rope: (rope num = 69) (begin group=0, end group=0)
Begin pointer = 0? end pointer = 357802676
Bad rope data for rope: (rope num = 70) (begin group=0, end group=0)
Begin pointer = 0? end pointer = 357802676
Bad rope data for rope: (rope num = 766) (begin group=-1, end group=0)
Begin pointer = 357831388? end pointer = 0
Bad rope data for rope: (rope num = 56) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 280671316
Bad rope data for rope: (rope num = 86) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358506876
Bad rope data for rope: (rope num = 59) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 280582700
Bad rope data for rope: (rope num = 66) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 280596148
Bad rope data for rope: (rope num = 67) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 280596148
Bad rope data for rope: (rope num = 64) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358486228
Bad rope data for rope: (rope num = 65) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358486228
Bad rope data for rope: (rope num = 13) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358490740
Bad rope data for rope: (rope num = 87) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358506876
Bad rope data for rope: (rope num = 80) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358511300
Bad rope data for rope: (rope num = 81) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358511300
Bad rope data for rope: (rope num = 14) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 358515812
Bad rope data for rope: (rope num = 5) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 359332932
Bad rope data for rope: (rope num = 4) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 359332932
Bad rope data for rope: (rope num = 5) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 420157244
Bad rope data for rope: (rope num = 4) (begin group=0, end group=-1)
Begin pointer = 0? end pointer = 420157244
Can't load texture resource\textures\SHIPS\SIB_STUFF COPY.TGA.tx
Release
Undefined error
Island Set
 
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: utils.c; line: 2293
Invalid range
RUNTIME ERROR - file: seadogs.c; line: 782
Save - ARef to non existing attributes branch


HAve you tried at some time to save while you are on the World Map ? -- there seems to be a problem wilt that.

from Utils.c file line 2293

while (SendMessage(&GameInterface, "llee", MSG_INTERFACE_SAVE_FILE_FIND, j, &saveName, &fSize) != 0) {
if (HasSubStr(saveName, "_options")) {
j++;
continue;
}
string profile = "";
if (strcut(saveName, 0, 1) == "-=") {
int epos = findSubStr(saveName, "=", 3);
if (epos >= 0) profile = strcut(saveName, 2, epos - 1);
}
if (profile != "") {
int pnum = FindProfile(storyline, profile);
string p;
if (pnum < 0) {
CreateProfile(storyline, profile);
pnum = 1;
}
}
j++;
}


from seadogs.c file - line 782

void OnSave()
{
Set_inDialog_Attributes();//MAXIMUS: VERY strange, but it's needed
seadogs_saveFrom = "";
if (IsEntity(&worldMap)) {
seadogs_saveFrom = "world map"; //Was "seadogs_sav From" ccc mar20
return;
}
if (bSeaActive) {
seadogs_saveFrom = "sea";
SaveAtSea();
return;
}
int ldLoc = FindLoadedLocation();
if (ldLoc < 0 || ldLoc >= nLocationsNum) {
trace("OnSave() -> unknown character location");
return;
}
seadogs_saveFrom = "location";
SendMessage(&Locations[ldLoc], "l", MSG_LOCATION_SETCHRPOSITIONS);
LAi_group_SaveInfo();
PostEvent("SeaDogs_ClearSaveData", 200, "a", &Locations[ldLoc]);
}


I suggest if you have a world Map save try deleting it, and go back to a save you did before that save and see if that works.


:read
 
Is that what that means? It's all Chinese to me.

I did not know one could save while on the world map. I thought one had to be in the game, so I always drop back to direct sail and then save.
 
That seadogs save error is VERY common. Pretty much always has been too. Never noticed any ill effects from it though.
 
Back
Top