![]() |
Run-Time Error -2005532052 (8876026c) - Automation Error - 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: Run-Time Error -2005532052 (8876026c) - Automation Error (/showthread.php?tid=363) |
Run-Time Error -2005532052 (8876026c) - Automation Error - RyanBlandin - 14-10-2006 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 - 14-10-2006 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. - RyanBlandin - 14-10-2006 Windows XP Don't know, which probably means I'm using the wrong one. I do. - Leighland - 14-10-2006 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. - RyanBlandin - 14-10-2006 Yeah I figured it out. Thanks for the help. - Matt - 14-10-2006 Never crashes for me, at least, not cause of video memory. Lol. Hell, I can't use system memory, it's too slow. |