Elvas Tower: Object reference not set to an instance of an object. - Elvas Tower

Jump to content

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

Object reference not set to an instance of an object. Rate Topic: -----

#1 User is offline   Genma Saotome 

  • Owner Emeritus and Admin
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 15,350
  • Joined: 11-January 04
  • Gender:Male
  • Location:United States
  • Simulator:Open Rails
  • Country:

Posted 02 April 2022 - 02:16 PM

Is there any way for an end user to track down whatever is missing?

Quote

Warning: System.NullReferenceException: Object reference not set to an instance of an object.
at ORTS.Common.SystemInfo.WriteEnvironment(TextWriter output) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\ORTS.Common\SystemInfo.cs:line 76
at ORTS.Common.SystemInfo.WriteSystemDetails(TextWriter output) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\ORTS.Common\SystemInfo.cs:line 35
at Orts.Viewer3D.Processes.GameStateRunActivity.InitLogging(UserSettings settings, String[] args, Boolean appendLog) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 773
at Orts.Viewer3D.Processes.GameStateRunActivity.InitLogging(UserSettings settings, String[] args) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 734
at Orts.Viewer3D.Processes.GameStateRunActivity.<>c__DisplayClass36_0.<Load>b__3() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 165
at Orts.Viewer3D.Processes.GameStateRunActivity.Load() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 208
at Orts.Viewer3D.Processes.LoaderProcess.Load() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 159
at Orts.Viewer3D.Processes.LoaderProcess.DoLoad() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 138
at Orts.Viewer3D.Processes.LoaderProcess.LoaderThread() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 109
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()



#2 User is offline   cjakeman 

  • Vice President
  • PipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 2,868
  • Joined: 03-May 11
  • Gender:Male
  • Location:Peterborough, UK
  • Simulator:Open Rails
  • Country:

Posted 03 April 2022 - 12:17 AM

View PostGenma Saotome, on 02 April 2022 - 02:16 PM, said:

Is there any way for an end user to track down whatever is missing?

There's only so much you can do without installing Visual Studio and debugging yourself. The source files for the Testing Version are easily accessible, but if you know enough to make sense of them, you probably have Visual Studio installed anyway.

SystemInfo.cs is on GitHub at https://github.com/o...n/SystemInfo.cs


The line numbers don't match up exactly as Line 76 contains just "{" but Line 75 is visiting each of the Video Controllers and Line 78 is writing the properties of their device drivers to the OpenRailsLog.txt logfile.

GitHub also provides a useful option (ironically called "Blame") which will identify who was the last person to change that part of the code.

I don't think there is anything "missing", just that your system doesn't make that information available. In which case the warning message is not appropriate and the code should be changed.

Can you provide the log file? Does the warning appear whatever route/activity you run?

#3 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 7,000
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 03 April 2022 - 02:22 AM

The slight difference in line numbers may be because the stack shown refers to an ORNYMG run. Nevertheless that code is practically identical with thaat of the official releases. Line 76 is a comment line in ORNYMG, while line 77 is the following one
                    output.WriteLine("Video      = {0} ({1:F1} GB RAM){2}", (string)display["Description"], (float?)(uint?)display["AdapterRAM"] / 1024 / 1024 / 1024, GetPnPDeviceDrivers(display));


#4 User is offline   Genma Saotome 

  • Owner Emeritus and Admin
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 15,350
  • Joined: 11-January 04
  • Gender:Male
  • Location:United States
  • Simulator:Open Rails
  • Country:

Posted 03 April 2022 - 10:03 AM

I've been having display problems of late (several posts in the Computers forum) so perhaps that is what is going on. I'll be busy for most of today but when I have some free time will see how repeatable this is.

#5 User is offline   cjakeman 

  • Vice President
  • PipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 2,868
  • Joined: 03-May 11
  • Gender:Male
  • Location:Peterborough, UK
  • Simulator:Open Rails
  • Country:

Posted 03 April 2022 - 10:06 AM

View PostGenma Saotome, on 03 April 2022 - 10:03 AM, said:

I've been having display problems of late (several posts in the Computers forum) so perhaps that is what is going on. I'll be busy for most of today but when I have some free time will see how repeatable this is.

Yes, I saw that other thread. I think an OpenRailsLog.txt file would still be helpful because the code is not giving a useful message.

