Elvas Tower: Error "Information: Loop VacRes - Carid AI101 - 4" - Elvas Tower

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Error "Information: Loop VacRes - Carid AI101 - 4" Rate Topic: -----

#1 User is offline   dforrest 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 977
  • Joined: 12-January 12
  • Gender:Male
  • Location:St. Vincent (formally UK)
  • Simulator:MSTS, Open Rails
  • Country:

Posted 10 January 2021 - 02:47 PM

Can anyone give me any information on this error? I am getting thousands of these when an activity on the Chiltern route which crashes (I am not exaggerating! The OR log file is 3,329,765 lines long!!

#2 User is offline   dforrest 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 977
  • Joined: 12-January 12
  • Gender:Male
  • Location:St. Vincent (formally UK)
  • Simulator:MSTS, Open Rails
  • Country:

Posted 11 January 2021 - 05:29 AM

Below are lines 3,329,719 and onward of the OpenRailsLog.txt file:


Quote

Information: Loop VacRes - Carid AI101 - 15

Information: Loop VacRes - Carid AI101 - 16

Information: Loop VacRes - Carid AI101 - 17

Information: Loop VacRes - Carid AI101 - 18

Information: Loop VacRes - Carid AI101 - 19

Information: Loop VacRes - Carid AI101 - 20

Information: Loop VacRes - Carid AI101 - 21

Information: Loop VacRes - Carid AI101 - 24

Information: Loop VacRes - Carid AI101 - 25

Information: Loop VacRes - Carid AI101 - 29

Information: Loop VacRes - Carid AI101 - 30

Information: Loop VacRes - Carid AI101 - 31

Information: Loop VacRes - Carid AI83 - 0

Information: Loop VacRes - Carid AI83 - 1

Error: System.IO.IOException: The process cannot access the file 'C:\Users\dforr\Desktop\OpenRailsLog.txt' because it is being used by another process.
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, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at Orts.Common.FileTeeLogger.Write(String value) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Common\ErrorLogger.cs:line 77
at System.IO.TextWriter.Write(Object value)
at System.IO.TextWriter.SyncTextWriter.Write(Object value)
at Orts.Common.ORTraceListener.TraceEventInternal(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Common\ErrorLogger.cs:line 177
at Orts.Common.ORTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Common\ErrorLogger.cs:line 122
at System.Diagnostics.TraceInternal.TraceEvent(TraceEventType eventType, Int32 id, String format, Object[] args)
at Orts.Simulation.RollingStocks.SubSystems.Brakes.MSTS.VacuumSinglePipe.Update(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\RollingStocks\SubSystems\Brakes\MSTS\VacuumSinglePipe.cs:line 476
at Orts.Simulation.RollingStocks.MSTSWagon.Update(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\RollingStocks\MSTSWagon.cs:line 1719
at Orts.Simulation.RollingStocks.MSTSLocomotive.Update(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\RollingStocks\MSTSLocomotive.cs:line 1719
at Orts.Simulation.RollingStocks.MSTSSteamLocomotive.Update(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\RollingStocks\MSTSSteamLocomotive.cs:line 1959
at Orts.Simulation.Physics.Train.physicsUpdate(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\Physics\Train.cs:line 1717
at Orts.Simulation.Physics.Train.Update(Single elapsedClockSeconds, Boolean auxiliaryUpdate) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\Physics\Train.cs:line 1601
at Orts.Simulation.AIs.AITrain.AIUpdate(Single elapsedClockSeconds, Double clockTime, Boolean preUpdate) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\AIs\AITrain.cs:line 676
at Orts.Simulation.AIs.AI.AIUpdate(Single elapsedClockSeconds, Boolean preUpdate) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\AIs\AI.cs:line 674
at Orts.Simulation.Simulator.Update(Single elapsedClockSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\Orts.Simulation\Simulation\Simulator.cs:line 735
at Orts.Viewer3D.Viewer.Update(RenderFrame frame, Single elapsedRealTime) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\RunActivity\Viewer3D\Viewer.cs:line 745
at Orts.Viewer3D.Processes.GameStateViewer3D.Update(RenderFrame frame, Double totalRealSeconds) in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\RunActivity\Viewer3D\Processes\GameStateViewer3D.cs:line 122
at Orts.Viewer3D.Processes.UpdaterProcess.Update() in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\RunActivity\Viewer3D\Processes\UpdaterProcess.cs:line 128
at Orts.Viewer3D.Processes.UpdaterProcess.DoUpdate() in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\RunActivity\Viewer3D\Processes\UpdaterProcess.cs:line 108
at Orts.Viewer3D.Processes.UpdaterProcess.UpdaterThread() in C:\Jenkins\jobs\Open Rails Unstable\workspace\Source\RunActivity\Viewer3D\Processes\UpdaterProcess.cs:line 74
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()


Information: Game.PopState()


#3 User is offline   steamer_ctn 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,888
  • Joined: 24-June 11
  • Gender:Male
  • Country:

Posted 11 January 2021 - 07:17 PM

 dforrest, on 11 January 2021 - 05:29 AM, said:

Information: Loop VacRes - Carid AI83 - 0

Apologies, it appears that I have left a "debug" statement in place.

It has now been removed, and the latest unstable version should now work correctly.

Can you please confirm?

#4 User is offline   dforrest 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 977
  • Joined: 12-January 12
  • Gender:Male
  • Location:St. Vincent (formally UK)
  • Simulator:MSTS, Open Rails
  • Country:

Posted 18 January 2021 - 03:04 PM

I am now getting very many (not millions this time!) "Information: vacuum loop" error messages. Has this a similar cause?

#5 User is offline   steamer_ctn 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,888
  • Joined: 24-June 11
  • Gender:Male
  • Country:

Posted 18 January 2021 - 09:02 PM

 dforrest, on 18 January 2021 - 03:04 PM, said:

I am now getting very many (not millions this time!) "Information: vacuum loop" error messages. Has this a similar cause?

Oops, yes, it was another debug message that I left in.

It should now be removed in the latest unstable version.

Thanks for pointing them out.

Page 1 of 1
  • 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