Debug Texts
From World Wind Wiki
(Difference between revisions)
Revision as of 00:17, 24 March 2005 (edit) Engmike (Talk | contribs) ← 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) |
||
(3 intermediate revisions not shown.) | |||
Line 34: | Line 34: | ||
</pre> | </pre> | ||
*Fixed --[[User:Mashiharu|Mashiharu]] 05:35, 19 Feb 2005 (MST) | *Fixed --[[User:Mashiharu|Mashiharu]] 05:35, 19 Feb 2005 (MST) | ||
- | [[Category:Dev]] | + | |
+ | [[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.
- Fixed:--Mashiharu 04:04, 19 Feb 2005 (MST)
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
- Fixed --Mashiharu 05:35, 19 Feb 2005 (MST)