Server crash - content.dll 000c458f
-
i think Moonhead has a fair point, seems very likely that distances from dockable objects get too large.
would be interesting to know what scale cata123 used.
also, there might be a way to get around this issue with some hacks.
like this one:
25000000f in content.dll, 0x???, 0x1195D4 = square of the distance from the end of the patrol_path to the object over which patrol_path NPCs won’t dock with it (so far tested only with jumpgates; raising this may prevent PP crashes?) ~Vital -
Moonhead wrote:
Vanilla systems are not always perfect. Sometimes patrol paths do not entirely touch; sometimes trade lane traffic zones do not precisely match the actual tradelane; things like that.
I you enlarge a system, you blow up these imperfections too. This might cause them to get big enough to give the game a hard time (which doesn’t necessary mean a crash - but it might make the game less stable, and that might catalyze a crash).
Sounds like an excellent candidate for a crash. If the patrol paths are disjoint you’ll experience crashes.
You could always go through your system before doing this and comment out all encounters - patrol paths, encounters in zones, tradelane traffic and the like.
If you still crash, you’ll know it is not related to this. If you don’t, you’ve found your likely cause.
An easy and simple way to start tracking down the errors
-
wow 1 day and alot of replies , thanks guys .
The target system is Iw04 - cortez with 210% resize.
I found the crash offsets topic and i saw the 000c458f crash its very common. I used some patch from adoxa - content-000c458f.dll that identifies what causes the crash and i found problem is path = 2809742538 . Editing and adjusting all paths in FL mod studio didn
t solved nothing , still same hash code path problem .
Now searching in all hash codes i didnt found what zone / patch / archetype or any entity with this name . Now i`m using a temporary patch with some register tweak in hex edit found in that topic . -
cata123 wrote:
wow 1 day and alot of replies , thanks guys .
The target system is Iw04 - cortez with 210% resize.
I found the crash offsets topic and i saw the 000c458f crash its very common. I used some patch from adoxa - content-000c458f.dll that identifies what causes the crash and i found problem is path = 2809742538 . Editing and adjusting all paths in FL mod studio didn
t solved nothing , still same hash code path problem .
Now searching in all hash codes i didnt found what zone / patch / archetype or any entity with this name . Now i`m using a temporary patch with some register tweak in hex edit found in that topic .Did you try commenting out all encounters of the system? I wrote a large thread once about identifying crashes, including when you are entering a trade lane…
-
thank you , adoxa how i obtain hashes.dat ?
@chips maybe but i really hate the starport search engine ; always when i search for something i have to look over and over on all posts . Anyway FL mod studio doesent have tab for comment , so it
s automatically removed when saving system, i wanted to add to options right today but if you say it makes trouble then i let this way. -
cata123 wrote:
thank you , adoxa how i obtain hashes.dat ?
@chips maybe but i really hate the starport search engine ; always when i search for something i have to look over and over on all posts . Anyway FL mod studio doesent have tab for comment , so it
s automatically removed when saving system, i wanted to add to options right today but if you say it makes trouble then i let this way.Now I remember why I went to the archive site
That’s the thread, essentially (from memory) it will be an encounter that is causing your issue. Obviously this cannot be 100% certain, but I’d be 70% sure, especially if you changed nothing but the resize (however, I do not know how resize is handled). You can also crash trying to dock with a tradelane if the ring numbering is messed up. However, the fact the crash offset appears many times in various posts indicates that it’s a common cause throughout, and I’d pin money on encounters.
I’d urge you to drop the mod studio tool if it doesn’t allow for comments, and do it by hand using something like notepad++. You may find the solution nice and quickly, and may be able to remove the offending patrol path (if it is that, but it may have continuations on the other side of jumphole/gate and I don’t know how that is handled, so urge some caution).
The linked thread shows how to do this, although you may be able to just comment out the lines beginning with:
encounter = ```to
;encounter =
A quick find and replace of the first with the second should do it ;) To remove afterwards, just find and replace all ; (if there were no commented out lines, or comments added, to the file - otherwise this may cause issues). I should say, it's not an exact science - just a collection of issues i stumbled upon as I progressed :D
-
@@Startrader&Nexose
In my case i have constant difference between client and server and temporary healing solution is…
… neutral reputation between NPC factions and patch from Adoxa.So at the moment all stable
-
“neutral reputation between factions” … sounds boring , where is the drums and bangs when you stay and watch the fights between factions .
During testing on server always i saw some battles between ships and time to time you hear ships chatting (sometimes chatting alone :)) ), thes some screams “aaaaaaaaa” and boom a ship blows up , always makes me laugh, the battle sometimes is about 3-5k and you can see only some parts from lasers and engines .
Anyway, not just players interactions colours the server, but those altercations between factions are interesting. -
I used to like waiting in ambush by a pirate jumphole, blow them all, and pick up the loot with a pal with a big freighter. When we got better at it we had two shooting them up and several pals ferrying to sell.
Got fed up after about 20 days! lol
-
@cata123 i do not see other exit from this problem yet (in my case it is server-side modding), anyway NPCs tax others NPCs and shoot each other when answer on tax is negative
-
The problem seem to dissapear (no error message found) i don
t know for how long , but only in cortez system i had , i tweaked a little bounty hunters paths and the rest and now seems ok . Even in new london resized i didn
t had errors like in cortez , where are about 50 paths to adjust , so was server side problem yes.
Haha very funny setting on your server Helloween , the big boss liberty corporation taxes all factions , and if they don`t pay kboom blast off . =)) -
Not tried yet, but this may fix content.dll 000c458f crashes:
content.dll 11BCF4 -0.6f = hostile docking reputation ~adoxa
-
Tried: Hostile Docking Reputation patch fixes the crash