Jump to content

Unknown function name after SciTE update.


Zein
 Share

Recommended Posts

So I recently got my SciTE updated, and now it seems that something broke it
I try to press F5 to run my script and no matter what, this keeps happening:

 

"Line 1368 (File "C:\Program Files (x86)\AutoIT3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3"):

Local $TempFile = _WinAPI_GetTempFileName($sDirectoryName, $sFilePrefix)
Local $TempFile = ^ ERROR

Error: Unknown function name."

As well as

 

"Line 2839 (File "C:\Program Files (x86)\AutoIT3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3"):

SciTE_RestoreSessions($ScriptFile_in)
SciTE_RestoreSessions(^ ERROR)

Error: Variable used without being declared."


My sneaking suspicion is that SciTE was updated but my AutoIT remained on an older version so this conflict exists. 
But I'm unsure and before I ask IT to do anything I'd like more opinions.

Link to comment
Share on other sites

  • Developers

Download the current beta version of AutoIt3Wrapper.au3 and store that in your AutoIt3\SciTE\AutoIt3Wrapper directory to fix this.

Jos

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

Link to comment
Share on other sites

  • 2 weeks later...
  • Developers

You really should only get this error when you update SciTE4AutoIt3 without updating AutoIt3 to the latest, as the issue lies in the fact that we assumed everybody would use the latest and thus not needing that one #Include statement anymore in autoit3wrapper.au3.  :)

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

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