Debug Texts

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:55, 18 February 2005 (edit)
Llynix (Talk | contribs)
(one of my debug texts.. might add more if I see them..)
← Previous diff
Current revision (19:04, 28 June 2006) (edit) (undo)
Mkpl (Talk | contribs)
m (Reverted edit of 203.163.231.250, changed back to last version by Nosilleg)
 
(6 intermediate revisions not shown.)
Line 19: Line 19:
Was zipping back and forth along the new icon bar.. real fast like.. WW froze after a sec.. think it's related to this. Was zipping back and forth along the new icon bar.. real fast like.. WW froze after a sec.. think it's related to this.
 +
 +*Fixed:--[[User:Mashiharu|Mashiharu]] 04:04, 19 Feb 2005 (MST)
 +
 +<pre>
 +System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
 + at System.IO.__Error.EndOfFile()
 + at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
 + at System.IO.BinaryReader.ReadInt16()
 + at WorldWindow.TerrainTileInfo.GetElevationAt(Double lat, Double lon) in C:\WorldWind\PluginSDK\TerrainTileService.cs:line 222
 + at WorldWindow.TerrainAccessor.GetElevationAt(Double lat, Double lon, Double targetSamplesPerDegree) in C:\WorldWind\PluginSDK\TerrainAccessor.cs:line 103
 + at WorldWindow.TerrainAccessor.GetElevationAt(Double lat, Double lon) in C:\WorldWind\PluginSDK\TerrainAccessor.cs:line 372
 + at WorldWindow.World.Update(DrawArgs drawArgs) in C:\WorldWind\PluginSDK\World.cs:line 465
 + at WorldWindow.WorldWindow.WorkerThreadFunc() in C:\WorldWind\WorldWindow\WorldWindow.cs:line 667
 +</pre>
 +*Fixed --[[User:Mashiharu|Mashiharu]] 05:35, 19 Feb 2005 (MST)
 +
 +[[Category:Deprecated Pages]]

Current revision

System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.DirectX.Direct3D.Font.Dispose()
   at WorldWindow.DrawArgs.Dispose()
   at WorldWindow.WorldWindow.Dispose(Boolean disposing)
   at System.ComponentModel.Component.Dispose()
   at System.Windows.Forms.Control.Dispose(Boolean disposing)
   at System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
   at System.Windows.Forms.Form.Dispose(Boolean disposing)
   at WorldWind.WorldWind.Dispose(Boolean disposing)
   at System.ComponentModel.Component.Dispose()
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at WorldWind.WorldWind.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Was zipping back and forth along the new icon bar.. real fast like.. WW froze after a sec.. think it's related to this.

System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
   at System.IO.__Error.EndOfFile()
   at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
   at System.IO.BinaryReader.ReadInt16()
   at WorldWindow.TerrainTileInfo.GetElevationAt(Double lat, Double lon) in C:\WorldWind\PluginSDK\TerrainTileService.cs:line 222
   at WorldWindow.TerrainAccessor.GetElevationAt(Double lat, Double lon, Double targetSamplesPerDegree) in C:\WorldWind\PluginSDK\TerrainAccessor.cs:line 103
   at WorldWindow.TerrainAccessor.GetElevationAt(Double lat, Double lon) in C:\WorldWind\PluginSDK\TerrainAccessor.cs:line 372
   at WorldWindow.World.Update(DrawArgs drawArgs) in C:\WorldWind\PluginSDK\World.cs:line 465
   at WorldWindow.WorldWindow.WorkerThreadFunc() in C:\WorldWind\WorldWindow\WorldWindow.cs:line 667
Personal tools