26-12-2008, 11:18 PM
No worries...
I have another problem, or is it bug maybe? I'm not so sure.
Well, everything works perfectly, I login, create new char and logout to main menu.
I log-in to another account (without leaving game) and try to create new char.
When I click to create new char I get RTE "91": " Object variable or With block variable not set"
(that happens always when you try to create new char when you log-in at least two times in one runtime.
and VB points at:
Private Sub picSprite_Paint()
Call DDS_Sprite.BltToDC(picSprite.hdc, src, dest)
End Sub
I tried to unload picture box and few others but I can't figure anything...sorry if I'm silly but I simply can't figure anything out
I have another problem, or is it bug maybe? I'm not so sure.
Well, everything works perfectly, I login, create new char and logout to main menu.
I log-in to another account (without leaving game) and try to create new char.
When I click to create new char I get RTE "91": " Object variable or With block variable not set"
(that happens always when you try to create new char when you log-in at least two times in one runtime.
and VB points at:
Private Sub picSprite_Paint()
Call DDS_Sprite.BltToDC(picSprite.hdc, src, dest)
End Sub
I tried to unload picture box and few others but I can't figure anything...sorry if I'm silly but I simply can't figure anything out