Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: New SLI AMTK PHIV Skin will NOT work

  1. #1
    Join Date
    Oct 2006
    Location
    Kannapolis, NC, USA.
    Posts
    1,698

    Default New SLI AMTK PHIV Skin will NOT work

    I tried the cab fix, still tells me it can't find the locomotive in activity... EVERYTHING In the .eng and .con points to 'AMT_P42DC_184H'. The Name, Wagon sections, the .eng file itself, the name in the .con files... I'm pulling my hair out here. What's going on!?

  2. #2

    Default

    Maybe folder in a folder? When I unzipped, the folder on top was "amtkheritage184", inside that was "AMTK_P42DC_Heritage184"

  3. #3
    Join Date
    Oct 2006
    Location
    Kannapolis, NC, USA.
    Posts
    1,698

    Default

    No, I made sure I only copied the 'AMTK_P42DC_Herigate184' folder.

  4. #4
    Join Date
    Jan 2007
    Location
    Just south of NYC
    Posts
    1,023

    Default

    Sorry for your struggles. Is that the only error the OR log file reports relative to this content? Have you tried a simple consist with only the ENG to load?
    Chrisvw
    "It's what you learn after you know it all that counts." John Wooden

  5. #5
    Join Date
    Nov 1999
    Location
    Huntsville, AL, USA.
    Posts
    2,849

    Default

    Have you checked to insure that the player srv file consist name is exactly the same as the player consist file name? And that the lead ENG filename and folder listed in the CON file matches the ENG filename and folder name. Remember that DASH9 does not match Dash9.
    Charles
    ConBuilder Beta Tester

  6. #6
    Join Date
    Oct 2006
    Location
    Kannapolis, NC, USA.
    Posts
    1,698

    Default

    Chris, yes I have. It just, does that.

    Charles; yeah I did. It's an explore route activity, though I did ensure all caps are correct.

  7. #7

    Default

    Jeremy, open the .SD file and make sure it matches the shape file name, and that both match the name in the .eng file.
    The files I have are different.

  8. #8
    Join Date
    Nov 1999
    Location
    Huntsville, AL, USA.
    Posts
    2,849

    Default

    Quote Originally Posted by clackamas View Post
    Jeremy, open the .SD file and make sure it matches the shape file name, and that both match the name in the .eng file.
    The files I have are different.
    Yes Testing with ConBuilder gives an SD file error message.
    Charles
    ConBuilder Beta Tester

  9. #9
    Join Date
    Oct 2006
    Location
    Kannapolis, NC, USA.
    Posts
    1,698

    Default

    Fixed the .sd so it points to the correct shape file...Now it gives me THIS error:


    Loading TRK TDB SIGCFG DAT ACT RDB CARSPAWN

    Information: F:\Train Simulator\trains\trainset\AMT_P42DC_Heritage184\AM T_P42DC_184H.eng

    Error: System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\Train Simulator\trains\trainset\AMT_P42DC_Heritage184\AM T_P42DC_184H.eng'.
    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
    at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
    at System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks)
    at MSTS.STFReader..ctor(String filename, Boolean useTree)
    at ORTS.RollingStock.GenericWAGFile.WagFile(String filenamewithpath)
    at ORTS.RollingStock.GenericWAGFile..ctor(String filenamewithpath)
    at ORTS.RollingStock.SharedGenericWAGFileManager.Get( String path)
    at ORTS.RollingStock.Load(Simulator simulator, String wagFilePath, TrainCar previousCar)
    at ORTS.Simulator.InitializePlayerTrain()
    at ORTS.ORTraceListener.TraceEventInternal(TraceEvent Cache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at ORTS.ORTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.TraceInternal.TraceEvent(TraceE ventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.Trace.TraceError(String format, Object[] args)
    at ORTS.ORTraceListener.WriteLine(Object o)
    at System.Diagnostics.TraceInternal.WriteLine(Object value)
    at System.Diagnostics.Trace.WriteLine(Object value)
    at ORTS.Simulator.InitializePlayerTrain()
    at ORTS.Simulator.InitializeTrains()
    at ORTS.Simulator.Start()
    at ORTS.Program.<>c__DisplayClass8.<Start>b__7()
    at ORTS.Program.Start(UserSettings settings, String[] args)
    at ORTS.Program.Main(String[] args)


    Information: OpenAL using device DirectSound

    ENV SIGCFG TTYPE

    Error: System.IO.InvalidDataException: Can't find player locomotive in activity
    at ORTS.Simulator.InitialPlayerLocomotive()
    at ORTS.Viewer3D.Initialize(RenderProcess renderProcess)
    at ORTS.RenderProcess.Initialize()
    at Microsoft.Xna.Framework.Game.Run()
    at ORTS.Viewer3D.Run()
    at ORTS.Program.<>c__DisplayClass8.<Start>b__7()
    at ORTS.Program.Start(UserSettings settings, String[] args)
    at ORTS.ORTraceListener.TraceEventInternal(TraceEvent Cache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at ORTS.ORTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.TraceInternal.TraceEvent(TraceE ventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.Trace.TraceError(String format, Object[] args)
    at ORTS.ORTraceListener.WriteLine(Object o)
    at System.Diagnostics.TraceInternal.WriteLine(Object value)
    at System.Diagnostics.Trace.WriteLine(Object value)
    at ORTS.Program.Start(UserSettings settings, String[] args)
    at ORTS.Program.Main(String[] args)
    Last edited by Komachi; 06-19-2012 at 06:03 AM.

  10. #10
    Join Date
    Oct 2006
    Location
    Kannapolis, NC, USA.
    Posts
    1,698

    Default

    SOmething odd I notice is 'AM T_P42DC_184H.eng' note the space... There's no space in the .con file. What the heck OR?

    If I Try and 'Roll with the punches' and just make one that's 'AM T_P42DCetc' then I get this

    Error: System.ArgumentException: The path is not of a legal form.
    at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
    at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
    at System.IO.Path.GetDirectoryName(String path)
    at ORTS.Simulator..ctor(UserSettings settings, String activityPath)
    at ORTS.Program.InitSimulator(UserSettings settings, String[] args, String mode)
    at ORTS.Program.InitSimulator(UserSettings settings, String[] args)
    at ORTS.Program.<>c__DisplayClass8.<Start>b__7()
    at ORTS.Program.Start(UserSettings settings, String[] args)
    at ORTS.ORTraceListener.TraceEventInternal(TraceEvent Cache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at ORTS.ORTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.TraceInternal.TraceEvent(TraceE ventType eventType, Int32 id, String format, Object[] args)
    at System.Diagnostics.Trace.TraceError(String format, Object[] args)
    at ORTS.ORTraceListener.WriteLine(Object o)
    at System.Diagnostics.TraceInternal.WriteLine(Object value)
    at System.Diagnostics.Trace.WriteLine(Object value)
    at ORTS.Program.Start(UserSettings settings, String[] args)
    at ORTS.Program.Main(String[] args)
    Last edited by Komachi; 06-19-2012 at 06:07 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •