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

[EO1.3.1] RTE 7: Out of memory


MCADAMS
 Share

Recommended Posts

I scoured the boards for appropriate help before made this thread. Out of the few "solutions", none of them worked or just said "delete everything you've made".

Anyway, whenever I try to log onto my server, I get run-time error 7: out of memory. I assume it happened when I transitioned my files from EO 1.2 to EO 1.3.1\.

So I decided to try running the server in vb6\. When I got the error, I debugged and got:

```
ReDim sBytes(sLength - 1)
```
Does anyone know how to fix this? :/
Link to comment
Share on other sites

@Nick:

> I assume it happened when I transitioned my files from EO 1.2 to EO 1.3.1.

I just read that part of your post.

Yes, it's obviously because of that. None of the 1.2.0 data is compatible with 1.3.1.

I changed at least a single datatype in every single UDT whilst normalising the damn things. Delete everything.
Link to comment
Share on other sites

@Robin:

> I just read that part of your post.
>
> Yes, it's obviously because of that. None of the 1.2.0 data is compatible with 1.3.1.
>
> I changed at least a single datatype in every single UDT whilst normalising the damn things. Delete everything.

Oh ok, I think I read something about you changing that but I wanted to make sure, thank you for the help.
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...