Jump to content

Recommended Posts

Posted

Hi,

When I run a script from SciTE, I got this error even though the script seems ok. whats wrong?

Thanks

---------script I run --------------

MsgBox(1,"adsf","adsfadsfdf")

-------------------------------------------

------------ error msg ------------------

>"c:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\ohdear\Desktop\teytryt.au3"

>Exit code: 0 Time: 2.559

  • Developers
Posted

Hi,

When I run a script from SciTE, I got this error even though the script seems ok. whats wrong?

Thanks

---------script I run --------------

MsgBox(1,"adsf","adsfadsfdf")

-------------------------------------------

------------ error msg ------------------

>"c:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\ohdear\Desktop\teytryt.au3"

>Exit code: 0 Time: 2.559

I do not see any error, just the commandline that SciTE uses to run your script and the returncode .... :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted

Are you sure, that you have the latest SciTe version, cause it ran with no errors on my computer?

This is the SciTE version that comes with AutoIt3 which is a "lite" version and doesn't have all extra's like AutoIt3Wrapper which is used by the Full version of SciTE4AutoIt3...

:)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

errorcode: 0 = succesfull, right?

I think that you meant to ask if

Exit code: 0

equaled success.

That would be my guess since Exit code: 1 is returned when there is an error.

[size="1"][font="Arial"].[u].[/u][/font][/size]

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
×
×
  • Create New...