Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run-Time Error - 2005532292
#14
Alright I should have been more specific, lol. Here is the problem:

I load the server with ease, then i run the client, sign into my account and log on. Mirage opens and then says:

Run-time error '-2005532292 (8876017c)':
Automation error

I click okay and the whole thing closes. So the fix I thought I found was above this thread and it was called "Run Time Error Fixes" So I press Ctrl-F and search for "2005532292" and i get this:

Quote:Run-Time Error - 2005532292 (8876017c):
I had to redo all my tile sets, so they had a correct size. Which seems strange to me. =/


Code:
Set DD_TileSurf(i) = DD.CreateSurfaceFromFile(App.Path & "\GFX\tiles" & i & ".bmp", DDSD_Tile(i))

http://hosted.yourimg.com/05/157/15/error.jpg

The problem to this might be the windows, so try to do this:
Start>Run>regsvr32 dx7vb.dll

So I go to my Client in VB and search for "Set DD_TileSurf" and find this:

Quote: ' Init tiles ddsd type and load the bitmap
With DDSD_Tile
.lFlags = DDSD_CAPS
.ddsCaps.lCaps = DDSCAPS_OFFSCREENPLAIN Or DDSCAPS_VIDEOMEMORY
End With
Set DD_TileSurf = DD.CreateSurfaceFromFile(FileName & "tiles" & GFX_EXT, DDSD_Tile)
DD_TileSurf.SetColorKey DDCKEY_SRCBLT, Key

So thats as far as i have reached in fixing this... Any help? Oh and theres 500 something RAM on my computer.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)