#2767 closed Bug (No Bug)
'Attempt to access invalid address' in some cases when using #AutoIt3Wrapper_Res_requestedExecutionLevel=RequireAdministrator
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | Other | Severity: | None |
| Keywords: | Cc: | remco.timmermans@… |
Description
Hi,
Under some circumstances you get the error message 'Attempt to access invalid address' when running the compiled .exe.
Sample code
#AutoIt3Wrapper_Res_requestedExecutionLevel=RequireAdministrator
To reproduce
- Tested with Windows 7 PRO SP1
- enable UAC (requires reboot if not enabled)
- Map a network share to a driveletter
- run the compiled .exe from that network drive
- you get the error message
If UAC is not enabled you will not get the error.
If you run the .exe local or from unc path with UAC enabled you also will not get the error
I think that's al you need, if you need anything else please let me know.
Kind regards
Remco
Attachments (0)
Change History (3)
comment:1 by , on Jun 26, 2014 at 6:15:33 PM
| Component: | AutoIt → SciTE4AutoIt |
|---|---|
| Owner: | set to |
| Version: | 3.3.12.0 → Other |
comment:2 by , on Jun 27, 2014 at 2:54:18 PM
Hi Jos,
AutoIt3Wrapper version is 2.2.0.3
But since you stated you are not sure if this is an AutoIt3 issue I did some additional tests.
When starting other program's (auto it installer, java installer) from that network drive with UAC enabled I get the same error.
So you are correct that this is not a specific autoit bug. It seems like a windows/UAC bug.
Not sure though where to report this one...
Anyway, thanks for taking the time to look into it!
Kind regards
Remco
comment:3 by , on Jun 27, 2014 at 10:15:43 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
You're welcome.
Jos

Hi Remco,
AutoIt3Wrapper will only update the Program's PE header manifest with the requested level, so am not sure how this could be an bug with AutoiT3 or AutoIt3Wrapper.
What version of AutoIt3Wrapper are you using? (is displayed in the SciTE console when you do a compile)
Thoughts?
Jos