Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 3866)

Ticket Resolution Summary Owner Reporter
#2767 No Bug 'Attempt to access invalid address' in some cases when using #AutoIt3Wrapper_Res_requestedExecutionLevel=RequireAdministrator Jos anonymous
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

#165 Fixed 'Check for Updates' on Vista x64 Jon jhall@…
Description

When using the 'check for updates' utility under Vista x64, it fails to detect the installed versions of AutoIT.

I think this is due to where the installation details are written to the registry in Vista x64 (and probably any other x64 Windows version).

I'm guessing the utility is expecting to find this info here: HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3

When Vista x64 is actually writting it here: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AutoIt v3

#3104 Fixed '_EventLog__Read()' returns only domain name!? Jpm supersonic
Description

Hi -

Calling '_EventLogRead()' on a computer running in a domain environment index [12] seems to hold the domain name only. The provided example in AutoIt help file can be used to reproduce this behavior. To overcome this issue I modified the internal function 'EventLog_DecodeUserName()' this way:

If IsArray($aAcctInfo) Then Return ((Not StringLen($aAcctInfo[1])) ? ("") : ($aAcctInfo[1] & "\")) & $aAcctInfo[0]

Tested with 3.3.12.0 to 3.3.14.1 and latest beta Version.

A fix would be nice.

Note: See TracQuery for help on using queries.