Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Runtime Error '2005532202 (887601d6)' 2
#1
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
Reply
#2
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.
Reply
#3
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.
Reply
#4
huh I had this when I was using a 60k height tilesheet
Reply
#5
how would i swich??im confused.
Reply
#6
Find all instances of
Code:
.ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_VIDEOMEMORY
and replace with
Code:
.ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_SYSTEMMEMORY
Reply
#7
Big Grin thx, but will it mess up anything if 1 comp is on video and other on system?
Reply
#8
huh? just change to systemmemory if your getting the error.
Reply
#9
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)