Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

I have a problem


Skillzalot
 Share

Recommended Posts

I have been using eclipse for a couple years now but i just came across a error. Now everytime i try to log in i get to the character selection. I make my selection and i get RTE 7 out of memory in

```
Private Sub picUseChar_Click()
    If lstChars.List(lstChars.ListIndex) = "Free Character Slot" Then
        MsgBox "There is no character in this slot!"
        Exit Sub
    End If

    frmMirage.picItems.Picture = LoadPicture(App.Path & "\GFX\Items.bmp")
    frmSpriteChange.picSprites.Picture = LoadPicture(App.Path & "\GFX\Sprites.bmp")

    Call MenuState(MENU_STATE_USECHAR)
End Sub
```
Highlighting
```
frmMirage.picItems.Picture = LoadPicture(App.Path & "\GFX\Items.bmp")
```
Please help me
Link to comment
Share on other sites

Well, if it's highlighting that, then there may be something wrong with your Items folder. If you take a look at the Bugs and Errors List, though, it says that you're using old maps. Shutdown your server, backup your maps folder, delete your maps (not in the backup), and then restart your server.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...