Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 3866)

Ticket Resolution Summary Owner Reporter
#364 No Bug Error at runtime caused by obfuscator Jos madflame991
Description

After I compile this I get "Line -1: Error: Array variable subscript badly formatted". Why? I tested it on WinXP Pro Sp 1 and it worked, but on WInXP Pro SP2 it crushed. The script has been compiled under version 3.2.12.0 and obfuscated under version 1.0.24.12

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_Run_Obfuscator=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
Global $var[4]
$var[1] = 'boo'
MsgBox(0, 'title', $var[1])
#370 No Bug RunAs() and I/O redirection does not work on Windows 2000 Valik Valik
Description

Reminder for myself that RunAs() with STDIO redirection will fail on Windows 2000. This is not the same issue as reported in #344.

#372 No Bug Parent GUI of -1 causes dramatic problems MeJonah@…
Description

$gui = guicreate("TEST", 100, 100, default, default, default, default, -1)

not even sure how to describe the results precisely- screen starts flickering and no windows will response. Pressing control-alt-delete allows all windows to paint once then they stop responding again. You can terminate the program by pressing control-alt-delete, then clicking on the autoit3.exe on the task manager that comes up, then pressing control-alt-delete so that it registers the click, the pressing terminate, then pressing control alt delete so it registers, then clicking on the yes option.

Present in 3.2.12, and I think it started in the RC for this build because had code that suddenly started doing this.

Tested on Windows XP Pro SP3.

Note: See TracQuery for help on using queries.