09-07-2006, 12:00 AM
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
Runtime Error '2005532202 (887601d6)' 2
|
09-07-2006, 12:00 AM
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
09-07-2006, 12:08 AM
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.
09-07-2006, 12:21 AM
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.
09-07-2006, 01:17 AM
huh I had this when I was using a 60k height tilesheet
09-07-2006, 03:33 AM
how would i swich??im confused.
09-07-2006, 03:42 AM
Find all instances of
Code: .ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_VIDEOMEMORY Code: .ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_SYSTEMMEMORY
09-07-2006, 04:45 AM
![]()
09-07-2006, 01:53 PM
huh? just change to systemmemory if your getting the error.
23-12-2006, 08:09 PM
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. |
« Next Oldest | Next Newest »
|