Jump to content

AutoIt compiled module is crashing with I/O error status 0xc000026e


Recommended Posts

I have AutoIt compiled modules I am running in Windows PE environment for my Windows 7 deployment. My modules spawn multiple modules (4 deep) and for some reason after completing the USMT transfer over the network two of my modules consistently crash when one is exiting and the other is continuing (RunWait).

This is the error I am seeing, but I cannot find any reason for this in my code:

The instruction at 0x00459966 referenced memory at 0x00459966. The required data was not placed into memory because an I/O error status 0xc000026e.

Any one know how to debug AutoIt.exe compiled module to determine what the conflict is between my two AutoIt modules?

Link to comment
Share on other sites

option 1: Add some "log to file" debug feature/function to your code.

- separate output-file per module/process.

- include a timestamp in the debug-out line. (to order up the actions in the different modules, if needed.)

- start by confirming the general location/function where the code bugs-out.

- than switch to specifically log the used data and action-return data in the effected part.

"Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions."
"The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)

"Believing what you know ain't so" ...

Knock Knock ...
 

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