Elvas Tower: MEP - F4 window crashes OR. - Elvas Tower

Jump to content

  • 4 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

MEP - F4 window crashes OR. Rate Topic: -----

#1 User is offline   copperpen 

  • Executive Vice President
  • Group: Status: Elite Member
  • Posts: 3,144
  • Joined: 08-August 05
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 02 March 2014 - 07:53 AM

One activity in the MEP, Mancs on Tour, starts with one AI consist unable to be placed. When the F4 key is pressed for the Track Monitor OR crashes to a grey screen with an error message. Activity starts in MSTS with no errors. Log attached.

Attached File(s)



#2 User is offline   dennisat 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 474
  • Joined: 16-February 13
  • Gender:Male
  • Simulator:Open Rails & MSTS
  • Country:

Posted 02 March 2014 - 11:29 AM

This happens on at least one other act (Butlins here we come) as well, but very late on. Turning off the track monitor keeps it going for a while but it sucuumbs in the end to a freeze. Before the failures the track monitor was showing Skegness 1600 miles - Hmm, a roundabout route! I'm trying to gather useful debugging info.

Dennis

#3 User is offline   dennisat 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 474
  • Joined: 16-February 13
  • Gender:Male
  • Simulator:Open Rails & MSTS
  • Country:

Posted 03 March 2014 - 11:41 AM

I've done some diagnosis and found the Track Monitor crash is cause by an invalid floating point number being generated for the distance to next station. I've so far tracked back to the "splitSection" method in signals.cs where I've put in a test and replace any bad floating point numbers with ?suitable? defaults and the problem is "cured". I'm still looking for the root cause because my patch merely dodges the problem. I suspect it's going to be something beyond my knowledge in the structure of the TDB. Probably an inconsistency that MSTS ignores.

The freeze that I'm getting is so similar to one I had with Briscard, that roeter tracked down, that I suspect it's going to be a very similar cause. However, tracking it down will probably be beyond me because my knowledge of the TDB structure is a bit sketchy.

Dennis

#4 User is offline   R H Steele 

  • Executive Vice President
  • PipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 3,457
  • Joined: 14-March 13
  • Gender:Male
  • Location:known universe
  • Simulator:Open Rails
  • Country:

Posted 03 March 2014 - 11:54 AM

I was going to purchase the MEP, but after reading this and other posts about difficulties that occur when running it in Open Rails, I may wait a while until more toubleshooting is done. It will be good when route developers start testing routes for Open Rails and MSTS. Should I go ahead and get the MEP? MEP was to be my first experience with British railways. I have read quite a bit, sounds very interesting and quite different from the North American long haul freight routes. Appreciate any advice.

#5 User is offline   copperpen 

  • Executive Vice President
  • Group: Status: Elite Member
  • Posts: 3,144
  • Joined: 08-August 05
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 03 March 2014 - 12:38 PM

I would go get it. Yes it has a few problems running in OR, but apart from this particular one, all are easily sorted out. 100 activities to run, a mix of express, semi-fast and local passenger, plus a mix of freight. It gives a good portrait of British Rail in the '70s. Most activities also have a good amount of AI as well.

#6 User is offline   roeter 

  • Vice President
  • Group: Status: Elite Member
  • Posts: 2,426
  • Joined: 25-October 11
  • Gender:Male
  • Country:

Posted 03 March 2014 - 12:49 PM

 dennisat, on 03 March 2014 - 11:41 AM, said:

I've done some diagnosis and found the Track Monitor crash is cause by an invalid floating point number being generated for the distance to next station. I've so far tracked back to the "splitSection" method in signals.cs where I've put in a test and replace any bad floating point numbers with ?suitable? defaults and the problem is "cured". I'm still looking for the root cause because my patch merely dodges the problem. I suspect it's going to be something beyond my knowledge in the structure of the TDB. Probably an inconsistency that MSTS ignores.

Dennis

Can you tell me which method etc. you have put this patch?
Perhaps I can look a bit deeper and put you on the road to the root of the problem.

Regards,
Rob Roeterdink

#7 User is offline   charliechan 

  • Hostler
  • Group: Status: Active Member
  • Posts: 51
  • Joined: 15-December 05
  • Gender:Male
  • Location:Northern Utah
  • Simulator:OR & RS2015
  • Country:

Posted 03 March 2014 - 12:55 PM

 R H Steele, on 03 March 2014 - 11:54 AM, said:

I was going to purchase the MEP, but after reading this and other posts about difficulties that occur when running it in Open Rails, I may wait a while until more toubleshooting is done. It will be good when route developers start testing routes for Open Rails and MSTS. Should I go ahead and get the MEP? MEP was to be my first experience with British railways. I have read quite a bit, sounds very interesting and quite different from the North American long haul freight routes. Appreciate any advice.


Good Morning:

I highly recommend the MEP. I have had a ball running the route. The route is very large and all the rolling stock is included on the CD, all very easy to install and has it own MiniRoute loader included. There have been a few activities that I have had to run using MSTS but for the most part have not had many problems.

Hope this helps.

Chandler

#8 User is offline   copperpen 

  • Executive Vice President
  • Group: Status: Elite Member
  • Posts: 3,144
  • Joined: 08-August 05
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 03 March 2014 - 01:27 PM

I am not sure my crash has the same cause. GetTrainInfo seems to be failing in this instance, possibly because OR cannot place train 23 and so fails on the total train count. The activity will run without the F4 window but without that, speed limits are invisible and signal aspects are not that easy to see.

#9 User is offline   dennisat 

  • Conductor
  • Group: Status: Contributing Member
  • Posts: 474
  • Joined: 16-February 13
  • Gender:Male
  • Simulator:Open Rails & MSTS
  • Country:

Posted 03 March 2014 - 02:03 PM

 copperpen, on 03 March 2014 - 01:27 PM, said:

I am not sure my crash has the same cause. GetTrainInfo seems to be failing in this instance, possibly because OR cannot place train 23 and so fails on the total train count. The activity will run without the F4 window but without that, speed limits are invisible and signal aspects are not that easy to see.


Looking at your log I'm certain your problem is the same as mine. You have to step further back and examine where GetTrainInfo is getting its data.

Dennis

#10 User is offline   copperpen 

  • Executive Vice President
  • Group: Status: Elite Member
  • Posts: 3,144
  • Joined: 08-August 05
  • Gender:Male
  • Simulator:MSTS & OR
  • Country:

Posted 03 March 2014 - 02:15 PM

Maybe, but this is right at the start of the activity, or any time after.

  • 4 Pages +
  • 1
  • 2
  • 3
  • 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