Jump to content

Compiling Problem


Go to solution Solved by Jos,

Recommended Posts

Since installing the latest version (3.3.10.2, December 30th, 2013) of AutoIt, I am getting the following error when I try to compile a script.

Error: EndUpdateResource: Returncode = 0 - LastError:0:The operation completed successfully.

This is very similar to >this issue I had a couple of years back.  Unfortunately, the cause does not seem to be the same.

Previously, I was housing the source on a network drive, and found that there was a latency issue on that server that was causing the problem.  Since repairing that server, I have not had this problem again until I installed the latest version.

To be sure it was not a similar issue, I have moved the source folder to my local drive (an OCZ-Vertex4 SSD drive that should have no latency problems at all), but it has made no difference.

Everything runs perfectly (from network or from local) if I run the script from within SCITE.

Wrapper directives are as follows

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=Cleanup.ico
#AutoIt3Wrapper_Outfile=Cleanup.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Res_Description=Cleanup script for workstations
#AutoIt3Wrapper_Res_Fileversion=0.0.1.2
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=y
#AutoIt3Wrapper_Res_Language=1033
://////=__=
://////=__=
://////=__=://.=
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Run_Tidy=y
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/striponly
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

Any thoughts on what might be causing this?

-- Edit --

PC is running 64bit Windows 7 Enterprise N SP1 (fully patched), with Kaspersky Endpoint Security 8 (up to date)

Lenovo ThinkCentre M91 with 8Gig RAM

-- Edit 2 --

Note sure why 3 lines in the code above are being replaced by jibberish, but they should be

#AutoIt3Wrapper_Res_Field=Company|Company Name
#AutoIt3Wrapper_Res_Field=Author|Willichan
#AutoIt3Wrapper_Res_Field=Website|http://companyurl.com
Edited by willichan
Link to comment
Share on other sites

  • Developers
  • Solution

Are you running with the latest version of the SciTE4AutoIt3 installer?

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.
  :)

Link to comment
Share on other sites

I downloaded it, but apparently neglected to actually install it.
Everything compiles fine now.
 
<executing self face palm>
 
Thanks Jos.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...