cembry90 Posted May 7, 2015 Posted May 7, 2015 Fresh AutoIt and Scite install, getting that message when trying to change color scheme (CTRL+1, Editor Colors tab, button at bottom). Never had this before. Found some code in SciTE referencing an environment variable, and assume it's related to the fact that my SCITE_USERHOME environment variable isn't being read properly, despite being set in Windows. The following code does not print the value of the SCITE_USERHOME environment variable:ConsoleWrite(StringFormat("SCITE_USERHOME: %s", EnvGet("SCITE_USERHOME")) & @CRLF) I checked on another computer however, and it is working fine. Any help as to why this is happening would be appreciated. AutoIt Stuff: UDFs: {Grow}
Developers Jos Posted May 7, 2015 Developers Posted May 7, 2015 What is shown in the first couple of lines in the SciTE output pane when AutoIt3Wrapper is ran?Is the username in the SCITE_HOME the same as the USERID you are running with?There is another option to check some of the setting in SciTE config: Start SciTECOnfig, Slect "Other tools", select " Run AutoIt3/SciTE check"PM me the info in case you don't want to share in public.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.
cembry90 Posted May 11, 2015 Author Posted May 11, 2015 (edited) What is shown in the first couple of lines in the SciTE output pane when AutoIt3Wrapper is ran?>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3" /UserParams+>15:35:42 Starting AutoIt3Wrapper v.15.503.1200.1 SciTE v.3.5.4.0 Keyboard:00000409 OS:WIN_7/Service Pack 1 CPU:X64 OS:X64 Environment(Language:0409)+> SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE UserDir => C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper>Running AU3Check (3.3.10.2) from:C:\Program Files (x86)\AutoIt3 input:C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3+>15:35:44 AU3Check ended.rc:0>Running:(3.3.10.2):C:\Program Files (x86)\AutoIt3\autoit3.exe "C:\Users\XXXXXXXX\Documents\scripting\AutoIt\bulk email.au3" --> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop+>15:35:52 AutoIt3.exe ended.rc:0+>15:35:52 AutoIt3Wrapper Finished.>Exit code: 0 Time: 10.22 It's worth mentioning that the script runs perfectly as it does on the other machine, with no complications. Is the username in the SCITE_HOME the same as the USERID you are running with?Yes, it's the username I am logged in with on the company machine I use daily. The same username is in both spots below: Full output of "Run AutoIt3/SciTE check"****************************************************************************************************************************************** * HKCR\.au3 Default :AutoIt3Script * HKCR\.au3 ShellNew :C:\Windows\SHELLNEW\Template.au3 (File Exists) ****************************************************************************************************************************************** * Explorer shell options: * HKCR\AutoIt3Script\shell: * => Default Action:Open * Compile => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in "%l" * Compile with Options => Command:"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /ShowGui /in "%l" * CompileX64 => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe_x64.exe" /in "%l" * CompileX86 => Command:"C:\Program Files (x86)\AutoIt3\Aut2Exe\Aut2Exe.exe" /in "%l" * Edit => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1" * Open => Command:"C:\Program Files (x86)\AutoIt3\SciTE\SciTE.exe" "%1" * Run => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "%1" %* * RunX64 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "%1" %* * RunX86 => Command:"C:\Program Files (x86)\AutoIt3\AutoIt3.exe" "%1" %* * Tidy => Command:"C:\Program Files (x86)\AutoIt3\SciTE\Tidy\Tidy.exe" "%1" ****************************************************************************************************************************************** * User SciTE info: * Portable:C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig: * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Au3Stripper * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\AutoIt3Wrapper * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\CodeWizard * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\SciTE Jump * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\SciTEConfig * Directory missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Tidy * File missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\Aabbrev.properties * File missing: C:\Program Files (x86)\AutoIt3\SciTE\SciteConfig\au3abbrev.properties * No SciTEUSer.properties yet ****************************************************************************************************************************************** Edited May 11, 2015 by cembry90 AutoIt Stuff: UDFs: {Grow}
Developers Jos Posted May 11, 2015 Developers Posted May 11, 2015 Looks like SCITE_USERHOME environment variable is unknow to AUtoIt3Wrapper and SciTEConfig as they are not shown.Any idea why?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.
cembry90 Posted May 26, 2015 Author Posted May 26, 2015 Looks like SCITE_USERHOME environment variable is unknow to AUtoIt3Wrapper and SciTEConfig as they are not shown.Any idea why?Jos Absolutely no idea why, but I just reinstalled Scite and AutoIt again and it seems to be fine now. Maybe something went wrong at install? Either way, thank you. AutoIt Stuff: UDFs: {Grow}
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