![]() |
Runtime Error '2005532202 (887601d6)' 2 - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Runtime Error '2005532202 (887601d6)' 2 (/showthread.php?tid=179) |
Runtime Error '2005532202 (887601d6)' 2 - Anarchy - 09-07-2006 Someone locked the last topic but no one answered it when he asked. the maps black and its still loading it, other than that thats the only probblem i saw. i dont know what to do, im using a vMSE - Misunderstood - 09-07-2006 It has to do with directx generally... If you use video memory, sometimes changing back to system memory fixes it. Sometimes updating your directx fixes it. - Rian - 09-07-2006 If you're gonna use video memory, you should perform checks to see if maybe it should use system memory instead. Unfortunately, I'm not sure how those checks would work, but using only video memory isn't very good for people that have on board video only. - Krloz - 09-07-2006 huh I had this when I was using a 60k height tilesheet - Anarchy - 09-07-2006 how would i swich??im confused. - BigRed - 09-07-2006 Find all instances of Code: .ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_VIDEOMEMORY Code: .ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_SYSTEMMEMORY - Anarchy - 09-07-2006 ![]() - Misunderstood - 09-07-2006 huh? just change to systemmemory if your getting the error. - Misunderstood - 23-12-2006 If you are using video memory, changing to system memory generally fixes this. If you are using system memory, you might need to upgrade your Direct X installation. Otherwise, theres probably a problem with how you initiate your DX. |