#6 User is offline   Genma Saotome 

  • Owner Emeritus and Admin
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 15,350
  • Joined: 11-January 04
  • Gender:Male
  • Location:United States
  • Simulator:Open Rails
  • Country:

Posted 04 April 2022 - 10:11 AM

I got this one yesterday (will try other routes today):
This is a log file for Open Rails. Please include this file in bug reports.
--------------------------------------------------------------------------------
Date/time = 2022-04-03 9:08:42 PM (2022-04-04 04:08:42Z)
BIOS = BIOS Date: 09/03/14 23:07:15 Ver: 05.06.05 (American Megatrends Inc.)
Processor = Intel® Core™ i7-5820K CPU @ 3.30GHz (12 threads, 6 cores, 3.3 GHz) (CPU Internal L1 384 KB) (CPU Internal L2 1536 KB) (CPU Internal L3 15360 KB)
Memory = 15.9 GB


Warning: System.NullReferenceException: Object reference not set to an instance of an object.
at ORTS.Common.SystemInfo.WriteEnvironment(TextWriter output) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\ORTS.Common\SystemInfo.cs:line 76
at ORTS.Common.SystemInfo.WriteSystemDetails(TextWriter output) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\ORTS.Common\SystemInfo.cs:line 35
at Orts.Viewer3D.Processes.GameStateRunActivity.InitLogging(UserSettings settings, String[] args, Boolean appendLog) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 773
at Orts.Viewer3D.Processes.GameStateRunActivity.InitLogging(UserSettings settings, String[] args) in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 734
at Orts.Viewer3D.Processes.GameStateRunActivity.<>c__DisplayClass36_0.<Load>b__3() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 165
at Orts.Viewer3D.Processes.GameStateRunActivity.Load() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\GameStateRunActivity.cs:line 208
at Orts.Viewer3D.Processes.LoaderProcess.Load() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 159
at Orts.Viewer3D.Processes.LoaderProcess.DoLoad() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 138
at Orts.Viewer3D.Processes.LoaderProcess.LoaderThread() in F:\ADRIANA\Carlo\OR_Work\Git_ORTS_source_mio\Source\RunActivity\Viewer3D\Processes\LoaderProcess.cs:line 109
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()


Display = \\.\DISPLAY1 (3840 x 2160, 32-bit, primary, 0 x 0)
Display = \\.\DISPLAY2 (3840 x 2160, 32-bit, 3840 x 0)

Sound = USB Audio Device (usbaudio 6.1.7601.18208)
Sound = NVIDIA High Definition Audio (nvhda64v 1.3.38.60)
Sound = NVIDIA High Definition Audio (nvhda64v 1.3.38.60)
Sound = Realtek High Definition Audio (rtkvhd64 6.0.1.7195)
Sound = NVIDIA Virtual Audio Device (Wave Extensible) (WDM) (nvvad64v 4.39.0.0)
Disk = C: (Local Fixed Disk, NTFS, 465.5 GB, 93.6 GB free)
Disk = D: (Local Fixed Disk, NTFS, 931.5 GB, 184.1 GB free)
Disk = E: (Local Fixed Disk, NTFS, 1773.0 GB, 827.1 GB free)
Disk = F: (Local Fixed Disk, NTFS, 232.9 GB, 165.6 GB free)
Disk = G: (Local Fixed Disk, FAT32, 15.0 GB, 10.7 GB free)
Disk = H: (Local Fixed Disk, NTFS, 90.0 GB, 89.8 GB free)
Disk = M: (Network Connection, NTFS, 913.9 GB, 617.4 GB free)
Disk = P: (Network Connection, NTFS, 913.9 GB, 617.4 GB free)
Disk = R: (CD-ROM Disc, )
Disk = S: (Network Connection, NTFS, 2747.7 GB, 848.2 GB free)
OS = Microsoft Windows 7 Professional 64-bit (6.1.7601)
Runtimes = 2.0.50727 SP2 3.0 SP2 3.5 SP1 4 Client 4 Full 4.0 Client
Runtime = 4.0.30319.42000 (32bit)
--------------------------------------------------------------------------------
Version = NewYear MG (unofficial)-1.4-109 Rev. 113.
Build = 0.0.8032.22127 (2021-12-28 12:17:34Z)

