Developers Jos Posted April 9, 2013 Developers Posted April 9, 2013 .. And which line are you getting the error for? You said 389 but i have no idea which line that is and cant test on an ipad 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.
grimmlock Posted April 9, 2013 Author Posted April 9, 2013 It is no longer giving me a line... just an error code 2, with no description sorry for the confusion. Grimm Thanks Grimm
Developers Jos Posted April 9, 2013 Developers Posted April 9, 2013 (edited) Are you running from SciTE as the MyErrFunc() will display the information in the SciTE output pane. The error 2 y0u talk about is probably in the MSGBOX() displayed by the OKButton() func ... right? To return the description you need to also change these lines: If @error Then SetError(2) Return $goMyRet[1] EndIf Edited April 9, 2013 by Jos 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.
grimmlock Posted April 9, 2013 Author Posted April 9, 2013 I am confused, still getting the same error code 2 with no description. Thanks Grimm Thanks Grimm
Developers Jos Posted April 9, 2013 Developers Posted April 9, 2013 I am confused, still getting the same error code 2 with no description. ThanksGrimmWhere? in the msgbox or in the SciTE ouput pane? 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.
grimmlock Posted April 9, 2013 Author Posted April 9, 2013 Got it lol Sorry using new build of the SciTE and was looking for Beta Run and now it says Go Output from SciTE output pane: --> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop ### COM Error ! Number: 8002801D ScriptLine: 321 Description: ### COM Error ! Number: 8002801D ScriptLine: 322 Description: ### COM Error ! Number: 8002801D ScriptLine: 326 Description: ### COM Error ! Number: 8002801D ScriptLine: 330 Description: ### COM Error ! Number: 8002801D ScriptLine: 347 Description: ### COM Error ! Number: 8002801D ScriptLine: 348 Description: ### COM Error ! Number: 8002801D ScriptLine: 350 Description: ### COM Error ! Number: 8002801D ScriptLine: 361 Description: ### COM Error ! Number: 8002801D ScriptLine: 367 Description: ### COM Error ! Number: 8002801D ScriptLine: 371 Description: ### COM Error ! Number: 8002801D ScriptLine: 373 Description: +>14:25:15 AutoIt3.exe ended.rc:0 >Exit code: 0 Time: 10.902 Thanks Grimm Thanks Grimm
Developers Jos Posted April 9, 2013 Developers Posted April 9, 2013 When searching for 8002801D and CDO you get many hits. One thing I saw was that some had problems running it in x86 mode on a x64 system, so that is one thing you could try. Jos 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.
grimmlock Posted April 9, 2013 Author Posted April 9, 2013 You are a genius!!! I compiled it as x64 exe and it works great!! Thank you!!! Grimm Thanks Grimm
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now