Elvas Tower: Invisible coaches after last Exp.-Release - Elvas Tower

Jump to content

  • 9 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Invisible coaches after last Exp.-Release Rate Topic: -----

#31 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 13 August 2014 - 12:09 PM

Thanks to Rob and the broken car, I was finally able to figure out the final piece of the puzzle. V2314 should fix the final issue of cars not showing up.

Edward K.

#32 User is offline   gpz 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,772
  • Joined: 27-October 12
  • Gender:Male
  • Location:Budapest
  • Simulator:OpenRails
  • Country:

Posted 13 August 2014 - 12:32 PM

Okay, but the new code
for (var i = 0; i <= Parts.Count; i++)
    if (Parts[i].iMatrix == w.BogieMatrix)
    {
        w.BogieIndex = i;
        break;
    }

would lead to an index out of range exception in Parts[i]. The correct "for" statement is:
for (var i = 0; i < Parts.Count; i++)

#33 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 13 August 2014 - 01:11 PM

You are correct. That was one change I forgot to revert back to the original test. V2315 corrects this.

After this, I really would like to know how MSTS handled this. You would think that a typical box car with two bogies and 4 axles would be the same internally when compared to other cars in the same category. Well guess what, they are not.

Edward K.

#34 User is online   James Ross 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 5,492
  • Joined: 30-June 10
  • Gender:Not Telling
  • Simulator:Open Rails
  • Country:

Posted 13 August 2014 - 01:12 PM

We should add tests for all this stuff. Edward, do you have the model hierarchies and expected wheel/bogie configurations from your testing?

#35 User is offline   Rogue 

  • Hostler
  • Group: Status: Active Member
  • Posts: 98
  • Joined: 19-May 14
  • Gender:Male
  • Simulator:MSTS and Open Rails
  • Country:

Posted 16 August 2014 - 12:29 AM

Hi everyone,

with the X2417-release the problem seems to be solved.
All the coaches appear again.

Thanks !

#36 User is offline   Fablok 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 401
  • Joined: 24-June 14
  • Gender:Male
  • Location:Chrzanów (Małopolska)
  • Simulator:Open Rails
  • Country:

Posted 16 August 2014 - 10:37 AM

In CP pack from SLI i have error. Cars from SLI_BNSF_OCEAN_INTERMODAL folder.

http://wstaw.org/m/2014/08/16/Nowy_obraz_mapy_bitowej.jpg

#37 User is offline   Fablok 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 401
  • Joined: 24-June 14
  • Gender:Male
  • Location:Chrzanów (Małopolska)
  • Simulator:Open Rails
  • Country:

Posted 18 August 2014 - 01:29 AM

Polish doubledeckers have also same problem. Log is clear in this case.

http://www.iv.pl/images/52584702273298962086.jpg

#38 User is offline   markus_GE 

  • Executive Vice President
  • PipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 4,862
  • Joined: 07-February 13
  • Gender:Male
  • Location:Leoben, Styria, Austria, Europe
  • Simulator:ORTS / MSTS
  • Country:

Posted 18 August 2014 - 05:00 AM

It seems as if your embedded image doesn´t work. Could you please check the link?

Cheers, Markus

#39 User is offline   Fablok 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 401
  • Joined: 24-June 14
  • Gender:Male
  • Location:Chrzanów (Małopolska)
  • Simulator:Open Rails
  • Country:

Posted 21 August 2014 - 04:13 AM

Have You found any solution to this problem dear Developers ?

#40 User is offline   ATW 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 641
  • Joined: 07-January 13
  • Gender:Male
  • Simulator:MSTS Open Rails
  • Country:

Posted 22 August 2014 - 11:39 AM

Looks like the same problem from about a year ago is back when a car doesn't have 2 or any bogies. Has developers been working on this problem as well?

  • 9 Pages +
  • « First
  • 2
  • 3
  • 4
  • 5
  • 6
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users