Logfile = d:\users\dave\msts\open rails logs\Open Rails - NewYear MG (unofficial)-1.4-109 Rev. 113. - 2022-04-03 9.08.42 PM.txt
Executable = RunActivity32.exe
Argument = -start
Argument = -explorer
Argument = E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\PATHS\A.pat
Argument = E:\Bin\Open Rails - US Midwest 1930-1952\TRAINS\CONSISTS\3DTrains_FSkin_CNW.con
Argument = 15:00
Argument = 1
Argument = 0
--------------------------------------------------------------------------------
ActRandomizationLevel = 0
ActWeatherRandomizationLevel = 0
AdhesionFactor = (user set) 100
AdhesionFactorChange = (user set) 7
AdhesionMovingAverageFilterSize = 10
AdhesionProportionalToWeather = False
Alerter = False
AlerterDisableExternal = True
AntiAliasing = (user set) 2
AuxActionEnabled = False
AvatarURL = http://openrails.org...pport-logos.jpg
BrakePipeChargingRate = 21
BreakCouplers = (user set) True
Cab2DStretch = 0
CarVibratingLevel = (user set) 1
CircularSpeedGauge = False
ConditionalLoadOfDayOrNightTextures = (user set) True
CorrectQuestionableBrakingParams = (user set) True
CurveResistanceDependent = (user set) True
CurveSpeedDependent = (user set) True
DataLogger = False
DataLoggerSeparator = comma
DataLogMisc = (user set) True
DataLogPerformance = True
DataLogPhysics = False
DataLogSpeedUnits = route
DataLogStart = False
DataLogStationStops = False
DataLogSteamPerformance = False
DataLogTrainSpeed = False
DataLogTSContents = 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
DataLogTSInterval = 10
DayAmbientLight = (user set) 21
DebriefActivityEval = False
DebriefEvalFilename = OR-DebriefEval.txt
DebriefTTActivityEval = False
DisableTCSScripts = False
DistantMountains = True
DistantMountainsViewingDistance = (user set) 20000
DoubleWire = False
DynamicShadows = (user set) True
EnableWatchdog = True
ExternalSoundPassThruPercent = 50
FastFullScreenAltTab = False
FullScreen = False
GraduatedRelease = False
HotStart = True
IsModeActivity = True
Language =
Letterbox2DCab = False
LODBias = 0
LODViewingExtention = (user set) True
Logging = True
LoggingFilename = (user set) {0} - {1} - {4}.txt
LoggingPath = (user set) d:\users\dave\msts\open rails logs
Menu_Selection = (user set) E:\Bin\Open Rails - US Midwest 1930-1952, E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island, , , E:\Bin\Open Rails - US Midwest 1930-1952\TRAINS\CONSISTS\3DTrains_FSkin_CNW.con, E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\PATHS\A.pat, 15:00, 1, 0
ModelInstancing = (user set) True
MSTSBINSound = (user set) False
Multiplayer = False
Multiplayer_Host = 127.0.0.1
Multiplayer_Port = 30000
Multiplayer_UpdateInterval = 10
Multiplayer_User = Dave
MultiplayerClient = False
MultiplayerServer = False
NoDieselEngineStart = False
NoForcedRedAtStationStops = (user set) True
OpenDoorsInAITrains = False
OSDCarsState = 1
OSDLocationsState = (user set) 2
OverrideNonElectrifiedRoutes = (user set) True
PerformanceTuner = False
PerformanceTunerTarget = 60
PrecipitationBoxHeight = 100
PrecipitationBoxLength = 500
PrecipitationBoxWidth = 500
PreferDDSTexture = False
PressureUnit = (user set) PSI
Profiling = False
ProfilingFrameCount = 0
ProfilingTime = 0
ReduceMemory = False
ReplayPauseBeforeEnd = True
ReplayPauseBeforeEndS = 0
RetainersOnAllCars = False
RunAt32bit = True
SaveCommands = True
ScreenshotPath = D:\Users\Dave\My Pictures\Open Rails
ShadowAllShapes = (user set) True
ShadowMapBlur = True
ShadowMapCount = 4
ShadowMapDistance = 5000
ShadowMapResolution = 1024
ShowAvatar = False
ShowErrorDialogs = True
SignalLightGlow = (user set) True
SimpleControlPhysics = True
SoundDetailLevel = (user set) 0
SoundVolumePercent = (user set) 50
SpeedControl = True
SuperElevationGauge = 1435
SuperElevationMinLen = 50
SuppressConfirmations = False
SuppressShapeWarnings = True
TrackMonitorDisplayMode = 0
TTCreateTrainOnPoolUnderflow = True
TTOutputTimetableFullEvaluation = False
TTOutputTimetableTrainInfo = False
TTUseRestartDelays = True
TunnelResistanceDependent = (user set) True
Units = (user set) US
Use3DCab = True
UseAdvancedAdhesion = True
UseLocationPassingPaths = False
UseMSTSEnv = False
UseSuperElevation = 0
VerboseConfigurationMessages = False
VerticalSync = False
ViewDispatcher = False
ViewingDistance = (user set) 10000
ViewingFOV = 45
WebServer = False
WebServerPort = 2150
WindowGlass = False
WindowPosition_Activity = (user set) 0, 50
WindowPosition_CarOperations = 50, 50
WindowPosition_Compass = 50, 0
WindowPosition_ComposeMessage = (user set) 0, 50
WindowPosition_DriverAid = 100, 100
WindowPosition_Help = (user set) 39, 70
WindowPosition_HUDScroll = 75, 0
WindowPosition_MultiPlayer = (user set) 100, 10
WindowPosition_NextStation = 0, 100
WindowPosition_Quit = (user set) 36, 70
WindowPosition_Switch = (user set) 94, 50
WindowPosition_TrackMonitor = (user set) 97, 3
WindowPosition_TrainDpu = (user set) 57, 48
WindowPosition_TrainDriving = (user set) 36, 94
WindowPosition_TrainList = 100, 0
WindowPosition_TrainOperations = (user set) 0, 82
WindowSize = (user set) 7680x2160
WindResistanceDependent = False
Wire = (user set) False
WorldObjectDensity = (user set) 9
YoungestFailedToRestore = (user set) 4310
--------------------------------------------------------------------------------
Mode = explorer
Route = Goose Island
Path = A (E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\PATHS\A.pat)
Consist = 3DTrains_FSkin_CNW (E:\Bin\Open Rails - US Midwest 1930-1952\TRAINS\CONSISTS\3DTrains_FSkin_CNW.con)
Time = 15:00:00 (15:00)
Season = Summer (1)
Weather = Clear (0)
--------------------------------------------------------------------------------
Loading TRK TDB SIGCFG DAT ACT RDB CARSPAWN SIGSCR ssWWWWWWWWWWWWWW

