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

Error while loading FrmMain.


Connor
 Share

Recommended Posts

Hey everyone, I've been getting this error ever since I started using Eclipse Origins.
Whenever I try to open FrmMain to mess around and edit it, this pops up.
![](http://www.freemmorpgmaker.com/files/imagehost/pics/eae04709b5d3dea1edf025b6b1f0c329.png)

When I refer to the log, it says:
```
Line 1207: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.
Line 1349: Class MSWinsockLib.Winsock of control Socket was not a loaded control class.

```
I went to the lines specified, and this is what was there.
Line 1207
```
                txtCurrency.Text = vbNullString

```Line 1349
```
        If PlayerSpells(i) > 0 And PlayerSpells(i) <= MAX_PLAYER_SPELLS Then

```Thanks for taking the time to review my problem. :)
Link to comment
Share on other sites

@Connor:

> Uninstalled everything, reinstalled it all again, doing exactly what you said.
> Still get the same error.

VB6 is sometime's weird like this. I open up the client, get that error, then close, then open it again then usually after one or two opens it's fixed.

This will only work if you've installed the runtimes.
Link to comment
Share on other sites

Update: Got my hands on Professional, still got the exact same issue.
I installed it, uninstalled it and re-installed in now about 3 or 4 times, still has the exact same issue.

Edit: Fixed it, thanks Captain Wabbit. (Teamviewer)
Ended up being a simple issue, I was opening in from the wrong place.
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...