Jump to content

Missing File


Recommended Posts

Loaded from latest releases of both AutoIt and SciTE and attempted to test by creating a simple SQLite script.  When trying to run the script I get an 'Error Opening File' error on line 45 of AutoIt3Wrapper.au3 which consists of the following code:

 

#include <WinAPIFiles.au3>

 

Unable to find this file anywhere on my hard drive and unable to find any patch or similar error on the forum.

Help?

 

TIA ...   Tom

Edited by tbohon
Link to comment
Share on other sites

  • Developers

That is not really what I am looking for, but rather the bottom part where normally all output is shown.
I also would have expected this error to show up in the SciTE output pane. 

Do you have any lines showing at al in the bottom window part of SciTE?

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

Hi.

That file should be located here:
 

C:\Program Files (x86)\AutoIt3\Include\WinAPIFiles.au3

 

Get the freeware tool "Evertything". It helps you to locate files on local NTFS drives (extremly fast!)

I'd like to suggest, to uninstall Autoit & SciTE, reboot your computer, and then reinstall both using "Run as Administrator"


Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

22 hours ago, Jos said:

That is not really what I am looking for, but rather the bottom part where normally all output is shown.
I also would have expected this error to show up in the SciTE output pane. 

Do you have any lines showing at al in the bottom window part of SciTE?

Jos

Sorry, didn't have the error pane turned on (it is now).

 

Here is what the error pane shows when that error appears:

 

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\au3work2\mysqlitetest.au3" /UserParams  

Link to comment
Share on other sites

5 hours ago, rudi said:

Hi.

That file should be located here:
 

C:\Program Files (x86)\AutoIt3\Include\WinAPIFiles.au3

 

Get the freeware tool "Evertything". It helps you to locate files on local NTFS drives (extremly fast!)

I'd like to suggest, to uninstall Autoit & SciTE, reboot your computer, and then reinstall both using "Run as Administrator"


Regards, Rudi.

Thanks Rudi.  Double checked that location, not there.  I think I'll follow your suggestion (I am already an administrator on this machine) and see what happens.  Stay tuned!

Link to comment
Share on other sites

Hi.

 

Use Sysinternals' "procmon.exe" with filtering "path" <includes> "WinAPIFiles.au3", to see what's going wrong during the installation process.

 

Possibly an over active AV-Scanner?

 

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

  • Developers
5 hours ago, tbohon said:

Here is what the error pane shows when that error appears:

 

>"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\au3work2\mysqlitetest.au3" /UserParams  

I need ALL information from that output pane to see what is happening.

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

On 5/20/2016 at 3:14 PM, Jos said:

I need ALL information from that output pane to see what is happening.

Jos

Jos - that is all that shows in the output pane.  Following Rudi's suggestion I uninstalled AutoIt and the (full version of) SciTE, rebooted and installed just the AutoIT package from the download page.  Do NOT get that error any longer ... maybe it's a conflict with the full SciTE version and the AutoIT basic version?  Or maybe I simply screwed something up in the process.  Nevertheless I can live with the basic SciTE version which is working so I don't think you need to waste any more time on it for me anyway.  I'll press forward and start having fun programming again.

 

Thanks so much for helping me out!

 

Tom

Link to comment
Share on other sites

On 5/20/2016 at 3:51 AM, rudi said:

Hi.

I'd like to suggest, to uninstall Autoit & SciTE, reboot your computer, and then reinstall both using "Run as Administrator"


Regards, Rudi.

Followed your idea above Rudi and that error goes away.  I'm guessing I screwed something up in overwriting the SciTE included in the AutoIT package with the full version of SciTE.  After uninstalling, rebooting and reinstalling just the AutoIT distribution that error disappears ... so for me right now life is good! :)

 

Thanks again for the assist.

 

Tom

Link to comment
Share on other sites

  • Developers
4 minutes ago, tbohon said:

Jos - that is all that shows in the output pane.

Strange...  AutoIt3Wrapper should should all kinds of information when started.
Good to hear things cleared up with re-installation, but it doesn't make sense to me yet. :)

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

×
×
  • Create New...