- Jun 17, 2007
- 550
- 3
- 105
Any ideas how to resolve it? Issue seems limited to clients using the Crystal files (Apoc, LoF)
does LoF also cause you the same issues?? are they less often, just as often or just as often??
Any ideas how to resolve it? Issue seems limited to clients using the Crystal files (Apoc, LoF)
does LoF also cause you the same issues?? are they less often, just as often or just as often??
[02/10/2018 19:52:34] System.NullReferenceException: Object reference not set to an instance of an object. at ﺘ쟀첶漉零.譖쇼茖䋓ྷ䴡(Object 퇲讀羍覨ᕭᑈ, EventArgs 왐엘뷬쨙繹䞰)
at 犥첅֯젥쟌ౘ⇑.赚迋탲柒䜶㋄()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[02/10/2018 19:52:34] System.NullReferenceException: Object reference not set to an instance of an object. at ﺘ쟀첶漉零.譖쇼茖䋓ྷ䴡(Object 퇲讀羍覨ᕭᑈ, EventArgs 왐엘뷬쨙繹䞰)
at 犥첅֯젥쟌ౘ⇑.赚迋탲柒䜶㋄()
at 犥첅֯젥쟌ౘ⇑.Draw() <--Either control, Object or Effect
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw() <--Either control, Object or Effect
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture() <-- MapScene.CreateTexture
at 犥첅֯젥쟌ౘ⇑.DrawControl() <-- MapScene.DrawControl
at ؎吥Н䄯�榠ᦂ.DrawControl() <-- GameScene.DrawControl
at 柭늋된ꋚ滾灻ꊹ簑.Draw() <-- GameScene.Draw
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌() <-- CMain
The issue is very clear (Null Reference on what I would guess is Before//AfterDraw)
Assuming you have tried resolution changes, then the issue will need to be fixed in code.
Without being able to read the actual source of the issue because of Obsfunction, you can still get an accurate Idea of where the problem is (code)
Have you tried Turning off Names, Rev Bar, effects, avoid highlighting any monster//Item on the floor.
28/09/2018 20:16:22] System.NullReferenceException: Object reference not set to an instance of an object.
at Client.MirScenes.Dialogs.MainDialog.HealthOrb_BeforeDraw(Object sender, EventArgs e) in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirScenes\Dialogs\MainDialogs.cs:line 503
at Client.MirControls.MirControl.BeforeDrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 714
at Client.MirControls.MirControl.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 700
at Client.MirControls.MirControl.DrawChildControls() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 740
at Client.MirControls.MirControl.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 702
at Client.MirControls.MirControl.DrawChildControls() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 740
at Client.MirControls.MirScene.CreateTexture() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirScene.cs:line 74
at Client.MirControls.MirControl.DrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 722
at Client.MirScenes.GameScene.DrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirScenes\GameScene.cs:line 834
at Client.MirControls.MirScene.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirScene.cs:line 43
at Client.CMain.RenderEnvironment() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\CMain.cs:line 341
I'm pretty sure I'm getting the same exception logged in my errors.txt but without any ill effects.
Also noticed their is a potentially similar error which spams on my own client- (not apoc)
Code:28/09/2018 20:16:22] System.NullReferenceException: Object reference not set to an instance of an object. at Client.MirScenes.Dialogs.MainDialog.HealthOrb_BeforeDraw(Object sender, EventArgs e) in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirScenes\Dialogs\MainDialogs.cs:line 503 at Client.MirControls.MirControl.BeforeDrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 714 at Client.MirControls.MirControl.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 700 at Client.MirControls.MirControl.DrawChildControls() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 740 at Client.MirControls.MirControl.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 702 at Client.MirControls.MirControl.DrawChildControls() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 740 at Client.MirControls.MirScene.CreateTexture() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirScene.cs:line 74 at Client.MirControls.MirControl.DrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirControl.cs:line 722 at Client.MirScenes.GameScene.DrawControl() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirScenes\GameScene.cs:line 834 at Client.MirControls.MirScene.Draw() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\MirControls\MirScene.cs:line 43 at Client.CMain.RenderEnvironment() in C:\Users\Chris\Source\Repos\Nostalgia of Mir\Client\CMain.cs:line 341
Different Server?
Your code is not Obsfuncted so client will be different, futhermore you are not getting spammed (maybe?) with it every draw frame like Nyx is. (Check Error Log times)
[03/10/2018 23:27:22] System.NullReferenceException: Object reference not set to an instance of an object.
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[03/10/2018 23:27:26] System.NullReferenceException: Object reference not set to an instance of an object.
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[03/10/2018 23:27:48] System.NullReferenceException: Object reference not set to an instance of an object.
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[03/10/2018 23:27:48] System.NullReferenceException: Object reference not set to an instance of an object.
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[03/10/2018 23:27:48] System.NullReferenceException: Object reference not set to an instance of an object.
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
[04/10/2018 00:12:17] Error in the application.
-2005530516 (D3DERR_INVALIDCALL)
at Microsoft.DirectX.Direct3D.Texture..ctor(Device device, Int32 width, Int32 height, Int32 numLevels, Usage usage, Format format, Pool pool)
at 犥첅֯젥쟌ౘ⇑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at 犥첅֯젥쟌ౘ⇑.Draw()
at 犥첅֯젥쟌ౘ⇑.鼡⧍셒抧ᢥ䝨٫()
at 柭늋된ꋚ滾灻ꊹ簑.CreateTexture()
at 犥첅֯젥쟌ౘ⇑.DrawControl()
at ؎吥Н䄯�榠ᦂ.DrawControl()
at 柭늋된ꋚ滾灻ꊹ簑.Draw()
at Client.CMain.ꔋ㵐Ꮠ羃ꗾ厵ᢑ챌()
Google's ip is 216.58.201.4.
Yeah net looks like it's got a good connection to Google's server, so there's no drops or anything in your line. Must be all client based ( as suggested).
Have you tried Turning off Names, Rev Bar, effects, avoid highlighting any monster//Item on the floor.
Yeah I've tried with everything turned off but no joy, still getting 2 step lag / displacement errors.
In the process of downloading the Crystal M2 files from here, its going to take a long time though, been on an hour and not even downloaded 1gb (3738 files to go)
You should be able to use one of the clients you have already for a quick test.
Backup your files and do a fresh install of Windows as a last resort?
I’ll have to buy a copy of Windows 10 as not got one at hand 樂 or I could maybe use an evaluation copy. Will let you know how I get on![]()
Ordered a new HDD and a copy of Windows 10 Pro which I should get later tonight, thank god for Amazon same day deliveries. Will keep you guys posted as to if this resolves the issue.
---------- Post Merged on 06-10-2018 at 05:41 PM ---------- Previous Post was on 05-10-2018 at 12:25 PM ----------
Clean drive with a fresh install of Windows 10 Pro....
Fixed
Lots of background work to get everything else up and running properly but really can't thank the community enough! Finally I'll actually be able to sit comfortably and enjoy playing Apoc!