Information: Cannot locate TCSection for platform 5

ENV SIGCFG SIGCFG TTYPE

Information: Allocation for 87,500 particles:

16,800,000 B RAM vertex data
2,100,000 B RAM index data (temporary)
16,800,000 B VRAM DynamicVertexBuffer
2,100,000 B VRAM IndexBuffer

TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

Warning: w-011540+014425.w scenery object 1 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\Sign_Diversey_Pkwy.s

SSWWWWWWWWWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: w-011539+014423.w scenery object 48 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\Sign_W_Ancona.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Information: Skipped unknown shader name Diffuse first seen in shape e:\bin\open rails - us midwest 1930-1952\routes\goose_island\shapes\gi_sprague_warner.s

Information: Skipped unknown lighting model index 0 first seen in shape e:\bin\open rails - us midwest 1930-1952\routes\goose_island\shapes\gi_sprague_warner.s

SS

Warning: Missing texture e:\bin\open rails - us midwest 1930-1952\routes\goose_island\textures\wp_window_036.ace replaced with default texture

SSSSSSSSSSSWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: w-011539+014424.w scenery object 367 with StaticFlags 00200180 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\Global\Shapes\gR_CI_Bs_2Lb_41x250m.s

SSSSSSSSSSSSSSSSSSSS

Warning: w-011539+014424.w scenery object 2004 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\New_066b_KB00_250m.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: w-011539+014424.w scenery object 3621 with StaticFlags 00030DF4 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\routes\Goose_Island\shapes\gR_CI_Bs_2Lb_21x250m.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSWWWWWWWWSSSS

Warning: w-011538+014422.w scenery object 2092 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\GI_Utilities_Bldg.S.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Information: Skipped unknown lighting model index 1 first seen in shape e:\bin\open rails - us midwest 1930-1952\routes\goose_island\shapes\gi_jackson_franklin.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: Missing texture e:\bin\open rails - us midwest 1930-1952\routes\goose_island\textures\floquil_grimy_black.ace replaced with default texture

