Track working in Dev but crashes in client...

DExtreme

Registered
I converted a track that worked in AC made by me to rfactor 2, I got it to work in Dev mode but when installing it and trying it in game it crashes at 79%.

I have searched the crash error, i found similars but not the solution.

Any ideas? I upload the trace. :)
 

Attachments

I'm not sure if this is the problem but could it be that you missed to pack the xSector2.gmt to the mas files?
I found this entry in your logs
Code:
 55.45s steward.cpp  9043: No sector 2 poly found
Another error could be the AIW file
Code:
 53.81s JNITrackInfo  104: getCurrentWaypointsForTrackSelect: Couldn't get number of waypoints from the AIW file!
 
Thanks for your answer, im working on it, I dont have the correct AIW file either the xSector2 made, now that I'm going to do it, I take advantage and put 4 sectors. I will tell you if it works. ;)
 
Thanks for your answer, im working on it, I dont have the correct AIW file either the xSector2 made, now that I'm going to do it, I take advantage and put 4 sectors. I will tell you if it works. ;)
Currently rFactor 2 supports only 3 Sectors and you have to use the below X Objects (and their proper Entries in the scn file of course).
xsector1.gmt
xsector2.gmt
xfinish.gmt
xpitin.gmt
xpitout.gmt
that are mandatory.
Check a scn file from a S397 DevMode Track, for the proper Entries.
If you try it with 4 Sectors, it probably will again not load.
And ensure, that the Normals of the Polys from the X Objects, point against the driving Direction of the Car.
 
The problem has solved creating the xsector2.gmt , I will continue designing the rest of the track, thanks for your help.
 
Back
Top