Track working in Dev but crashes in client...

Discussion in 'Track Modding' started by DExtreme, Mar 16, 2023.

  1. DExtreme

    DExtreme Registered

    Joined:
    Mar 16, 2023
    Messages:
    8
    Likes Received:
    4
    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. :)
     

    Attached Files:

  2. Felix Schendel

    Felix Schendel Registered

    Joined:
    May 31, 2014
    Messages:
    132
    Likes Received:
    83
    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!
     
  3. DExtreme

    DExtreme Registered

    Joined:
    Mar 16, 2023
    Messages:
    8
    Likes Received:
    4
    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. ;)
     
  4. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,008
    Likes Received:
    2,875
    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.
     
    DExtreme likes this.
  5. DExtreme

    DExtreme Registered

    Joined:
    Mar 16, 2023
    Messages:
    8
    Likes Received:
    4
    The problem has solved creating the xsector2.gmt , I will continue designing the rest of the track, thanks for your help.
     

Share This Page