SSSSSSSS

Warning: Missing texture e:\bin\open rails - us midwest 1930-1952\routes\goose_island\textures\wp_brick21_pavers.ace replaced with default texture

SSSSSSSSSS

Warning: Cannot parse the constant number ) in e:\bin\open rails - us midwest 1930-1952\routes\goose_island\shapes\gi_marquette_bldg.s:line 8251

Information: Skipped unknown shader name GlossMap first seen in shape e:\bin\open rails - us midwest 1930-1952\routes\goose_island\shapes\gi_marquette_bldg.s

SSSSSSSSSSSSSSSSSSSWSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: w-011538+014423.w scenery object 2901 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CA_Bs_1Lb_21x050m.s

Warning: w-011538+014423.w scenery object 2902 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CA_Bs_1Lb_21x050m.s

Warning: w-011538+014423.w scenery object 2906 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CA_Bs_1Lb_21x010m.s

Warning: w-011538+014423.w scenery object 2903 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CA_Cs_1Lb_21x050m.s

Warning: w-011538+014423.w scenery object 2904 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CA_Cs_1Lb_21x050m.s

Warning: w-011538+014423.w scenery object 2907 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\MR_CI_Bs_1Lb_21x010m.s

Warning: w-011538+014423.w scenery object 25 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\Sign_N_Halstead

Warning: w-011538+014423.w scenery object 87 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\Sign_N_Larribee.s

Warning: w-011538+014423.w scenery object 78 with StaticFlags 00000000 references non-existent E:\Bin\Open Rails - US Midwest 1930-1952\ROUTES\Goose_Island\Shapes\Sign_Orleans_St.s

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

Warning: Missing texture e:\bin\open rails - us midwest 1930-1952\routes\goose_island\textures\wp_brick76w.ace replaced with default texture

SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSWSSSWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWCSCSCS

Information: Game.ReplaceState(GameStateViewer3D) GameStateViewer3D

Loader: Time = 00:01:05.9728775 ms
Loader: Expected = 651,915,539 bytes
Loader: Actual = 681,727,795 bytes
Loader: Difference = 29,812,256 bytes (4.6 %)

TTTTTTTTTTTWWWWWWWWWWWTTTTTTTTTTTWWWWWWWWWWW
List of commands to replay saved


Information: Game.PopState()

#7 User is offline   cjakeman 

  • Vice President
  • PipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 2,868
  • Joined: 03-May 11
  • Gender:Male
  • Location:Peterborough, UK
  • Simulator:Open Rails
  • Country:

Posted 04 April 2022 - 10:43 AM

View PostGenma Saotome, on 04 April 2022 - 10:11 AM, said:

I got this one yesterday (will try other routes today):Memory = 15.9 GB


Warning: System.NullReferenceException: Object reference not set to an instance of an object.


Display = \\.\DISPLAY1 (3840 x 2160, 32-bit, primary, 0 x 0)

Thanks for this, Dave. It confirms that the code is tripping up where you would expect an output line between Memory and Display something like:

Video = Intel® Iris® Graphics 550 (1.0 GB RAM) (igdkmd64 23.20.16.4973)


I wonder if OR is trying to read data which is not made available by your

OS = Microsoft Windows 7 Professional 64-bit (6.1.7601)


Even if that is the case, OR should not report a warning but merely something like:

Video = no details available


I have a 64-bit Windows PC that someone was throwing out (it gives FPS in single figures !). If no one else gets there first, I'll use that to see if I can reproduce and then fix the message.

#8 User is offline   engmod 

  • Open Rails Developer
  • PipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 1,774
  • Joined: 26-February 08
  • Gender:Male
  • Location:Eltham, Victoria, Australia
  • Simulator:ORNYMG
  • Country:

Posted 04 April 2022 - 01:47 PM

Hi Dave,

MG 113 is quite old, can you try with the latest 121 please?

#9 User is offline   Genma Saotome 

  • Owner Emeritus and Admin
  • PipPipPipPipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 15,350
  • Joined: 11-January 04
  • Gender:Male
  • Location:United States
  • Simulator:Open Rails
  • Country:

Posted 24 April 2022 - 08:16 PM

View Postengmod, on 04 April 2022 - 01:47 PM, said:

Hi Dave,

MG 113 is quite old, can you try with the latest 121 please?


Finally got around to doing an update and yes, the error went away.

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