| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Sep 30, 2002 3:22 pm Post subject: varible eorors :( |
|
|
hello all
i would like to know what cuase this varible eoror:
runtimes eorror 5
line 308
the varible there is %%currentlogs = none
now this varible is not to long, for what i get. so why do i get this? how can i fix it?
thanks |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Mon Sep 30, 2002 3:25 pm Post subject: |
|
|
I have been working with tim for a little while on his project and
we have run into this problem more than once. I have not been able
to find out why. It's getting a little frustrating.  _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Sep 30, 2002 3:36 pm Post subject: |
|
|
Strange thing! Info a bit scarce though..
What happens if you rename the variables which trigger an error?
Do you both (Chris & tim) get the same error?
Is the error stable?
Is it triggered in debug mode as well as in compiled scripts?
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Mon Sep 30, 2002 3:41 pm Post subject: |
|
|
I personally have not had the error. It is only on tim's computer. I
have tried to repeat the error, but, have had no success. I think
tim only gets the error when he runs a compiled version of the script. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Mon Sep 30, 2002 3:50 pm Post subject: |
|
|
Hmmm. Sounds like this error is going to be hard to track down.
What happens if tim renames the variable? And is the VDS runtime DLL placed in his system path the same as the one belonging to his version
of VDS?
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Mon Sep 30, 2002 3:52 pm Post subject: |
|
|
I have tried to rename a variable that did it for me and it did not
work. Good question about the dll. Tim will have to check that. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 30, 2002 5:33 pm Post subject: |
|
|
I had a problem that looks like that.
I copied a script from a site into the VDS edit box and tried to run it. All other commands worked, but he gived an error at the variable line.
The variable name coloured red, so I thought everthing was allright...
But I still got that irritating error (don't know which errortype).
I fixed it by the spaces before the command.
Just try it out! Perhaps it will work  _________________ phpBB Development Team
Last edited by Vic D'Elfant on Mon Sep 30, 2002 5:36 pm; edited 1 time in total |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
|
| Back to top |
|
 |
Henrik Valued Newbie

Joined: 09 Jul 2000 Posts: 35 Location: Copenhagen, Denmark
|
Posted: Mon Sep 30, 2002 8:18 pm Post subject: Runtime error 5 |
|
|
I have had the same problem and the basic characteristica was that all scripts used 120+ long variables and about the max of the short variables and deleting a couple of those variables fixed the problem for all scripts. Seems like VDS (v. 3.51) cannot a use that many variables in a script
Henrik _________________ Henrik Skov
Email: henrikskov@mail.dk |
|
| Back to top |
|
 |
|