• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Question On CTD on Aircraft

Devildog73

SOH Staff
Staff member
I built a mission whereby a Myrt is stalking a USN PB4Y2 Privateer.
When I spawn the Privateer the mission freezes and within a few seconds I CTD.

I substitute the stock B-24 and the mission flies fine.

I go to free flight and fly the Privateer from Guam to Okinawa just fine with changing views on a nice long 1200 mile flight.

For whatever reason, when I then put the Privateer back into a MB mission, as soon as I spawn it: CTD.

Any ideas??
 
crash_check or mroe likely lightstate

Hex numbers to chck the model. Replace all with 00 if found.

crash_check bytes = b4 ad ec 0e 24 17 c6 41 b9 77 d8 7a 4c 95 44 e8

lightstate bytes = 9D E9 F0 57 23 05 9C 4E BC B6 12 BB 2F E7 3F 06
 
crash_check or mroe likely lightstate

Hex numbers to chck the model. Replace all with 00 if found.

crash_check bytes = b4 ad ec 0e 24 17 c6 41 b9 77 d8 7a 4c 95 44 e8

lightstate bytes = 9D E9 F0 57 23 05 9C 4E BC B6 12 BB 2F E7 3F 06

Where do I find this information?
 
Hi Devildog73,

You need to open the MDL file with a HEX editor and search for those strings of bytes.

Hope this helps,
B24Guy
 
Allen, I am just a stupid redneck, So do not laugh at me.

Hex numbers to check the model. Replace all with 00 if found.

crash_check bytes = b4 ad ec 0e 24 17 c6 41 b9 77 d8 7a 4c 95 44 e8

lightstate bytes = 9D E9 F0 57 23 05 9C 4E BC B6 12 BB 2F E7 3F 06


So does that mean if I find a b4, replace with 00, then 9D replace with 00
meaning that I search each of the 32 above and replace them ?

Dave
 
Hi to every body.
Hi DD. If u need a hexeditor for this job :

Cheers
Mario
 

Attachments

  • HxDSetupEN.zip
    851.6 KB · Views: 0
Allen, I am just a stupid redneck, So do not laugh at me.

Hex numbers to check the model. Replace all with 00 if found.

crash_check bytes = b4 ad ec 0e 24 17 c6 41 b9 77 d8 7a 4c 95 44 e8

lightstate bytes = 9D E9 F0 57 23 05 9C 4E BC B6 12 BB 2F E7 3F 06


So does that mean if I find a b4, replace with 00, then 9D replace with 00
meaning that I search each of the 32 above and replace them ?

Dave

Hi No Dice,
The HEX editor should have a "search by hex bytes" function.
You want to enter all or most of the string of bytes in order to find the entry.
Then replace the bytes with 00 and save.
Of course you should backup the MDL in case.

Regards,
B24Guy
 
Back
Top