﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2349	Windows 8 #RequireAdmin Broken in Scite	BinaryBrother@…		"If you open Scite normally, by double clicking on the icon, on a stock Windows 8 install and try to build any script with the #RequireAdmin tag. It will simply cease to function. Here is a replicating video.

http://screencast.com/t/w3UjQB4ZxFYj

#include <Crypt.au3>
#RequireAdmin
ConsoleWrite(""Are we even initializing??"" & @CRLF)
_Crypt_Startup()
If FileExists(""C:\Windows\Explorer.exe"") Then ConsoleWrite(""FFMPEG does exist."" & @CRLF)
$FFMPEG_MD5 = _Crypt_HashFile(""C:\Windows\Explorer.exe"", $CALG_MD5)
If @error Then
	consolewrite(""Error detected..."" & @CRLF)
EndIf

_Crypt_Shutdown()
ConsoleWrite($FFMPEG_MD5 & @CRLF)
ConsoleWrite(""Why do you hate me?"" & @CRLF)"	Bug	closed		AutoIt	3.3.8.1	None	Works For Me		
