| View previous topic :: View next topic |
| Author |
Message |
lisdonkr Newbie
Joined: 13 Jan 2006 Posts: 2
|
Posted: Thu May 31, 2007 2:17 pm Post subject: compiled .exe not running |
|
|
HI,
I have recently come up with an issue whereby compiled .exe files which i have recently compiled dont run. the script runs fine from within the ide but when compiled it just flashes up the dialog and dies. no error messages.
any ideas are welcome.
regards
ron |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Thu May 31, 2007 8:19 pm Post subject: |
|
|
Make sure that the vdsrun5.dll or any other dll files that you are using for that exe are either in the same directory as the exe, or in the Windows > System directory. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Fri Jun 01, 2007 12:52 pm Post subject: |
|
|
When I run across that situation, I'll throw in a few few "debug" info commands:
| Code: | | Info DEBUG - the program hasn't died yet |
You can use commands like that to display the values of variables, or to verify if your program has made it into a loop, etc.
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Jun 01, 2007 3:57 pm Post subject: |
|
|
Make sure you don't have any debuggers running (such as SoftICE), etc.
Compiled executables have a protection scheme in them so that they do not run
if there is a debugger active.
Additionally, be sure that you haven't created an error routine which exits
the program or the like. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Fri Jun 01, 2007 4:40 pm Post subject: |
|
|
Just curious why nobody has suggested using the TRACE command. I was reading the help file tonight looking for any commands or functions that I've never used and came across the TRACE command. _________________ cheers
Dave |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Fri Jun 01, 2007 10:30 pm Post subject: |
|
|
| FreezingFire wrote: | | Make sure you don't have any debuggers running (such as SoftICE), etc. Compiled executables have a protection scheme in them so that they do not run if there is a debugger active. |
That's only true of VDS 4.x. We don't know what version of VDS he is using. I would suggest checking the computer for duplicate vdsrunxx.dlls, and making sure he has the latest version. Also disabling any anti-virus, as they have a habit of treating VDS exes as malware. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
lisdonkr Newbie
Joined: 13 Jan 2006 Posts: 2
|
Posted: Thu Jun 07, 2007 2:32 pm Post subject: resolved |
|
|
Hi Guys,
sorry for thedelayed response and thanks for all your help.
the issue was due to including the xp manifest in the compiled .exe.
once again thanks for your help and suggestions
regards
ron |
|
| Back to top |
|
 |
|