My tileset is 1 tile bigger on the width so I've been trying to make the map editor disply an extra tile. I made the mapeditor screen 256 instead of 224(1 tile more in width). I also changed all 7s(that are related to the mapeditor) to 8s because 256/8 = 32. When I try to login from the client I get this Run-Time Error. Can anyone help?
Misunderstood
Unregistered
What OS do you have?
Do you use video memory for your tiles? Make sure its system memory
Make sure you have the currect DirectX installed.
Windows XP
Don't know, which probably means I'm using the wrong one.
I do.
On the client search for all instances of VIDEOMEMORY and change them to SYSTEMMEMORY in modDirectX. This happened to me on both my widnows ME system and my friends XP system, this change made it work, even though he's got two 512MB Gfx cards, the client still crashed when using VIDEOMEMORY.
Yeah I figured it out. Thanks for the help.
Never crashes for me, at least, not cause of video memory. Lol.
Hell, I can't use system memory, it's too slow.