Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dx bug fix
#1
to fix this error for some of you here

find

Code:
.ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_VIDEOMEMORY
change it to

Code:
.ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_SYSTEMMEMORY

happy know people......
Reply
#2
This usually doesn't affect the person using MSE's source.. it usually hits people that use a different graphics card from the dev. At least that I've seen..


I remember because Magnus posted this fix like 4 months ago.
Reply
#3
all i care is that it fixes it.
Reply
#4
You could always use 'On error Goto blahblah' couldn't you?

Then just use
:BlahBlah
If err.Number = dx error number
Use the System memory


I cant remember how the err.Number thing works, but I know it exists, it lets you read last error number

Error handling's the key Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)