ChrisH3 Posted November 7, 2011 Posted November 7, 2011 I have used AutoIT for years but am attempting to use obfuscator for the first time and am getting the error Can't open file C:\Program Files (x86)\AutoIt3\SciTE\Obfuscator\\Obfuscator.Log I am running on WIndows 7 64 bit. Installed AutoIT will all the default options. Upgraded to the latest SciTE to see if it made a difference and it did not. Have inspected all the obvious properties files to see if there is a string there that I could change and could not find anything. ChrisH
guinness Posted November 7, 2011 Posted November 7, 2011 Does the file exist? Can you see the file in the Obfuscator folder? What are you trying to open Obfuscator with? Notepad , Notepad2? UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018
GEOSoft Posted November 7, 2011 Posted November 7, 2011 check the config files again. There is an obvious mistake in that path Hint: "" George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
ChrisH3 Posted November 13, 2011 Author Posted November 13, 2011 Yes I saw the and have rechecked all the config files searching for obfuscator and there are no configuration parameters that I can find. I guess I will have to take the time honored route of uninstall reinstall - which I will do when I get a few minutes out from my current development. Ch
Developers Jos Posted November 14, 2011 Developers Posted November 14, 2011 (edited) Dont think that the backslashes are the issue. Are you sure that user credentials you use have write access to the file? How are you running obfuscator? Any scite output console output to share? Jos Edited November 14, 2011 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
ChrisH3 Posted May 18, 2012 Author Posted May 18, 2012 I went away and did other things for a while and one day came back here to see if this was still an issue even though I had updated to the latest AutoIT version. Yes it was a permissions issue. Obfuscator was installed under AutoIT in Program Files (x86)AutoIT.......... and consequently was set to read only for the current user. I changed the permissions on the obfuscator folder to full control for the current user and Obfuscator worked just fine. Thanks ChrisH
ljcorsa Posted July 14, 2013 Posted July 14, 2013 I am having the same issue, but do not have the luxury of changing the permissions on any of the folders at this point. Is there a way the obfuscator could be configured to create its files in a user-accessible folder? Thanks, Larry
Developers Jos Posted July 14, 2013 Developers Posted July 14, 2013 I am having the same issue, but do not have the luxury of changing the permissions on any of the folders at this point. Is there a way the obfuscator could be configured to create its files in a user-accessible folder? Thanks, Larry Let me turn that around, why not use directories you have the needed rights to run the program? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JFX Posted July 15, 2013 Posted July 15, 2013 Jos, why not change the destination of the logfile? Program Files folder is protected by UAC, so people will be confused to even find the Obfuscator.Log.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now