Crash Offsets
-
Okay thanks. It would have to be a vanilla issue if that were the case. I’m pretty sure I know what was doing it.
It’s my own personal mod so I am using some FX from the Disco mod, specifically a particle FX that they attach to some tradelane rings in nebulas. It replaces the lights with a particle FX, so 16 of them per ring. I added them to the first and last ring in each lane, and also added 12 of them to planetary docking rings.
I think what was happening, and why it was crashing at planets, is that with sometimes 3 tradelanes and a docking ring in that area, it was adding up to 50 or so of these particle FX and the game just can’t cope with it.
I thought it was fine when I used it in the past, but perhaps I was wrong about that, could have been one of the last things I was playing around with before I stopped a couple of years back.
-
0x001eea48 , this error happens on a Freelancer that uses the custom dll EquipmentModifications.dll. Exactly if you use total_projectiles_per_fire and time_between_multiple_projectiles keys on a missile weapon. If this weapon is firing a missile and you leave the system or go far enough for it to despawn before the missile explodes, the game crashes
-
@josbyte Do you have the modules for these crashes? I’m looking to do a pass and update the offsets page as I’ve been a bit behind, but can’t add any of the latest few you’ve listed unless I know which DLL these crashes occurred in!
-
@josbyte said in Crash Offsets:
0x001eea48 , this error happens on a Freelancer that uses the custom dll EquipmentModifications.dll. Exactly if you use total_projectiles_per_fire and time_between_multiple_projectiles keys on a missile weapon. If this weapon is firing a missile and you leave the system or go far enough for it to despawn before the missile explodes, the game crashes
I probably won’t add this one specifically. EquipmentModifications is being actively developed (and will soon be deprecated sompletely), so these offsets will probably not be consistent. The hook has been made for use with a specific mod, so you sort of use it at your own risk of crashing as well!
-
@IrateRedKite sorry i always forget
0x0007e244 -> Freelancer.exe
0x0005da50 -> Common.dll
0x00012f1e -> Shading.dll
0x000f7bf2 -> Content.dll
0x0005d9d4 -> Common.dll -
@josbyte Sorry for the delay getting these online! The wiki has now been updated with the new offsets.