| View previous topic :: View next topic |
| Author |
Message |
thomas Newbie
Joined: 15 Jan 2003 Posts: 23 Location: Germany
|
Posted: Thu Feb 12, 2004 6:10 pm Post subject: Exception: out of system resource at line 4430 |
|
|
I get the following errer with my vds script:
Exception: out of system resource at line 4430
Do anybody now a solution or know the reason?
First I get this error at line 4430 then at 4435.
here the subcode:
4430 If @equal(%%m,de)
4431 DIALOG CREATE,Notes wird beendet,15,15,400,100
4432 else
4433 DIALOG CREATE,Notes is closing!,15,15,400,100
4434 end
4435 DIALOG ADD,PROGRESS,prog,50,50,300,24
4436 dialog show
Thanks!! |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Feb 12, 2004 7:08 pm Post subject: |
|
|
If that is an OS system error, a reboot might help.
Otherwise, post what version of VDS and what OS you
are using.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Feb 13, 2004 1:48 am Post subject: |
|
|
If a reboot didn't help then
Are U using IDE or compiled vesion - older versions of vds may have a lmit 64k on the script size that can run in the IDE.
Also check a couple 100 lines above as thre may be something (like a List etc) whcih is the actual cause of the problem. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
thomas Newbie
Joined: 15 Jan 2003 Posts: 23 Location: Germany
|
Posted: Fri Feb 13, 2004 7:12 am Post subject: |
|
|
A reboot does not help.
My script have 4754 lines and is 91 kb.
The Version of VDS is 4.5, the OS where the script is run is Windows XP Pro. |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Fri Feb 13, 2004 8:46 am Post subject: |
|
|
just to see if your script is too long or if it has too many "things" to cope with, can you cut down the 4000 odd lines of code into several programs that work together...i did this with one of my programs where i have the main program code and a separate settings program code...otherwise it was going to be too long and a nightmare to work with
by splitting it, you may be able to see if it is the length that is the problem
just an idea
serge _________________
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Feb 13, 2004 1:01 pm Post subject: |
|
|
Did you try compiling it first? _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
thomas Newbie
Joined: 15 Jan 2003 Posts: 23 Location: Germany
|
Posted: Fri Feb 13, 2004 2:09 pm Post subject: |
|
|
| Yes I comiled at first. |
|
| Back to top |
|
 |
|