Messiah 2 Posted February 20, 2006 created a new addon with a main LOD, geo and memory - stuck it ingame and worked fine. created some LOD's and it gets ingame (press preview) and it crashes - it happened before on the same model but i had put it down to a crap proxy and deleted the LOD rather than fix it. there's nothing expecially different with the LOD's - no compound animations, no model errors, no proxy out of line etc. Anyone got a list of possibilities? It basically gets to the 'get ready' screen and then the windows error reporting box comes up. Its strange as the addon worked prior to the LOD's being added, and all thats happened is some simplification (obviously) Share this post Link to post Share on other sites
Messiah 2 Posted February 20, 2006 hmmm... now after i delete the LOD's, flashpoint still crashes - its that old bugger of a problem that is: flashpoint works... untill you physically 'see' the object - i.e. you can go ingame, spin around and at the point where the vehicle would be drawn, it crashes... Share this post Link to post Share on other sites
wheres my rabbit ? 10 Posted February 20, 2006 could it not be texture dimensions or something like that ? that can cause crash ? or is that just on a server ? Share this post Link to post Share on other sites
Messiah 2 Posted February 21, 2006 server only - as my bulldozer doesnt load incorrect sized textures so its not that... think its a bad model somewhere - just need to remember that was added Share this post Link to post Share on other sites
jtec 0 Posted February 21, 2006 You tried just deleting and re-installing o2 Dan? Â Also if needed send the files over to me and i will see if i can load it up. Share this post Link to post Share on other sites
Messiah 2 Posted February 22, 2006 neah, not an O2 problem - just something with the model - requires deleting of objects and testing each time if i recall correctly Share this post Link to post Share on other sites
oyman 0 Posted February 22, 2006 last time I had this problem I just made a new config and it worked dont know if it will work for you Share this post Link to post Share on other sites
Messiah 2 Posted February 22, 2006 could try that if the model thing fails Share this post Link to post Share on other sites
csj 0 Posted February 22, 2006 Have you run a copy of this project through Binarize yet? It will normally find and list any faults/problems with the model. Share this post Link to post Share on other sites
Messiah 2 Posted February 22, 2006 a very good point Share this post Link to post Share on other sites
Ironsight 1 Posted March 15, 2006 OK I got the exact same problem with the cargo view of an APC. As soon as I switch to cargo view I get a CTD ingame. I ran it through binarize and didn't came up with any problems. Does anyone know a way to fix this? Share this post Link to post Share on other sites
beedee 0 Posted March 15, 2006 I've had exactly the same symptoms with an addon of mine. My addon worked fine before, but after some modifications in O2, OFP crashed to desktop whenever I switched views from the initial inside view to the outside view. I found out that I had deleted parts of the model mesh in LOD 0, (and what I think is important) >>which were part of natively game engine treated "Named Selections"<< (in my case levy/pravy predni); these parts of the mesh would work ingame just by their sheer presence. This deletion resulted in orphaned named selection entries in LOD 0 (containing no vertices) which might have led to the CTDs. In order to not have to go through the entire list of named selections and check whether it contains vertices or not, I created an empty view LOD ("999" for example), Strg+A-copied the entire mesh from the crappy LOD 0 and pasted it into LOD 999. This step eliminates the orphaned named selections effectively, as copying is performed on vertex basis and named selections are only properties of the respective (existing! ) vertices. I then deleted the old crappy LOD 0 and renamed LOD 999, which contained the cleaned model, to LOD 0 again. Hope this will work with your models too! If not, you might repeat this procedure for every LOD in the p3d file, including geometry and memory LODs too. (edit: linguistic cosmetics) Share this post Link to post Share on other sites
Ironsight 1 Posted March 15, 2006 It works again! Weird error though. Never seen anything like this.... BTW: Beedee, any chance of getting my hands on your Mirage F1 sometime soon? Share this post Link to post Share on other sites
beedee 0 Posted March 15, 2006 Hey Ironsight, better via PM. Share this post Link to post Share on other sites
Messiah 2 Posted March 16, 2006 hey guys, yeah i solved it the same way beedee said - it was caused by having named selections (which were also quoted in the config) that didnt exist model wise that caused the crash Share this post Link to post Share on other sites